Skip to main content

annotation_spec_sets

Overview

Nameannotation_spec_sets
TypeResource
Idgoogle.datalabeling.annotation_spec_sets

Fields

NameDatatypeDescription
namestringOutput only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
descriptionstringOptional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
displayNamestringRequired. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
annotationSpecsarrayRequired. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
blockingResourcesarrayOutput only. The names of any related resources that are blocking changes to the annotation spec set.

Methods

NameAccessible byRequired ParamsDescription
projects_annotation_spec_sets_getSELECTannotationSpecSetsId, projectsIdGets an annotation spec set by resource name.
projects_annotation_spec_sets_listSELECTprojectsIdLists annotation spec sets for a project. Pagination is supported.
projects_annotation_spec_sets_createINSERTprojectsIdCreates an annotation spec set by providing a set of labels.
projects_annotation_spec_sets_deleteDELETEannotationSpecSetsId, projectsIdDeletes an annotation spec set by resource name.
_projects_annotation_spec_sets_listEXECprojectsIdLists annotation spec sets for a project. Pagination is supported.