Resource: AnnotationSpec
A definition of an annotation spec.
JSON representation | |
---|---|
{ "name": string, "displayName": string, "exampleCount": integer } |
Fields | |
---|---|
name |
Output only. Resource name of the annotation spec. Form: 'projects/{project_id}/locations/{locationId}/datasets/{datasetId}/annotationSpecs/{annotationSpecId}' |
displayName |
Required. The name of the annotation spec to show in the interface. The name can be up to 32 characters long and must match the regexp |
exampleCount |
Output only. The number of examples in the parent dataset labeled by the annotation spec. |
Methods |
|
---|---|
|
Gets an annotation spec. |