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 Detail

      • getValuesList

        List<TensorboardBlob> getValuesList()
         List of blobs contained within the sequence.
         
        repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
      • getValues

        TensorboardBlob getValues​(int index)
         List of blobs contained within the sequence.
         
        repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
      • getValuesCount

        int getValuesCount()
         List of blobs contained within the sequence.
         
        repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
      • getValuesOrBuilderList

        List<? extends TensorboardBlobOrBuilder> getValuesOrBuilderList()
         List of blobs contained within the sequence.
         
        repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;
      • getValuesOrBuilder

        TensorboardBlobOrBuilder getValuesOrBuilder​(int index)
         List of blobs contained within the sequence.
         
        repeated .google.cloud.aiplatform.v1beta1.TensorboardBlob values = 1;