public static interface AllocationPolicy.AcceleratorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
The number of accelerators of this type.
int64 count = 2;
Returns | |
---|---|
Type | Description |
long |
The count. |
getInstallGpuDrivers()
public abstract boolean getInstallGpuDrivers()
Deprecated: please use instances[0].install_gpu_drivers instead.
bool install_gpu_drivers = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for type. |