Annotation

class Annotation : KotlinCustomResource

Creates a new Annotation record. It is valid to create Annotation objects for the same source more than once since a unique ID is assigned to each record by this service.

Properties

Link copied to clipboard

Details of the source.

Link copied to clipboard
Link copied to clipboard
val customData: Output<Map<String, String>>

Additional information for this annotation record, such as annotator and verifier information or study campaign.

Link copied to clipboard
val datasetId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Annotations for images. For example, bounding polygons.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Resource name of the Annotation, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Annotations for resource. For example, classification tags.

Link copied to clipboard

Annotations for sensitive texts. For example, a range that describes the location of sensitive text.

Link copied to clipboard
val urn: Output<String>