abacusai.feature_group_row_process
Module Contents
Classes
A feature group row process |
- class abacusai.feature_group_row_process.FeatureGroupRowProcess(client, featureGroupId=None, deploymentId=None, primaryKeyValue=None, featureGroupRowProcessId=None, createdAt=None, updatedAt=None, startedAt=None, completedAt=None, status=None, error=None)
Bases:
abacusai.return_class.AbstractApiClass
A feature group row process
- Parameters:
client (ApiClient) – An authenticated API Client instance
featureGroupId (str) – The ID of the feature group this row that was processed belongs to.
deploymentId (str) – The ID of the deployment that processed this row.
primaryKeyValue (str) – Value of the primary key for this row.
featureGroupRowProcessId (str) – The ID of the feature group row process.
createdAt (str) – The timestamp this feature group row was created in ISO-8601 format.
updatedAt (str) – The timestamp when this feature group row was last updated in ISO-8601 format.
startedAt (str) – The timestamp when this feature group row process was started in ISO-8601 format.
completedAt (str) – The timestamp when this feature group row was completed.
status (str) – The status of the feature group row process.
error (str) – The error message if the status is FAILED.
- __repr__()
Return repr(self).
- to_dict()
Get a dict representation of the parameters in this class
- Returns:
The dict value representation of the class parameters
- Return type: