List Ml Models
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
id
name
task_type
description
status
target_column
feature_columns
image_columns
problem_type
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error