public interface TensorboardBlobSequenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getValues(int index)
public abstract TensorboardBlob getValues(int index)
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TensorboardBlob |
getValuesCount()
public abstract int getValuesCount()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
Returns | |
---|---|
Type | Description |
int |
getValuesList()
public abstract List<TensorboardBlob> getValuesList()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
Returns | |
---|---|
Type | Description |
List<TensorboardBlob> |
getValuesOrBuilder(int index)
public abstract TensorboardBlobOrBuilder getValuesOrBuilder(int index)
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TensorboardBlobOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends TensorboardBlobOrBuilder> getValuesOrBuilderList()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TensorboardBlobOrBuilder> |