application/json
Response:
task_name
: The name of the training task.task_id
: The unique identifier of the training task, which can be used to query the training status and results.task_type
: The type of the training task.task_status
: The status of the training task. Enum: UNKNOWN
, QUEUING
, TRAINING
, SUCCESS
, CANCELED
, FAILED
.created_at
: The timestamp of when the training task was created.models
: The trained models.model_name
: The name of the model.model_status
: The status of the model. Enum: DEPLOYING
, SERVING
.