The pagination.cursor parameter specifies the record from which to start returning results. If it is empty, the results will start from the beginning. Generally, the content of the next page is obtained by passing the next_cursor field value from the response packet.
Represents the current status of a task, which is particularly useful for monitoring and managing the progress of training tasks. Each status indicates a specific phase in the task’s lifecycle: UNKNOWN - The status of the task is not known or has not been updated yet; QUEUING - The task is in the queue waiting to be processed; TRAINING - The task is currently undergoing training processes; SUCCESS - The task has been completed successfully; CANCELED - The task was canceled before completion; FAILED - The task failed to complete successfully due to an error or issue.
Enum: UNKNOWN, QUEUING, TRAINING, SUCCESS, CANCELED, FAILED
The status of the model. When the model is being deployed, the status will be DEPLOYING, and when the model is serving, the status will be SERVING.
Enum: DEPLOYING, SERVING