public interface SummaryOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Summary.Value |
getValue(int index)
Set of values for the summary.
|
int |
getValueCount()
Set of values for the summary.
|
List<Summary.Value> |
getValueList()
Set of values for the summary.
|
Summary.ValueOrBuilder |
getValueOrBuilder(int index)
Set of values for the summary.
|
List<? extends Summary.ValueOrBuilder> |
getValueOrBuilderList()
Set of values for the summary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Summary.Value> getValueList()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
Summary.Value getValue(int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
int getValueCount()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
List<? extends Summary.ValueOrBuilder> getValueOrBuilderList()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
Summary.ValueOrBuilder getValueOrBuilder(int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
Copyright © 2018. All rights reserved.