public static interface ExecutionTemplate.SchedulerAcceleratorConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCoreCount()
public abstract long getCoreCount()
Count of cores of this accelerator.
int64 core_count = 2;
Returns | |
---|---|
Type | Description |
long |
The coreCount. |
getType()
public abstract ExecutionTemplate.SchedulerAcceleratorType getType()
Type of this accelerator.
.google.events.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorType type = 1;
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorType |
The type. |
getTypeValue()
public abstract int getTypeValue()
Type of this accelerator.
.google.events.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorType type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |