nip.language_model_server.types.TrainingJobStatus#
- nip.language_model_server.types.TrainingJobStatus#
The status of a training job. One of:
“pending”: The job has not been started yet.
“starting”: The job is being started.
“running”: The job is currently running.
“succeeded”: The job has completed successfully.
“crashed”: The job process has crashed unexpectedly.
“interrupted”: The job was interrupted by the user.
“cancelled”: The job has been canceled by the user.
“unknown”: The status of the job is unknown, possibly due to a failure in checking the status.
alias of
Literal
[‘pending’, ‘starting’, ‘running’, ‘succeeded’, ‘crashed’, ‘interrupted’, ‘cancelled’, ‘unknown’]