Initiates training for a prediction model (regression or classification). This is an asynchronous operation that returns a model ID immediately. The model status will start as PENDING. You can poll the model status using the GET /models/ endpoint. Once the status is COMPLETE, you can use the model for inference via /models/prediction//infer.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Public-facing model schema.
Represents the metadata of a machine learning model exposed via the API.