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
@Generated
public interface TensorboardBlobSequenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) List of blobs contained within the sequence.intList of blobs contained within the sequence.List of blobs contained within the sequence.getValuesOrBuilder(int index) List of blobs contained within the sequence.List<? extends TensorboardBlobOrBuilder>List of blobs contained within the sequence.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<TensorboardBlob> getValuesList()List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1; -
getValues
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
List of blobs contained within the sequence.
repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
-