Resource: AnnotationStore
An Annotation store that can store annotation resources such as labels and tags for text, image and audio.
JSON representation |
---|
{ "name": string, "labels": { string: string, ... } } |
Fields | |
---|---|
name |
Identifier. Resource name of the Annotation store, of the form |
labels |
Optional. User-supplied key-value pairs used to organize Annotation stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store. An object containing a list of |
Methods |
|
---|---|
|
Creates a new Annotation store within the parent dataset. |
|
Deletes the specified Annotation store and removes all annotations that are contained within it. |
|
Evaluate an Annotation store against a ground truth Annotation store . |
|
Export Annotations from the Annotation store . |
|
Gets the specified Annotation store or returns NOT_FOUND if it does not exist. |
|
Gets the access control policy for a resource. |
|
Import Annotations to the Annotation store by loading data from the specified sources. |
|
Lists the Annotation stores in the given dataset for a source store. |
|
Updates the specified Annotation store. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |