classe final estática pública MetricEntry.Builder
Tipo de protobuf tensorflow.MetricEntry
Métodos Públicos
MetricEntry.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Entrada Métrica | construir () |
Entrada Métrica | |
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 | limparMinValue () The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3; |
MetricEntry.Builder | limparNome () Metric name string name = 1; |
MetricEntry.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
MetricEntry.Builder | limparValor () Metric value double value = 2; |
MetricEntry.Builder | clonar () |
Entrada Métrica | |
final estático 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; |
Corda | getNome () Metric name string name = 1; |
com.google.protobuf.ByteString | getNomeBytes () Metric name string name = 1; |
dobro | obterValor () 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 outro) |
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 | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
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 (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 da string) Metric name string name = 1; |
MetricEntry.Builder | setNameBytes (valor com.google.protobuf.ByteString) Metric name string name = 1; |
MetricEntry.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
MetricEntry.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
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)
público MetricEntry.Builder clearMaxValue ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
público MetricEntry.Builder clearMinValue ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
público com.google.protobuf.DoubleValue getMaxValue ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
público com.google.protobuf.DoubleValue.Builder getMaxValueBuilder ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
público com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
público com.google.protobuf.DoubleValue getMinValue ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
público com.google.protobuf.DoubleValue.Builder getMinValueBuilder ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
público com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
String pública getNome ()
Metric name
string name = 1;
público com.google.protobuf.ByteString getNameBytes ()
Metric name
string name = 1;
getValue duplo público ()
Metric value
double value = 2;
hasMaxValue booleano público ()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
hasMinValue booleano público ()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
público final booleano isInitialized ()
public MetricEntry.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público 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;
público final MetricEntry.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public MetricEntry.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público MetricEntry.Builder setMaxValue (com.google.protobuf.DoubleValue.Builder builderForValue)
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
público MetricEntry.Builder setMaxValue (valor com.google.protobuf.DoubleValue)
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
público MetricEntry.Builder setMinValue (com.google.protobuf.DoubleValue.Builder builderForValue)
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
público MetricEntry.Builder setMinValue (valor com.google.protobuf.DoubleValue)
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
público MetricEntry.Builder setNameBytes (valor com.google.protobuf.ByteString)
Metric name
string name = 1;