ray.job_submission.DriverInfo#

pydantic model ray.job_submission.DriverInfo[source]#

A class for recording information about the driver related to the job.

PublicAPI (beta): This API is in beta and may change before becoming stable.

Fields:
  • id (str)

  • node_ip_address (str)

  • pid (str)

field id: str [Required]#

The id of the driver

field node_ip_address: str [Required]#

The IP address of the node the driver is running on.

field pid: str [Required]#

The PID of the worker process the driver is using.