List Ml Models

View as Markdown

List the organization’s ML models and the inputs each expects.

Returns each non-archived model with its serving status and prediction interface: feature_columns (plus image_columns for image models) are the fields each data row passed to the predict tool should contain, and target_column is what the model predicts. Only models with status ‘ready’ can serve predictions.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
idstringformat: "uuid"
namestring
task_typestring
descriptionstring or null
statusstring or null
target_columnstring or null
feature_columnslist of strings or null
image_columnslist of strings or null
problem_typestring or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error