Annotation Args
data class AnnotationArgs(val annotationSource: Output<AnnotationSourceArgs>? = null, val annotationStoreId: Output<String>? = null, val customData: Output<Map<String, String>>? = null, val datasetId: Output<String>? = null, val imageAnnotation: Output<ImageAnnotationArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val resourceAnnotation: Output<ResourceAnnotationArgs>? = null, val textAnnotation: Output<SensitiveTextAnnotationArgs>? = null) : ConvertibleToJava<AnnotationArgs>
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.
Constructors
Link copied to clipboard
fun AnnotationArgs(annotationSource: Output<AnnotationSourceArgs>? = null, annotationStoreId: Output<String>? = null, customData: Output<Map<String, String>>? = null, datasetId: Output<String>? = null, imageAnnotation: Output<ImageAnnotationArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, resourceAnnotation: Output<ResourceAnnotationArgs>? = null, textAnnotation: Output<SensitiveTextAnnotationArgs>? = null)