ray.job_submission.DriverInfo#
- class ray.job_submission.DriverInfo(*, id: str, node_ip_address: str, pid: str)[source]#
Bases:
BaseModel
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.
Methods
Create a new model by parsing and validating input data from keyword arguments.
Creates a new model setting __dict__ and __fields_set__ from trusted or pre-validated data.
Duplicate a model, optionally choose which fields to include, exclude and change.
Generate a dictionary representation of the model, optionally specifying which fields to include or exclude.
Generate a JSON representation of the model,
include
andexclude
arguments as perdict()
.Try to update ForwardRefs on fields based on this Model, globalns and localns.
Attributes