Method
listModelArtifactsExports GET
Copy GET

List all the model artifacts exports.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelId str A unique string identifier for the model.
No limit int Maximum length of the list of all exports.
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 list[ModelArtifactsExport]

Exceptions:

TYPE WHEN
DataNotFoundError

modelId is not found.

Language: