public interface AcceleratorConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAcceleratorCount()
The number of the accelerator cards of this type exposed to this instance.
|
java.lang.String |
getAcceleratorTypeUri()
Full URL, partial URI, or short name of the accelerator type resource to
expose to this instance.
|
ByteString |
getAcceleratorTypeUriBytes()
Full URL, partial URI, or short name of the accelerator type resource to
expose to this instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getAcceleratorTypeUri()
Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See [Google Compute Engine AcceleratorTypes]( /compute/docs/reference/beta/acceleratorTypes) Examples * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80` * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80` * `nvidia-tesla-k80`
string accelerator_type_uri = 1;
ByteString getAcceleratorTypeUriBytes()
Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See [Google Compute Engine AcceleratorTypes]( /compute/docs/reference/beta/acceleratorTypes) Examples * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80` * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80` * `nvidia-tesla-k80`
string accelerator_type_uri = 1;
int getAcceleratorCount()
The number of the accelerator cards of this type exposed to this instance.
int32 accelerator_count = 2;