Get Annotation Spec Set Result
data class GetAnnotationSpecSetResult(val annotationSpecs: List<GoogleCloudDatalabelingV1beta1AnnotationSpecResponse>, val blockingResources: List<String>, val description: String, val displayName: String, val name: String)
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
The names of any related resources that are blocking changes to the annotation spec set.
Link copied to clipboard
Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
Link copied to clipboard
The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.