AnnotationSpecSet(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An AnnotationSpecSet is a collection of label definitions. For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.
Attributes | |
---|---|
Name | Description |
name |
str
Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}". |
display_name |
str
Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters. |
description |
str
Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long. |
annotation_specs |
Sequence[google.cloud.datalabeling_v1beta1.types.AnnotationSpec]
Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task. |
blocking_resources |
Sequence[str]
Output only. The names of any related resources that are blocking changes to the annotation spec set. |