public interface GPUDirectConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGpuDirectStrategy()
public abstract GPUDirectConfig.GPUDirectStrategy getGpuDirectStrategy()The type of GPU direct strategy to enable on the node pool.
optional .google.container.v1beta1.GPUDirectConfig.GPUDirectStrategy gpu_direct_strategy = 1;
| Returns | |
|---|---|
| Type | Description |
GPUDirectConfig.GPUDirectStrategy |
The gpuDirectStrategy. |
getGpuDirectStrategyValue()
public abstract int getGpuDirectStrategyValue()The type of GPU direct strategy to enable on the node pool.
optional .google.container.v1beta1.GPUDirectConfig.GPUDirectStrategy gpu_direct_strategy = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for gpuDirectStrategy. |
hasGpuDirectStrategy()
public abstract boolean hasGpuDirectStrategy()The type of GPU direct strategy to enable on the node pool.
optional .google.container.v1beta1.GPUDirectConfig.GPUDirectStrategy gpu_direct_strategy = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gpuDirectStrategy field is set. |