gpuSharingStrategy property
The type of GPU sharing strategy to enable on the GPU node. Possible string values are:
- "GPU_SHARING_STRATEGY_UNSPECIFIED" : Default value.
- "TIME_SHARING" : GPUs are time-shared between containers.
- "MPS" : GPUs are shared between containers with NVIDIA MPS.
Implementation
core.String? gpuSharingStrategy;