gpuDirectStrategy property
The type of GPU direct strategy to enable on the node pool. Possible string values are:
- "GPU_DIRECT_STRATEGY_UNSPECIFIED" : Default value. No GPU Direct strategy is enabled on the node.
- "RDMA" : GPUDirect-RDMA on A3 Ultra, and A4 machine types
Implementation
core.String? gpuDirectStrategy;