Method
Get metrics for a specific feature group version.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
featureGroupVersion |
str |
A unique string identifier associated with the feature group version.
|
| No |
selectedColumns |
List[str] |
A list of columns to order first.
|
| No |
includeCharts |
bool |
A flag indicating whether charts should be included in the response. Default is false.
|
| No |
includeStatistics |
bool |
A flag indicating whether statistics should be included in the response. Default is true.
|
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 |
DataMetrics |
| KEY |
TYPE |
Description |
| metrics |
List[dict] |
A list of dicts with metrics for each columns |
| schema |
List[dict] |
A list of dicts with the schema for each metric |
| numRows |
int |
The number of rows |
| numCols |
int |
The number of columns |
| numDuplicateRows |
int |
The number of duplicate rows |
|