public static final class
MetricEntry.Builder
Protobuf type tensorflow.MetricEntry
Public Methods
MetricEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
MetricEntry |
build()
|
MetricEntry | |
MetricEntry.Builder |
clear()
|
MetricEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
MetricEntry.Builder |
clearMaxValue()
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
MetricEntry.Builder |
clearMinValue()
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
MetricEntry.Builder |
clearName()
Metric name string name = 1;
|
MetricEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
MetricEntry.Builder |
clearValue()
Metric value double value = 2;
|
MetricEntry.Builder |
clone()
|
MetricEntry | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.DoubleValue |
getMaxValue()
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
com.google.protobuf.DoubleValue.Builder |
getMaxValueBuilder()
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
com.google.protobuf.DoubleValueOrBuilder |
getMaxValueOrBuilder()
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
com.google.protobuf.DoubleValue |
getMinValue()
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
com.google.protobuf.DoubleValue.Builder |
getMinValueBuilder()
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
com.google.protobuf.DoubleValueOrBuilder |
getMinValueOrBuilder()
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
String |
getName()
Metric name string name = 1;
|
com.google.protobuf.ByteString |
getNameBytes()
Metric name string name = 1;
|
double |
getValue()
Metric value double value = 2;
|
boolean |
hasMaxValue()
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
boolean |
hasMinValue()
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
final boolean | |
MetricEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
MetricEntry.Builder |
mergeFrom(com.google.protobuf.Message other)
|
MetricEntry.Builder |
mergeMaxValue(com.google.protobuf.DoubleValue value)
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
MetricEntry.Builder |
mergeMinValue(com.google.protobuf.DoubleValue value)
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
final MetricEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
MetricEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
MetricEntry.Builder |
setMaxValue(com.google.protobuf.DoubleValue.Builder builderForValue)
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
MetricEntry.Builder |
setMaxValue(com.google.protobuf.DoubleValue value)
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
MetricEntry.Builder |
setMinValue(com.google.protobuf.DoubleValue.Builder builderForValue)
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
MetricEntry.Builder |
setMinValue(com.google.protobuf.DoubleValue value)
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
MetricEntry.Builder |
setName(String value)
Metric name string name = 1;
|
MetricEntry.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Metric name string name = 1;
|
MetricEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final MetricEntry.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
MetricEntry.Builder |
setValue(double value)
Metric value double value = 2;
|
Inherited Methods
Public Methods
public MetricEntry.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public MetricEntry.Builder clearMaxValue ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public MetricEntry.Builder clearMinValue ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public com.google.protobuf.DoubleValue getMaxValue ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public com.google.protobuf.DoubleValue.Builder getMaxValueBuilder ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public com.google.protobuf.DoubleValue getMinValue ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public com.google.protobuf.DoubleValue.Builder getMinValueBuilder ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public String getName ()
Metric name
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
Metric name
string name = 1;
public double getValue ()
Metric value
double value = 2;
public boolean hasMaxValue ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public boolean hasMinValue ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public final boolean isInitialized ()
public MetricEntry.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public MetricEntry.Builder mergeMaxValue (com.google.protobuf.DoubleValue value)
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public MetricEntry.Builder mergeMinValue (com.google.protobuf.DoubleValue value)
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public final MetricEntry.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public MetricEntry.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public MetricEntry.Builder setMaxValue (com.google.protobuf.DoubleValue.Builder builderForValue)
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public MetricEntry.Builder setMaxValue (com.google.protobuf.DoubleValue value)
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public MetricEntry.Builder setMinValue (com.google.protobuf.DoubleValue.Builder builderForValue)
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public MetricEntry.Builder setMinValue (com.google.protobuf.DoubleValue value)
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public MetricEntry.Builder setNameBytes (com.google.protobuf.ByteString value)
Metric name
string name = 1;