MetricEntryOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
com.google.protobuf.DoubleValue
|
getMaxValue()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
|
abstract
com.google.protobuf.DoubleValueOrBuilder
|
getMaxValueOrBuilder()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
|
abstract
com.google.protobuf.DoubleValue
|
getMinValue()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
|
abstract
com.google.protobuf.DoubleValueOrBuilder
|
getMinValueOrBuilder()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
|
abstract
String
|
getName()
Metric name
string name = 1;
|
abstract
com.google.protobuf.ByteString
|
|
abstract
double
|
getValue()
Metric value
double value = 2;
|
abstract
boolean
|
hasMaxValue()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
|
abstract
boolean
|
hasMinValue()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
|
Public Methods
public
abstract
com.google.protobuf.DoubleValue
getMaxValue
()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public
abstract
com.google.protobuf.DoubleValueOrBuilder
getMaxValueOrBuilder
()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public
abstract
com.google.protobuf.DoubleValue
getMinValue
()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public
abstract
com.google.protobuf.DoubleValueOrBuilder
getMinValueOrBuilder
()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
public
abstract
String
getName
()
Metric name
string name = 1;
public
abstract
com.google.protobuf.ByteString
getNameBytes
()
Metric name
string name = 1;
public
abstract
double
getValue
()
Metric value
double value = 2;
public
abstract
boolean
hasMaxValue
()
The maximum acceptable value for the metric if specified
.google.protobuf.DoubleValue max_value = 4;
public
abstract
boolean
hasMinValue
()
The minimum acceptable value for the metric if specified
.google.protobuf.DoubleValue min_value = 3;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# MetricEntryOrBuilder\n\npublic interface **MetricEntryOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [MetricEntry](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntry), [MetricEntry.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntry.Builder) |-------------------------------------------------------------------------------------------------|----------------------------------------| | [MetricEntry](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntry) | Protobuf type `tensorflow.MetricEntry` | | [MetricEntry.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntry.Builder) | Protobuf type `tensorflow.MetricEntry` | |||\n\n### Public Methods\n\n|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract com.google.protobuf.DoubleValue | [getMaxValue](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#getMaxValue())() ``` The maximum acceptable value for the metric if specified ``` `.google.protobuf.DoubleValue max_value = 4;` |\n| abstract com.google.protobuf.DoubleValueOrBuilder | [getMaxValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#getMaxValueOrBuilder())() ``` The maximum acceptable value for the metric if specified ``` `.google.protobuf.DoubleValue max_value = 4;` |\n| abstract com.google.protobuf.DoubleValue | [getMinValue](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#getMinValue())() ``` The minimum acceptable value for the metric if specified ``` `.google.protobuf.DoubleValue min_value = 3;` |\n| abstract com.google.protobuf.DoubleValueOrBuilder | [getMinValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#getMinValueOrBuilder())() ``` The minimum acceptable value for the metric if specified ``` `.google.protobuf.DoubleValue min_value = 3;` |\n| abstract String | [getName](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#getName())() ``` Metric name ``` `string name = 1;` |\n| abstract com.google.protobuf.ByteString | [getNameBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#getNameBytes())() ``` Metric name ``` `string name = 1;` |\n| abstract double | [getValue](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#getValue())() ``` Metric value ``` `double value = 2;` |\n| abstract boolean | [hasMaxValue](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#hasMaxValue())() ``` The maximum acceptable value for the metric if specified ``` `.google.protobuf.DoubleValue max_value = 4;` |\n| abstract boolean | [hasMinValue](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/MetricEntryOrBuilder#hasMinValue())() ``` The minimum acceptable value for the metric if specified ``` `.google.protobuf.DoubleValue min_value = 3;` |\n\nPublic Methods\n--------------\n\n#### public abstract com.google.protobuf.DoubleValue\n**getMaxValue**\n()\n\n\u003cbr /\u003e\n\n```\n The maximum acceptable value for the metric if specified\n \n```\n`.google.protobuf.DoubleValue max_value = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.DoubleValueOrBuilder\n**getMaxValueOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n The maximum acceptable value for the metric if specified\n \n```\n`.google.protobuf.DoubleValue max_value = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.DoubleValue\n**getMinValue**\n()\n\n\u003cbr /\u003e\n\n```\n The minimum acceptable value for the metric if specified\n \n```\n`.google.protobuf.DoubleValue min_value = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.DoubleValueOrBuilder\n**getMinValueOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n The minimum acceptable value for the metric if specified\n \n```\n`.google.protobuf.DoubleValue min_value = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getName**\n()\n\n\u003cbr /\u003e\n\n```\n Metric name\n \n```\n`string name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Metric name\n \n```\n`string name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract double\n**getValue**\n()\n\n\u003cbr /\u003e\n\n```\n Metric value\n \n```\n`double value = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasMaxValue**\n()\n\n\u003cbr /\u003e\n\n```\n The maximum acceptable value for the metric if specified\n \n```\n`.google.protobuf.DoubleValue max_value = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasMinValue**\n()\n\n\u003cbr /\u003e\n\n```\n The minimum acceptable value for the metric if specified\n \n```\n`.google.protobuf.DoubleValue min_value = 3;`\n\n\u003cbr /\u003e"]]