annotation Specs
Parameters
value
The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
suspend fun annotationSpecs(vararg values: Output<GoogleCloudDatalabelingV1beta1AnnotationSpecArgs>)
Parameters
values
The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
suspend fun annotationSpecs(argument: List<suspend GoogleCloudDatalabelingV1beta1AnnotationSpecArgsBuilder.() -> Unit>)
suspend fun annotationSpecs(vararg argument: suspend GoogleCloudDatalabelingV1beta1AnnotationSpecArgsBuilder.() -> Unit)
suspend fun annotationSpecs(argument: suspend GoogleCloudDatalabelingV1beta1AnnotationSpecArgsBuilder.() -> Unit)
Parameters
argument
The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.