public interface AcceleratorConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAcceleratorCount()
The number of the accelerator cards exposed to an instance.
|
java.lang.String |
getAcceleratorType()
The accelerator type resource name.
|
ByteString |
getAcceleratorTypeBytes()
The accelerator type resource name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
long getAcceleratorCount()
The number of the accelerator cards exposed to an instance.
int64 accelerator_count = 1;
java.lang.String getAcceleratorType()
The accelerator type resource name. List of supported accelerators [here](/compute/docs/gpus/#Introduction)
string accelerator_type = 2;
ByteString getAcceleratorTypeBytes()
The accelerator type resource name. List of supported accelerators [here](/compute/docs/gpus/#Introduction)
string accelerator_type = 2;