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.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.