Interface WorkstationConfig.Host.GceInstance.AcceleratorOrBuilder (0.10.0)

public static interface WorkstationConfig.Host.GceInstance.AcceleratorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract int getCount()

Number of accelerator cards exposed to the instance.

int32 count = 2;

Returns
TypeDescription
int

The count.

getType()

public abstract String getType()

Type of accelerator resource to attach to the instance, for example, "nvidia-tesla-p100".

string type = 1;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Type of accelerator resource to attach to the instance, for example, "nvidia-tesla-p100".

string type = 1;

Returns
TypeDescription
ByteString

The bytes for type.