abacusai.prediction_metric_version
Module Contents
Classes
A Prediction Metric version for a Prediction Metric job description. |
- class abacusai.prediction_metric_version.PredictionMetricVersion(client, createdAt=None, error=None, featureGroupVersion=None, predictionMetricCompletedAt=None, predictionMetricConfig=None, predictionMetricId=None, predictionMetricStartedAt=None, predictionMetricVersion=None, status=None)
Bases:
abacusai.return_class.AbstractApiClass
A Prediction Metric version for a Prediction Metric job description.
- Parameters
client (ApiClient) – An authenticated API Client instance
createdAt (str) – Date and time when this preddiction metric version was created.
error (str) – Relevant error if the status of this job version is FAILED.
featureGroupVersion (str) – The feature group version used as input to this prediction metric.
predictionMetricCompletedAt (str) – The time and date computatations were completed for this job version.
predictionMetricConfig (json) – Specification for prediction metric used to run this job.
predictionMetricId (str) – The unique identifier of the prediction metric this is a version of.
predictionMetricStartedAt (str) – The time and date computations were started for this job version.
predictionMetricVersion (str) – The unique identifier of this prediction metric version.
status (str) – The current status of the computations for this job version.
- __repr__()
- to_dict()
Get a dict representation of the parameters in this class
- Returns
The dict value representation of the class parameters
- Return type
- refresh()
Calls describe and refreshes the current object’s fields
- Returns
The current object
- Return type
- describe()
Retrieves a full description of the specified prediction metric version
- Parameters
prediction_metric_version (str) – The unique version ID of the prediction metric version
- Returns
A prediction metric version. For more information, please refer to the details on the object (below).
- Return type
- delete()
Removes an existing prediction metric version.
- Parameters
prediction_metric_version (str) –