Google Cloud Datalabeling V1beta1Annotation Spec Args
data class GoogleCloudDatalabelingV1beta1AnnotationSpecArgs(val description: Output<String>? = null, val displayName: Output<String>) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1AnnotationSpecArgs>
Container of information related to one possible annotation that can be used in a labeling task. For example, an image classification task where images are labeled as dog
or cat
must reference an AnnotationSpec for dog
and an AnnotationSpec for cat
.
Constructors
Link copied to clipboard
fun GoogleCloudDatalabelingV1beta1AnnotationSpecArgs(description: Output<String>? = null, displayName: Output<String>)