Python SDK API Reference#
For an overview with examples see Ray Jobs.
For the CLI reference see Ray Job Submission CLI Reference.
JobSubmissionClient#
| A local client for submitting and interacting with jobs on a remote cluster. | 
| Submit and execute a job asynchronously. | |
| Request a job to exit asynchronously. | |
| Get the most recent status of a job. | |
| Get the latest status and other information associated with a job. | |
| List all jobs along with their status and other information. | |
| Get all logs produced by a job. | |
| Get an iterator that follows the logs of a job. | |
| Delete a job in a terminal state and all of its associated data. | 
JobStatus#
| An enumeration for describing the status of a job. | 
JobInfo#
| A class for recording information associated with a job and its execution. | 
JobDetails#
| Job data with extra details about its driver and its submission. | 
JobType#
| An enumeration for describing the different job types. | 
DriverInfo#
| A class for recording information about the driver related to the job. |