MetricEntry

classe final pública MetricEntry

Tipo de protobuf tensorflow.MetricEntry

Classes aninhadas

aula MetricEntry.Builder Tipo de protobuf tensorflow.MetricEntry

Constantes

interno MAX_VALUE_FIELD_NUMBER
interno MIN_VALUE_FIELD_NUMBER
interno NAME_FIELD_NUMBER
interno VALUE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
entrada de métrica estática
Entrada Métrica
final estático 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;
Corda
getNome ()
 Metric name
 
string name = 1;
com.google.protobuf.ByteString
getNomeBytes ()
 Metric name
 
string name = 1;
interno
final com.google.protobuf.UnknownFieldSet
dobro
Obter valor ()
 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;
interno
booleano final
MetricEntry.Builder estático
newBuilder (protótipo MetricEntry )
MetricEntry.Builder estático
MetricEntry.Builder
entrada de métrica estática
parseDelimitedFrom (entrada InputStream)
entrada de métrica estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
entrada de métrica estática
parseFrom (dados de ByteBuffer)
entrada de métrica estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
entrada de métrica estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
entrada de métrica estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
entrada de métrica estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
entrada de métrica estática
parseFrom (dados com.google.protobuf.ByteString)
entrada de métrica estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
entrada de métrica estática
parseFrom (dados com.google.protobuf.ByteString, 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

int final estático público NAME_FIELD_NUMBER

Valor Constante: 1

int final estático público VALUE_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

MetricEntry estática pública getDefaultInstance ()

public MetricEntry getDefaultInstanceForType ()

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

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

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

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;

hashCode int público ()

público final booleano isInitialized ()

público estático MetricEntry.Builder newBuilder (protótipo MetricEntry )

público estático MetricEntry.Builder newBuilder ()

público MetricEntry.Builder newBuilderForType ()

public static MetricEntry parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático MetricEntry parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

parseFrom de MetricEntry estática pública (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público MetricEntry.Builder paraBuilder ()

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

Lança
IOException