MetricEntry

classe final pública MetricEntry

tensorflow.MetricEntry tipo tensorflow.MetricEntry

Classes aninhadas

aula MetricEntry.Builder tensorflow.MetricEntry tipo tensorflow.MetricEntry

Constantes

int MAX_VALUE_FIELD_NUMBER
int MIN_VALUE_FIELD_NUMBER
int NAME_FIELD_NUMBER
int VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
MetricEntry estático
MetricEntry
final static 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.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;
Fragmento
getName ()
 Metric name
 
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
 Metric name
 
string name = 1;
int
final com.google.protobuf.UnknownFieldSet
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;
int
final booleano
estático MetricEntry.Builder
newBuilder (protótipo MetricEntry )
estático MetricEntry.Builder
MetricEntry.Builder
MetricEntry estático
parseDelimitedFrom (InputStream input)
MetricEntry estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry estático
parseFrom (dados ByteBuffer)
MetricEntry estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry estático
parseFrom (com.google.protobuf.CodedInputStream input)
MetricEntry estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry estático
parseFrom (com.google.protobuf.ByteString data)
MetricEntry estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetricEntry estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MetricEntry.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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 equals (Object obj)

public static MetricEntry getDefaultInstance ()

public MetricEntry getDefaultInstanceForType ()

public static 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 (protótipo MetricEntry )

public static MetricEntry.Builder newBuilder ()

public MetricEntry.Builder newBuilderForType ()

public static MetricEntry parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MetricEntry parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public MetricEntry.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException