AnnotationSpecSetArgs

data class AnnotationSpecSetArgs(val annotationSpecs: Output<List<GoogleCloudDatalabelingV1beta1AnnotationSpecArgs>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<AnnotationSpecSetArgs>

Creates an annotation spec set by providing a set of labels. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(annotationSpecs: Output<List<GoogleCloudDatalabelingV1beta1AnnotationSpecArgs>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard

The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.

Link copied to clipboard
val description: Output<String>? = null

Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.

Link copied to clipboard
val displayName: Output<String>? = null

The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.

Link copied to clipboard
val project: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): AnnotationSpecSetArgs