public static interface GkeNodePoolConfig.GkeNodePoolAcceleratorConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAcceleratorCount()
The number of accelerator cards exposed to an instance.
|
String |
getAcceleratorType()
The accelerator type resource namename (see GPUs on Compute Engine).
|
ByteString |
getAcceleratorTypeBytes()
The accelerator type resource namename (see GPUs on Compute Engine).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
long getAcceleratorCount()
The number of accelerator cards exposed to an instance.
int64 accelerator_count = 1;
String getAcceleratorType()
The accelerator type resource namename (see GPUs on Compute Engine).
string accelerator_type = 2;
ByteString getAcceleratorTypeBytes()
The accelerator type resource namename (see GPUs on Compute Engine).
string accelerator_type = 2;
Copyright © 2022 Google LLC. All rights reserved.