Method
describeModelArtifactsExport GET
Copy GET

Get the description and status of the model artifacts export.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelArtifactsExportId str A unique string identifier for the export.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result ModelArtifactsExport
KEY TYPE Description
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.

Exceptions:

TYPE WHEN
DataNotFoundError

modelArtifactsExportId is not found.

Language: