HeadNodeConfig
No overview available.
Attributes
-
ray_start_params: typing.Optional[typing.Dict[str, str]] = None
- Optional dictionary of string key-value pairs for Ray start parameters.
-
pod_template: typing.Optional[PodTemplate] = None
- Optional PodTemplate object for the head node.
-
requests: Optional[Resources] = None
- Optional Resources object specifying the CPU and memory requests for the head node.
-
limits: Optional[Resources] = None
- Optional Resources object specifying the CPU and memory limits for the head node.