Method
Gets the feature group rows for online updatable feature groups.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
featureGroupId |
str |
The unique ID associated with the feature group.
|
| No |
primaryKey |
str |
The primary key value for which to retrieve the feature group row (only for online feature groups).
|
| No |
numRows |
int |
Maximum number of rows to return from the feature group
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
list[FeatureGroupRow] |
|
| TYPE |
WHEN |
| DataNotFoundError |
`featureGroupId` is not found. |