public static final class AllocationPolicy.Accelerator extends GeneratedMessageV3 implements AllocationPolicy.AcceleratorOrBuilder
Accelerator describes Compute Engine accelerators to be attached to the VM.
Protobuf type google.cloud.batch.v1.AllocationPolicy.Accelerator
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DRIVER_VERSION_FIELD_NUMBER
public static final int DRIVER_VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INSTALL_GPU_DRIVERS_FIELD_NUMBER
public static final int INSTALL_GPU_DRIVERS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AllocationPolicy.Accelerator getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AllocationPolicy.Accelerator.Builder newBuilder()
newBuilder(AllocationPolicy.Accelerator prototype)
public static AllocationPolicy.Accelerator.Builder newBuilder(AllocationPolicy.Accelerator prototype)
public static AllocationPolicy.Accelerator parseDelimitedFrom(InputStream input)
public static AllocationPolicy.Accelerator parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AllocationPolicy.Accelerator parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy.Accelerator parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AllocationPolicy.Accelerator parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy.Accelerator parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy.Accelerator parseFrom(CodedInputStream input)
public static AllocationPolicy.Accelerator parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy.Accelerator parseFrom(InputStream input)
public static AllocationPolicy.Accelerator parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AllocationPolicy.Accelerator parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy.Accelerator parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AllocationPolicy.Accelerator> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCount()
The number of accelerators of this type.
int64 count = 2;
Returns |
Type |
Description |
long |
The count.
|
getDefaultInstanceForType()
public AllocationPolicy.Accelerator getDefaultInstanceForType()
getDriverVersion()
public String getDriverVersion()
Optional. The NVIDIA GPU driver version that should be installed for this
type.
You can define the specific driver version such as "470.103.01",
following the driver version requirements in
https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#minimum-driver.
Batch will install the specific accelerator driver if qualified.
string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The driverVersion.
|
getDriverVersionBytes()
public ByteString getDriverVersionBytes()
Optional. The NVIDIA GPU driver version that should be installed for this
type.
You can define the specific driver version such as "470.103.01",
following the driver version requirements in
https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#minimum-driver.
Batch will install the specific accelerator driver if qualified.
string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for driverVersion.
|
getInstallGpuDrivers() (deprecated)
public boolean getInstallGpuDrivers()
Deprecated. google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
deprecated. See google/cloud/batch/v1/job.proto;l=368
Deprecated: please use instances[0].install_gpu_drivers instead.
bool install_gpu_drivers = 3 [deprecated = true];
Returns |
Type |
Description |
boolean |
The installGpuDrivers.
|
getParserForType()
public Parser<AllocationPolicy.Accelerator> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getType()
The accelerator type. For example, "nvidia-tesla-t4".
See gcloud compute accelerator-types list
.
string type = 1;
Returns |
Type |
Description |
String |
The type.
|
getTypeBytes()
public ByteString getTypeBytes()
The accelerator type. For example, "nvidia-tesla-t4".
See gcloud compute accelerator-types list
.
string type = 1;
Returns |
Type |
Description |
ByteString |
The bytes for type.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AllocationPolicy.Accelerator.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AllocationPolicy.Accelerator.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AllocationPolicy.Accelerator.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides