public interface TensorboardBlobSequenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract TensorboardBlob getValues(int index)List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
| Name | Description |
index |
int |
| Type | Description |
TensorboardBlob |
getValuesCount()
public abstract int getValuesCount()List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
| Type | Description |
int |
getValuesList()
public abstract List<TensorboardBlob> getValuesList()List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
| Type | Description |
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;
| Name | Description |
index |
int |
| Type | Description |
TensorboardBlobOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends TensorboardBlobOrBuilder> getValuesOrBuilderList()List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TensorboardBlobOrBuilder> |