abacusai.prediction_operator_version
Classes
A prediction operator version. |
Module Contents
- class abacusai.prediction_operator_version.PredictionOperatorVersion(client, predictionOperatorId=None, predictionOperatorVersion=None, createdAt=None, updatedAt=None, sourceCode=None, memory=None, useGpu=None, featureGroupIds=None, featureGroupVersions=None, status=None, error=None, codeSource={})
Bases:
abacusai.return_class.AbstractApiClass
A prediction operator version.
- Parameters:
client (ApiClient) – An authenticated API Client instance
predictionOperatorId (str) – The unique identifier of the prediction operator.
predictionOperatorVersion (str) – The unique identifier of the prediction operator version.
createdAt (str) – Date and time at which the prediction operator was created.
updatedAt (str) – Date and time at which the prediction operator was updated.
sourceCode (str) – Python code used to make the prediction operator.
memory (int) – Memory in GB specified for the prediction operator version.
useGpu (bool) – Whether this prediction operator version is using gpu.
featureGroupIds (list) – A list of Feature Group IDs used for initializing.
featureGroupVersions (list) – A list of Feature Group version IDs used for initializing.
status (str) – The current status of the prediction operator version.
error (str) – The error message if the status failed.
codeSource (CodeSource) – If a python model, information on the source code.
- prediction_operator_id
- prediction_operator_version
- created_at
- updated_at
- source_code
- memory
- use_gpu
- feature_group_ids
- feature_group_versions
- status
- error
- code_source
- deprecated_keys
- __repr__()
- to_dict()
Get a dict representation of the parameters in this class
- Returns:
The dict value representation of the class parameters
- Return type: