Submit a new Ray job. The cluster runs the entrypoint command in the runtime environment provided.
Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Shell command to run on the head node.
"python my_script.py"
Optional client-supplied ID. If omitted, the cluster generates one.
Runtime environment installed before the entrypoint runs.
{
"pip": ["numpy"],
"working_dir": "s3://bucket/code.zip"
}Free-form metadata attached to the job.
Job submitted
"raysubmit_abc123"