resourcePoolImages property
Required if image_uri isn't set.
A map of resource_pool_id to prebuild Ray image if user need to use different images for different head/worker pools. This map needs to cover all the resource pool ids. Example: { "ray_head_node_pool": "head image" "ray_worker_node_pool1": "worker image" "ray_worker_node_pool2": "another worker image" }
Optional.
Implementation
core.Map<core.String, core.String>? resourcePoolImages;