Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane.model |
Modifier and Type | Method and Description |
---|---|
static Annotation.Builder |
Annotation.builder()
Create a new builder.
|
Annotation.Builder |
Annotation.Builder.compartmentId(String compartmentId)
The OCID of the compartment for the annotation.
|
Annotation.Builder |
Annotation.Builder.copy(Annotation model) |
Annotation.Builder |
Annotation.Builder.createdBy(String createdBy)
The OCID of the principal which created the annotation.
|
Annotation.Builder |
Annotation.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource.
|
Annotation.Builder |
Annotation.Builder.entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.
|
Annotation.Builder |
Annotation.Builder.freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
Annotation.Builder |
Annotation.Builder.id(String id)
The OCID of the annotation.
|
Annotation.Builder |
Annotation.Builder.lifecycleState(Annotation.LifecycleState lifecycleState)
The lifecycle state of an annotation.
|
Annotation.Builder |
Annotation.Builder.recordId(String recordId)
The OCID of the record annotated.
|
Annotation.Builder |
Annotation.Builder.timeCreated(Date timeCreated)
The date and time the annotation was created, in the timestamp format defined by RFC3339.
|
Annotation.Builder |
Annotation.Builder.timeUpdated(Date timeUpdated)
The date and time the resource was updated, in the timestamp format defined by RFC3339.
|
Annotation.Builder |
Annotation.toBuilder() |
Annotation.Builder |
Annotation.Builder.updatedBy(String updatedBy)
The OCID of the principal which updated the annotation.
|
Copyright © 2016–2024. All rights reserved.