v1

latestSwagger 2.02026-07-17404560.4 KB
Models

Changes the status of the training progress.

Changes the status of the training progress to the given status value (currently halt only). Halt means the training will be stopped and the last snapshot will be stored and can be retrieved.

patch/di/v1/models/{model_id}

Path parameters

model_idstring required

The id of the model.

Query parameters

versionstring required

The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format.

Request body

statusstring

The status action to be executed on the training job. (Currently only halt is supported.)

Response

Training successfully halted.

model_idstring

A unique id of the deep learning model.