Description
Add an API like the existing API ray.runtime_context.get_runtime_context().get_job_id(), but for the job submission ID.
Use case
The use case is for job driver code to read its job submission ID at runtime. e.g. to save job related artifacts to a remote registry with a separate folder for each job submission id and allow easy artifact retrieval just by the id.
Description
Add an API like the existing API
ray.runtime_context.get_runtime_context().get_job_id(), but for the job submission ID.Use case
The use case is for job driver code to read its job submission ID at runtime. e.g. to save job related artifacts to a remote registry with a separate folder for each job submission id and allow easy artifact retrieval just by the id.