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;
| Returns | |
|---|---|
| Type | Description |
long |
The acceleratorCount. |
getAcceleratorType()
public abstract String getAcceleratorType()The accelerator type resource name. List of supported accelerators here
string accelerator_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The acceleratorType. |
getAcceleratorTypeBytes()
public abstract ByteString getAcceleratorTypeBytes()The accelerator type resource name. List of supported accelerators here
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. |
getGpuSharingConfig()
public abstract GPUSharingConfig getGpuSharingConfig()The configuration for GPU sharing options.
optional .google.container.v1beta1.GPUSharingConfig gpu_sharing_config = 5;
| Returns | |
|---|---|
| Type | Description |
GPUSharingConfig |
The gpuSharingConfig. |
getGpuSharingConfigOrBuilder()
public abstract GPUSharingConfigOrBuilder getGpuSharingConfigOrBuilder()The configuration for GPU sharing options.
optional .google.container.v1beta1.GPUSharingConfig gpu_sharing_config = 5;
| Returns | |
|---|---|
| Type | Description |
GPUSharingConfigOrBuilder |
|
getMaxTimeSharedClientsPerGpu() (deprecated)
public abstract long getMaxTimeSharedClientsPerGpu()Deprecated. google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is deprecated. See google/container/v1beta1/cluster_service.proto;l=4085
The number of time-shared GPU resources to expose for each physical GPU.
int64 max_time_shared_clients_per_gpu = 4 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
long |
The maxTimeSharedClientsPerGpu. |
hasGpuSharingConfig()
public abstract boolean hasGpuSharingConfig()The configuration for GPU sharing options.
optional .google.container.v1beta1.GPUSharingConfig gpu_sharing_config = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gpuSharingConfig field is set. |