public static interface GkeNodePoolConfig.GkeNodePoolAcceleratorConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAcceleratorCount()
The number of accelerator cards exposed to an instance.
|
String |
getAcceleratorType()
The accelerator type resource namename (see GPUs on Compute Engine).
|
com.google.protobuf.ByteString |
getAcceleratorTypeBytes()
The accelerator type resource namename (see GPUs on Compute Engine).
|
String |
getGpuPartitionSize()
Size of partitions to create on the GPU.
|
com.google.protobuf.ByteString |
getGpuPartitionSizeBytes()
Size of partitions to create on the GPU.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getAcceleratorCount()
The number of accelerator cards exposed to an instance.
int64 accelerator_count = 1;String getAcceleratorType()
The accelerator type resource namename (see GPUs on Compute Engine).
string accelerator_type = 2;com.google.protobuf.ByteString getAcceleratorTypeBytes()
The accelerator type resource namename (see GPUs on Compute Engine).
string accelerator_type = 2;String getGpuPartitionSize()
Size of partitions to create on the GPU. Valid values are described in the NVIDIA [mig user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
string gpu_partition_size = 3;com.google.protobuf.ByteString getGpuPartitionSizeBytes()
Size of partitions to create on the GPU. Valid values are described in the NVIDIA [mig user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
string gpu_partition_size = 3;Copyright © 2024 Google LLC. All rights reserved.