| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
AcceleratorConfig |
AcceleratorConfig.clone() |
AcceleratorConfig |
AcceleratorConfig.set(String fieldName,
Object value) |
AcceleratorConfig |
AcceleratorConfig.setAcceleratorCount(Long acceleratorCount)
The number of the accelerator cards exposed to an instance.
|
AcceleratorConfig |
AcceleratorConfig.setAcceleratorType(String acceleratorType)
The accelerator type resource name.
|
AcceleratorConfig |
AcceleratorConfig.setGpuDriverInstallationConfig(GPUDriverInstallationConfig gpuDriverInstallationConfig)
The configuration for auto installation of GPU driver.
|
AcceleratorConfig |
AcceleratorConfig.setGpuPartitionSize(String gpuPartitionSize)
Size of partitions to create on the GPU.
|
AcceleratorConfig |
AcceleratorConfig.setGpuSharingConfig(GPUSharingConfig gpuSharingConfig)
The configuration for GPU sharing options.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcceleratorConfig> |
UpdateNodePoolRequest.getAccelerators()
A list of hardware accelerators to be attached to each node.
|
List<AcceleratorConfig> |
NodeConfig.getAccelerators()
A list of hardware accelerators to be attached to each node.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setAccelerators(List<AcceleratorConfig> accelerators)
A list of hardware accelerators to be attached to each node.
|
NodeConfig |
NodeConfig.setAccelerators(List<AcceleratorConfig> accelerators)
A list of hardware accelerators to be attached to each node.
|
Copyright © 2011–2025 Google. All rights reserved.