gpuSharingStrategy property

String? gpuSharingStrategy
getter/setter pair

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.

Implementation

core.String? gpuSharingStrategy;