Interface SummaryOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Summary, Summary.Builder

    public interface SummaryOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getValueList

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

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

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

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

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