Class Accelerator.Builder (0.85.0)

public static final class Accelerator.Builder extends GeneratedMessage.Builder<Accelerator.Builder> implements AcceleratorOrBuilder

Carries information about an accelerator that can be attached to a VM.

Protobuf type google.cloud.lifesciences.v2beta.Accelerator

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Accelerator build()
Returns
Type Description
Accelerator

buildPartial()

public Accelerator buildPartial()
Returns
Type Description
Accelerator

clear()

public Accelerator.Builder clear()
Returns
Type Description
Accelerator.Builder
Overrides

clearCount()

public Accelerator.Builder clearCount()

How many accelerators of this type to attach.

int64 count = 2;

Returns
Type Description
Accelerator.Builder

This builder for chaining.

clearType()

public Accelerator.Builder clearType()

The accelerator type string (for example, "nvidia-tesla-t4").

Only NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all containers under /usr/local/nvidia. The driver version to install must be specified using the NVIDIA driver version parameter on the virtual machine specification. Note that attaching a GPU increases the worker VM startup time by a few minutes.

string type = 1;

Returns
Type Description
Accelerator.Builder

This builder for chaining.

getCount()

public long getCount()

How many accelerators of this type to attach.

int64 count = 2;

Returns
Type Description
long

The count.

getDefaultInstanceForType()

public Accelerator getDefaultInstanceForType()
Returns
Type Description
Accelerator

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getType()

public String getType()

The accelerator type string (for example, "nvidia-tesla-t4").

Only NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all containers under /usr/local/nvidia. The driver version to install must be specified using the NVIDIA driver version parameter on the virtual machine specification. Note that attaching a GPU increases the worker VM startup time by a few minutes.

string type = 1;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The accelerator type string (for example, "nvidia-tesla-t4").

Only NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all containers under /usr/local/nvidia. The driver version to install must be specified using the NVIDIA driver version parameter on the virtual machine specification. Note that attaching a GPU increases the worker VM startup time by a few minutes.

string type = 1;

Returns
Type Description
ByteString

The bytes for type.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Accelerator other)

public Accelerator.Builder mergeFrom(Accelerator other)
Parameter
Name Description
other Accelerator
Returns
Type Description
Accelerator.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Accelerator.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Accelerator.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Accelerator.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Accelerator.Builder
Overrides

setCount(long value)

public Accelerator.Builder setCount(long value)

How many accelerators of this type to attach.

int64 count = 2;

Parameter
Name Description
value long

The count to set.

Returns
Type Description
Accelerator.Builder

This builder for chaining.

setType(String value)

public Accelerator.Builder setType(String value)

The accelerator type string (for example, "nvidia-tesla-t4").

Only NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all containers under /usr/local/nvidia. The driver version to install must be specified using the NVIDIA driver version parameter on the virtual machine specification. Note that attaching a GPU increases the worker VM startup time by a few minutes.

string type = 1;

Parameter
Name Description
value String

The type to set.

Returns
Type Description
Accelerator.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public Accelerator.Builder setTypeBytes(ByteString value)

The accelerator type string (for example, "nvidia-tesla-t4").

Only NVIDIA GPU accelerators are currently supported. If an NVIDIA GPU is attached, the required runtime libraries will be made available to all containers under /usr/local/nvidia. The driver version to install must be specified using the NVIDIA driver version parameter on the virtual machine specification. Note that attaching a GPU increases the worker VM startup time by a few minutes.

string type = 1;

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
Accelerator.Builder

This builder for chaining.