Package com.google.cloud.notebooks.v1
Interface Instance.AcceleratorConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Instance.AcceleratorConfig
,Instance.AcceleratorConfig.Builder
- Enclosing class:
- Instance
public static interface Instance.AcceleratorConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCoreCount()
Count of cores of this accelerator.Instance.AcceleratorType
getType()
Type of this accelerator.int
getTypeValue()
Type of this accelerator.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
Type of this accelerator.
.google.cloud.notebooks.v1.Instance.AcceleratorType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
Instance.AcceleratorType getType()
Type of this accelerator.
.google.cloud.notebooks.v1.Instance.AcceleratorType type = 1;
- Returns:
- The type.
-
getCoreCount
long getCoreCount()
Count of cores of this accelerator.
int64 core_count = 2;
- Returns:
- The coreCount.
-
-