Models

Operations

Cancel

Cancel model training.

Status codes returned:

  • 202: Operation completed successfully.
  • 400: The request was malformed.
  • 404: A model with the specified name was not...
Create

Start training a custom model.

Status codes returned:

  • 201: Operation completed successfully.
  • 400: The request was malformed.
  • 409: A model with the specified name...
Delete

Delete a custom model. A model can be deleted if it is in one of the 'Succeeded', 'Failed', or 'Canceled' states. If a model is in the 'NotStarted' or 'Training'...

Get

Get information about a specific model.

Status codes returned:

  • 200: Operation completed successfully.
  • 400: The request was malformed.
  • 404: A model with the speci...
List

Get a list of the available models.

Status codes returned:

  • 200: Operation completed successfully.
  • 400: The request was malformed.