SummaryOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
Summary |
A Summary is a set of named values to be displayed by the
visualizer. |
Summary.Builder |
A Summary is a set of named values to be displayed by the
visualizer. |
|
Public Methods
public
abstract
Summary.Value
getValue
(int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public
abstract
int
getValueCount
()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public
abstract
List<Summary.Value>
getValueList
()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public
abstract
Summary.ValueOrBuilder
getValueOrBuilder
(int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
public
abstract
List<? extends Summary.ValueOrBuilder>
getValueOrBuilderList
()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
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,["# SummaryOrBuilder\n\npublic interface **SummaryOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [Summary](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary), [Summary.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.Builder) |--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| | [Summary](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary) | ``` A Summary is a set of named values to be displayed by the visualizer. ``` | | [Summary.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.Builder) | ``` A Summary is a set of named values to be displayed by the visualizer. ``` | |||\n\n### Public Methods\n\n|-------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [Summary.Value](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.Value) | [getValue](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryOrBuilder#getValue(int))(int index) ``` Set of values for the summary. ``` |\n| abstract int | [getValueCount](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryOrBuilder#getValueCount())() ``` Set of values for the summary. ``` |\n| abstract List\\\u003c[Summary.Value](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.Value)\\\u003e | [getValueList](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryOrBuilder#getValueList())() ``` Set of values for the summary. ``` |\n| abstract [Summary.ValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.ValueOrBuilder) | [getValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryOrBuilder#getValueOrBuilder(int))(int index) ``` Set of values for the summary. ``` |\n| abstract List\\\u003c? extends [Summary.ValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.ValueOrBuilder)\\\u003e | [getValueOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryOrBuilder#getValueOrBuilderList())() ``` Set of values for the summary. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [Summary.Value](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.Value)\n**getValue**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Set of values for the summary.\n \n```\n`repeated .tensorflow.Summary.Value value = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getValueCount**\n()\n\n\u003cbr /\u003e\n\n```\n Set of values for the summary.\n \n```\n`repeated .tensorflow.Summary.Value value = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c[Summary.Value](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.Value)\\\u003e\n**getValueList**\n()\n\n\u003cbr /\u003e\n\n```\n Set of values for the summary.\n \n```\n`repeated .tensorflow.Summary.Value value = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract [Summary.ValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.ValueOrBuilder)\n**getValueOrBuilder**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Set of values for the summary.\n \n```\n`repeated .tensorflow.Summary.Value value = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c? extends [Summary.ValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/Summary.ValueOrBuilder)\\\u003e\n**getValueOrBuilderList**\n()\n\n\u003cbr /\u003e\n\n```\n Set of values for the summary.\n \n```\n`repeated .tensorflow.Summary.Value value = 1;`\n\n\u003cbr /\u003e"]]