MetricEntry.Builder

public static final class MetricEntry.Builder

tensorflow.MetricEntry tipo tensorflow.MetricEntry

Métodos Públicos

MetricEntry.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
MetricEntry
build ()
MetricEntry
MetricEntry.Builder
limpar ()
MetricEntry.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
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;
Fragmento
getName ()
 Metric name
 
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
 Metric name
 
string name = 1;
Duplo
getValue ()
 Metric value
 
double value = 2;
boleano
hasMaxValue ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
boleano
hasMinValue ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
final booleano
MetricEntry.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry.Builder
mergeFrom (com.google.protobuf.Message other)
MetricEntry.Builder
mergeMaxValue (valor com.google.protobuf.DoubleValue)
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
MetricEntry.Builder
mergeMinValue (valor com.google.protobuf.DoubleValue)
 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
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 (valor com.google.protobuf.DoubleValue)
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
MetricEntry.Builder
setName (valor String)
 Metric name
 
string name = 1;
MetricEntry.Builder
setNameBytes (com.google.protobuf.ByteString value)
 Metric name
 
string name = 1;
MetricEntry.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final MetricEntry.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
MetricEntry.Builder
setValue (valor duplo)
 Metric value
 
double value = 2;

Métodos herdados

Métodos Públicos

public MetricEntry.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

construção pública MetricEntry ()

public MetricEntry buildPartial ()

public MetricEntry.Builder clear ()

public MetricEntry.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

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 MetricEntry.Builder clearName ()

 Metric name
 
string name = 1;

public MetricEntry.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public MetricEntry.Builder clearValue ()

 Metric value
 
double value = 2;

clone public MetricEntry.Builder ()

public MetricEntry getDefaultInstanceForType ()

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)

Lança
IOException

public MetricEntry.Builder mergeFrom (com.google.protobuf.Message other)

public MetricEntry.Builder mergeMaxValue (valor com.google.protobuf.DoubleValue)

 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;

public MetricEntry.Builder mergeMinValue (valor com.google.protobuf.DoubleValue)

 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

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 (valor com.google.protobuf.DoubleValue)

 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;

pública MetricEntry.Builder setName (String value)

 Metric name
 
string name = 1;

public MetricEntry.Builder setNameBytes (valor com.google.protobuf.ByteString)

 Metric name
 
string name = 1;

public MetricEntry.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final MetricEntry.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public MetricEntry.Builder setValue (valor duplo)

 Metric value
 
double value = 2;