ray.job_submission.JobType
ray.job_submission.JobType#
- class ray.job_submission.JobType(value)[source]#
Bases:
str
,enum.Enum
An enumeration for describing the different job types.
Note
This field is still experimental and may change in the future.
PublicAPI (beta): This API is in beta and may change before becoming stable.
Attributes
A job that was initiated by the Ray Jobs API.
A job that was initiated by a driver script.