Resource: AnnotationSpecSet
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.
JSON representation | |
---|---|
{
"name": string,
"displayName": string,
"description": string,
"annotationSpecs": [
{
object ( |
Fields | |
---|---|
name |
Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}" |
displayName |
Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters. |
description |
Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long. |
annotationSpecs[] |
Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task. |
blockingResources[] |
Output only. The names of any related resources that are blocking changes to the annotation spec set. |
Methods |
|
---|---|
|
Creates an annotation spec set by providing a set of labels. |
|
Deletes an annotation spec set by resource name. |
|
Gets an annotation spec set by resource name. |
|
Lists annotation spec sets for a project. |