Interface AllocationPolicy.AcceleratorOrBuilder (0.10.0)

public static interface AllocationPolicy.AcceleratorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

The number of accelerators of this type.

int64 count = 2;

Returns
TypeDescription
long

The count.

getInstallGpuDrivers() (deprecated)

public abstract boolean getInstallGpuDrivers()

Deprecated. google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. See google/cloud/batch/v1/job.proto;l=294

Deprecated: please use instances[0].install_gpu_drivers instead.

bool install_gpu_drivers = 3 [deprecated = true];

Returns
TypeDescription
boolean

The installGpuDrivers.

getType()

public abstract String getType()

The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.

string type = 1;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.

string type = 1;

Returns
TypeDescription
ByteString

The bytes for type.