abacusai.model_artifacts_export
Classes
A Model Artifacts Export Job |
Module Contents
- class abacusai.model_artifacts_export.ModelArtifactsExport(client, modelArtifactsExportId=None, modelVersion=None, outputLocation=None, status=None, createdAt=None, exportCompletedAt=None, error=None)
Bases:
abacusai.return_class.AbstractApiClass
A Model Artifacts Export Job
- Parameters:
client (ApiClient) – An authenticated API Client instance
modelArtifactsExportId (str) – Unique identifier for this export.
modelVersion (str) – Version of the model being exported.
outputLocation (str) – File Connector location the feature group is being written to.
status (str) – Current status of the export.
createdAt (str) – Timestamp at which the export was created (ISO-8601 format).
exportCompletedAt (str) – Timestamp at which the export completed (ISO-8601 format).
error (str) – If status is FAILED, this field will be populated with an error.
- model_artifacts_export_id
- model_version
- output_location
- status
- created_at
- export_completed_at
- error
- 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:
- refresh()
Calls describe and refreshes the current object’s fields
- Returns:
The current object
- Return type:
- describe()
Get the description and status of the model artifacts export.
- Parameters:
model_artifacts_export_id (str) – A unique string identifier for the export.
- Returns:
Object describing the export and its status.
- Return type: