| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
GPUSharingConfig |
GPUSharingConfig.clone() |
GPUSharingConfig |
AcceleratorConfig.getGpuSharingConfig()
The configuration for GPU sharing options.
|
GPUSharingConfig |
GPUSharingConfig.set(String fieldName,
Object value) |
GPUSharingConfig |
GPUSharingConfig.setGpuSharingStrategy(String gpuSharingStrategy)
The type of GPU sharing strategy to enable on the GPU node.
|
GPUSharingConfig |
GPUSharingConfig.setMaxSharedClientsPerGpu(Long maxSharedClientsPerGpu)
The max number of containers that can share a physical GPU.
|
| Modifier and Type | Method and Description |
|---|---|
AcceleratorConfig |
AcceleratorConfig.setGpuSharingConfig(GPUSharingConfig gpuSharingConfig)
The configuration for GPU sharing options.
|
Copyright © 2011–2023 Google. All rights reserved.