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

SUBMISSION

A job that was initiated by the Ray Jobs API.

DRIVER

A job that was initiated by a driver script.