GetAnnotationSpecSetResult

data class GetAnnotationSpecSetResult(val annotationSpecs: List<GoogleCloudDatalabelingV1beta1AnnotationSpecResponse>, val blockingResources: List<String>, val description: String, val displayName: String, val name: String)

Constructors

Link copied to clipboard
constructor(annotationSpecs: List<GoogleCloudDatalabelingV1beta1AnnotationSpecResponse>, blockingResources: List<String>, description: String, displayName: String, name: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"