public interface TensorboardBlobSequenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TensorboardBlob |
getValues(int index)
List of blobs contained within the sequence.
|
int |
getValuesCount()
List of blobs contained within the sequence.
|
List<TensorboardBlob> |
getValuesList()
List of blobs contained within the sequence.
|
TensorboardBlobOrBuilder |
getValuesOrBuilder(int index)
List of blobs contained within the sequence.
|
List<? extends TensorboardBlobOrBuilder> |
getValuesOrBuilderList()
List of blobs contained within the sequence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TensorboardBlob> getValuesList()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;TensorboardBlob getValues(int index)
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;int getValuesCount()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;List<? extends TensorboardBlobOrBuilder> getValuesOrBuilderList()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;TensorboardBlobOrBuilder getValuesOrBuilder(int index)
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;Copyright © 2024 Google LLC. All rights reserved.