Package com.google.cloud.aiplatform.v1
Interface TensorboardBlobSequenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TensorboardBlobSequence
,TensorboardBlobSequence.Builder
public interface TensorboardBlobSequenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValuesList
List<TensorboardBlob> getValuesList()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
-
getValues
TensorboardBlob getValues(int index)
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
-
getValuesCount
int getValuesCount()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
-
getValuesOrBuilderList
List<? extends TensorboardBlobOrBuilder> getValuesOrBuilderList()
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
-
getValuesOrBuilder
TensorboardBlobOrBuilder getValuesOrBuilder(int index)
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
-
-