Interface GPUDirectConfigOrBuilder (2.86.0)

public interface GPUDirectConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGpuDirectStrategy()

public abstract GPUDirectConfig.GPUDirectStrategy getGpuDirectStrategy()

The type of GPU direct strategy to enable on the node pool.

optional .google.container.v1.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.v1.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.v1.GPUDirectConfig.GPUDirectStrategy gpu_direct_strategy = 1;

Returns
Type Description
boolean

Whether the gpuDirectStrategy field is set.