Get an available document that needs to be annotated for a annotation feature group.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | featureGroupId | str | The ID of the feature group the annotation is on. |
Yes | projectId | str | The ID of the project that the annotation is associated with. |
Yes | featureName | str | The name of the feature the annotation is on. |
No | featureGroupRowIdentifier | str | The key value of the feature group row the annotation is on (cast to string). Usually the primary key value. If provided, fetch the immediate next (or previous) available document. |
No | getPrevious | bool | If True, get the previous document instead of the next document. Applicable if feature_group_row_identifier is provided. |
KEY | TYPE | DESCRIPTION | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
success | Boolean | true if the call succeeded, false if there was an error | ||||||||||||||||||
result | AnnotationDocument |
|
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|
DataNotFoundError |
|