public interface AcceleratorConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCoreCount()
public abstract long getCoreCount()Optional. Count of cores of this accelerator.
int64 core_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The coreCount. |
getType()
public abstract AcceleratorConfig.AcceleratorType getType()Optional. Type of this accelerator.
.google.cloud.notebooks.v2.AcceleratorConfig.AcceleratorType type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AcceleratorConfig.AcceleratorType |
The type. |
getTypeValue()
public abstract int getTypeValue()Optional. Type of this accelerator.
.google.cloud.notebooks.v2.AcceleratorConfig.AcceleratorType type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |