headNodeResourcePoolId property

String? headNodeResourcePoolId
getter/setter pair

This will be used to indicate which resource pool will serve as the Ray head node(the first node within that pool).

Will use the machine from the first workerpool as the head node by default if this field isn't set.

Optional.

Implementation

core.String? headNodeResourcePoolId;