Interface SummaryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Summary, Summary.Builder

    public interface SummaryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Summary.Value getValue​(int index)
      Set of values for the summary.
      int getValueCount()
      Set of values for the summary.
      java.util.List<Summary.Value> getValueList()
      Set of values for the summary.
      Summary.ValueOrBuilder getValueOrBuilder​(int index)
      Set of values for the summary.
      java.util.List<? extends Summary.ValueOrBuilder> getValueOrBuilderList()
      Set of values for the summary.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getValueList

        java.util.List<Summary.Value> getValueList()
         Set of values for the summary.
         
        repeated .org.platanios.tensorflow.proto.Summary.Value value = 1;
      • getValue

        Summary.Value getValue​(int index)
         Set of values for the summary.
         
        repeated .org.platanios.tensorflow.proto.Summary.Value value = 1;
      • getValueCount

        int getValueCount()
         Set of values for the summary.
         
        repeated .org.platanios.tensorflow.proto.Summary.Value value = 1;
      • getValueOrBuilderList

        java.util.List<? extends Summary.ValueOrBuilder> getValueOrBuilderList()
         Set of values for the summary.
         
        repeated .org.platanios.tensorflow.proto.Summary.Value value = 1;
      • getValueOrBuilder

        Summary.ValueOrBuilder getValueOrBuilder​(int index)
         Set of values for the summary.
         
        repeated .org.platanios.tensorflow.proto.Summary.Value value = 1;