MetricEntry

MetricEntry de clase final pública

Tipo de tensorflow.MetricEntry

Clases anidadas

clase MetricEntry.Builder Tipo de tensorflow.MetricEntry

Constantes

En t MAX_VALUE_FIELD_NUMBER
En t MIN_VALUE_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t VALUE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
static MetricEntry
MetricEntry
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.DoubleValue
getMaxValue ()
 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.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;
En t
final com.google.protobuf.UnknownFieldSet
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;
En t
booleano final
static MetricEntry.Builder
newBuilder (prototipo MetricEntry )
static MetricEntry.Builder
MetricEntry.Builder
static MetricEntry
parseDelimitedFrom (entrada InputStream)
static MetricEntry
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricEntry
parseFrom (datos ByteBuffer)
static MetricEntry
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricEntry
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricEntry
parseFrom (entrada com.google.protobuf.CodedInputStream)
static MetricEntry
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricEntry
parseFrom (datos com.google.protobuf.ByteString)
static MetricEntry
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricEntry
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MetricEntry.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int MAX_VALUE_FIELD_NUMBER

Valor constante: 4

público estático final int MIN_VALUE_FIELD_NUMBER

Valor constante: 3

public static final int NAME_FIELD_NUMBER

Valor constante: 1

público estático final int VALUE_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public static MetricEntry getDefaultInstance ()

public MetricEntry getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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.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.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;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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 int hashCode ()

public final boolean isInitialized ()

public static MetricEntry.Builder newBuilder (prototipo de MetricEntry )

public static MetricEntry.Builder newBuilder ()

public MetricEntry.Builder newBuilderForType ()

public static MetricEntry parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static MetricEntry parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MetricEntry parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static MetricEntry parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MetricEntry parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static MetricEntry parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static MetricEntry parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static MetricEntry parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

public static MetricEntry parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MetricEntry parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public MetricEntry.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException