Interface SummaryOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Summary, Summary.Builder

public interface SummaryOrBuilder extends MessageOrBuilder
  • Method Details

    • 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;