MetricEntry.Builder

clase final estática pública MetricEntry.Builder

Tipo de tensorflow.MetricEntry

Métodos públicos

MetricEntry.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
MetricEntry
MetricEntry
MetricEntry.Builder
claro ()
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
clonar ()
MetricEntry
com.google.protobuf.Descriptors.Descriptor estático final
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;
Cuerda
getName ()
 Metric name
 
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
 Metric name
 
string name = 1;
doble
getValue ()
 Metric value
 
double value = 2;
booleano
hasMaxValue ()
 The maximum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue max_value = 4;
booleano
hasMinValue ()
 The minimum acceptable value for the metric if specified
 
.google.protobuf.DoubleValue min_value = 3;
booleano final
MetricEntry.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry.Builder
mergeFrom (com.google.protobuf.Message otro)
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;
MetricEntry.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
MetricEntry.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del 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 (valor com.google.protobuf.DoubleValue)
 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 de cadena)
 Metric name
 
string name = 1;
MetricEntry.Builder
setNameBytes (valor de com.google.protobuf.ByteString)
 Metric name
 
string name = 1;
MetricEntry.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
MetricEntry.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
MetricEntry.Builder
setValue (valor doble)
 Metric value
 
double value = 2;

Métodos heredados

Métodos públicos

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

public MetricEntry build ()

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;

public MetricEntry.Builder clone ()

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 (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

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

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

public MetricEntry.Builder mergeMinValue (valor de 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 del 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 (valor com.google.protobuf.DoubleValue)

 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;

public MetricEntry.Builder setName (valor de cadena)

 Metric name
 
string name = 1;

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

 Metric name
 
string name = 1;

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

público final MetricEntry.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public MetricEntry.Builder setValue (valor doble)

 Metric value
 
double value = 2;