public final class
MetricEntry
Protobuf type tensorflow.MetricEntry
Nested Classes
class | MetricEntry.Builder | Protobuf type tensorflow.MetricEntry
|
Constants
int | MAX_VALUE_FIELD_NUMBER | |
int | MIN_VALUE_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | VALUE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static MetricEntry | |
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;
|
String |
getName()
Metric name string name = 1;
|
com.google.protobuf.ByteString |
getNameBytes()
Metric name string name = 1;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
double |
getValue()
Metric value double value = 2;
|
boolean |
hasMaxValue()
The maximum acceptable value for the metric if specified .google.protobuf.DoubleValue max_value = 4;
|
boolean |
hasMinValue()
The minimum acceptable value for the metric if specified .google.protobuf.DoubleValue min_value = 3;
|
int |
hashCode()
|
final boolean | |
static MetricEntry.Builder |
newBuilder(MetricEntry prototype)
|
static MetricEntry.Builder | |
MetricEntry.Builder | |
static MetricEntry |
parseDelimitedFrom(InputStream input)
|
static MetricEntry |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetricEntry |
parseFrom(ByteBuffer data)
|
static MetricEntry |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetricEntry |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetricEntry |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static MetricEntry |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetricEntry |
parseFrom(com.google.protobuf.ByteString data)
|
static MetricEntry |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetricEntry |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
MetricEntry.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int MAX_VALUE_FIELD_NUMBER
Constant Value:
4
public static final int MIN_VALUE_FIELD_NUMBER
Constant Value:
3
public static final int NAME_FIELD_NUMBER
Constant Value:
1
public static final int VALUE_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
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;
public
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MetricEntry parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MetricEntry parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static MetricEntry parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static MetricEntry parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static MetricEntry parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MetricEntry parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|