Interface AcceleratorConfigOrBuilder (1.25.0)

public interface AcceleratorConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCoreCount()

public abstract long getCoreCount()

Optional. Count of cores of this accelerator.

int64 core_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for type.