public interface AcceleratorConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorCount()
public abstract long getAcceleratorCount()The number of the accelerator cards exposed to an instance.
int64 accelerator_count = 1;
| Type | Description |
| long | The acceleratorCount. |
getAcceleratorType()
public abstract String getAcceleratorType()The accelerator type resource name. List of supported accelerators here
string accelerator_type = 2;
| Type | Description |
| String | The acceleratorType. |
getAcceleratorTypeBytes()
public abstract ByteString getAcceleratorTypeBytes()The accelerator type resource name. List of supported accelerators here
string accelerator_type = 2;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for gpuPartitionSize. |
getGpuSharingConfig()
public abstract GPUSharingConfig getGpuSharingConfig()The configuration for GPU sharing options.
optional .google.container.v1.GPUSharingConfig gpu_sharing_config = 5;
| Type | Description |
| GPUSharingConfig | The gpuSharingConfig. |
getGpuSharingConfigOrBuilder()
public abstract GPUSharingConfigOrBuilder getGpuSharingConfigOrBuilder()The configuration for GPU sharing options.
optional .google.container.v1.GPUSharingConfig gpu_sharing_config = 5;
| Type | Description |
| GPUSharingConfigOrBuilder |
hasGpuSharingConfig()
public abstract boolean hasGpuSharingConfig()The configuration for GPU sharing options.
optional .google.container.v1.GPUSharingConfig gpu_sharing_config = 5;
| Type | Description |
| boolean | Whether the gpuSharingConfig field is set. |