ray.job_submission.JobStatus
ray.job_submission.JobStatus#
- class ray.job_submission.JobStatus(value)[source]#
-
An enumeration for describing the status of a job.
Methods
Return whether or not this status is terminal.
Attributes
The job has not started yet, likely waiting for the runtime_env to be set up.
The job is currently running.
The job was intentionally stopped by the user.
The job finished successfully.
The job failed.