public static interface GkeNodePoolConfig.GkeNodePoolAcceleratorConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorCount()
public abstract long getAcceleratorCount()The number of accelerator cards exposed to an instance.
int64 accelerator_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The acceleratorCount. |
getAcceleratorType()
public abstract String getAcceleratorType()The accelerator type resource namename (see GPUs on Compute Engine).
string accelerator_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The acceleratorType. |
getAcceleratorTypeBytes()
public abstract ByteString getAcceleratorTypeBytes()The accelerator type resource namename (see GPUs on Compute Engine).
string accelerator_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for acceleratorType. |
getGpuPartitionSize()
public abstract String getGpuPartitionSize()Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
string gpu_partition_size = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The gpuPartitionSize. |
getGpuPartitionSizeBytes()
public abstract ByteString getGpuPartitionSizeBytes()Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
string gpu_partition_size = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gpuPartitionSize. |