Get a model
Get one ML model’s training status and results.
Requires an API key with the read scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
ml_model_id
Response
OK
id
name
task_type
description
target_column
feature_columns
image_columns
problem_type
currently_active
status
version_number
dataset_id
quality_preset
error_message
training_started_at
training_completed_at
evaluation_metrics
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error