Method
Returns logs for a materialized feature group version.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
featureGroupVersion |
str |
Unique string identifier for the feature group instance to export.
|
| No |
stdout |
bool |
Set to True to get info logs.
|
| No |
stderr |
bool |
Set to True to get error logs.
|
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 |
FunctionLogs |
| KEY |
TYPE |
Description |
| function |
str |
The function this is logging |
| stats |
dict |
Statistics for the start and end time execution for this function |
| stdout |
str |
Standard out logs |
| stderr |
str |
Standard error logs |
| algorithm |
str |
Algorithm name for this function |
| exception |
UserException |
The exception stacktrace
| KEY |
TYPE |
Description |
| type |
str |
The type of exception |
| value |
str |
The value of the exception |
| traceback |
str |
The traceback of the exception |
|
|