Interface RuntimeAcceleratorConfigOrBuilder (1.1.0)

public interface RuntimeAcceleratorConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCoreCount()

public abstract long getCoreCount()

Count of cores of this accelerator.

int64 core_count = 2;

Returns
TypeDescription
long

The coreCount.

getType()

public abstract RuntimeAcceleratorConfig.AcceleratorType getType()

Accelerator model.

.google.cloud.notebooks.v1.RuntimeAcceleratorConfig.AcceleratorType type = 1;

Returns
TypeDescription
RuntimeAcceleratorConfig.AcceleratorType

The type.

getTypeValue()

public abstract int getTypeValue()

Accelerator model.

.google.cloud.notebooks.v1.RuntimeAcceleratorConfig.AcceleratorType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.