Package com.google.cloud.notebooks.v1
Interface ExecutionTemplate.SchedulerAcceleratorConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionTemplate.SchedulerAcceleratorConfig
,ExecutionTemplate.SchedulerAcceleratorConfig.Builder
- Enclosing class:
- ExecutionTemplate
public static interface ExecutionTemplate.SchedulerAcceleratorConfigOrBuilder 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.ExecutionTemplate.SchedulerAcceleratorType
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.ExecutionTemplate.SchedulerAcceleratorType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
ExecutionTemplate.SchedulerAcceleratorType getType()
Type of this accelerator.
.google.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorType type = 1;
- Returns:
- The type.
-
getCoreCount
long getCoreCount()
Count of cores of this accelerator.
int64 core_count = 2;
- Returns:
- The coreCount.
-
-