GoogleCloudDatalabelingV1beta1AnnotationSpecArgs

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

fun GoogleCloudDatalabelingV1beta1AnnotationSpecArgs(description: Output<String>? = null, displayName: Output<String>)

Functions

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

Properties

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

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

Link copied to clipboard
val displayName: Output<String>

The display name of the AnnotationSpec. Maximum of 64 characters.