gpuDirectStrategy property

String? gpuDirectStrategy
getter/setter pair

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;