Interface TensorboardBlobSequenceOrBuilder (3.42.0)

public interface TensorboardBlobSequenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract TensorboardBlob getValues(int index)

List of blobs contained within the sequence.

repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorboardBlob

getValuesCount()

public abstract int getValuesCount()

List of blobs contained within the sequence.

repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;

Returns
TypeDescription
int

getValuesList()

public abstract List<TensorboardBlob> getValuesList()

List of blobs contained within the sequence.

repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;

Returns
TypeDescription
List<TensorboardBlob>

getValuesOrBuilder(int index)

public abstract TensorboardBlobOrBuilder getValuesOrBuilder(int index)

List of blobs contained within the sequence.

repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorboardBlobOrBuilder

getValuesOrBuilderList()

public abstract List<? extends TensorboardBlobOrBuilder> getValuesOrBuilderList()

List of blobs contained within the sequence.

repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.TensorboardBlobOrBuilder>