public interface
SummaryOrBuilder
Known Indirect Subclasses |
Public Methods
abstract Summary.Value |
getValue(int index)
Set of values for the summary. |
abstract int |
getValueCount()
Set of values for the summary. |
abstract List<Summary.Value> |
getValueList()
Set of values for the summary. |
abstract Summary.ValueOrBuilder |
getValueOrBuilder(int index)
Set of values for the summary. |
abstract List<? extends Summary.ValueOrBuilder> |
getValueOrBuilderList()
Set of values for the summary. |
Public Methods
public abstract Summary.Value getValue (int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public abstract int getValueCount ()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public abstract List<Summary.Value> getValueList ()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public abstract Summary.ValueOrBuilder getValueOrBuilder (int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public abstract List<? extends Summary.ValueOrBuilder> getValueOrBuilderList ()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;