SummaryMetadataOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
SummaryMetadata |
A SummaryMetadata encapsulates information on which plugins are able to make
use of a certain summary value. |
SummaryMetadata.Builder |
A SummaryMetadata encapsulates information on which plugins are able to make
use of a certain summary value. |
|
Public Methods
public
abstract
DataClass
getDataClass
()
Class of data stored in this time series. Required for compatibility with
TensorBoard's generic data facilities (`DataProvider`, et al.). This value
imposes constraints on the dtype and shape of the corresponding tensor
values. See `DataClass` docs for details.
.tensorflow.DataClass data_class = 4;
public
abstract
int
getDataClassValue
()
Class of data stored in this time series. Required for compatibility with
TensorBoard's generic data facilities (`DataProvider`, et al.). This value
imposes constraints on the dtype and shape of the corresponding tensor
values. See `DataClass` docs for details.
.tensorflow.DataClass data_class = 4;
public
abstract
String
getDisplayName
()
Display name for viewing in TensorBoard.
string display_name = 2;
public
abstract
com.google.protobuf.ByteString
getDisplayNameBytes
()
Display name for viewing in TensorBoard.
string display_name = 2;
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;
public
abstract
String
getSummaryDescription
()
Longform readable description of the summary sequence. Markdown supported.
string summary_description = 3;
public
abstract
com.google.protobuf.ByteString
getSummaryDescriptionBytes
()
Longform readable description of the summary sequence. Markdown supported.
string summary_description = 3;
public
abstract
boolean
hasPluginData
()
Data that associates a summary with a certain plugin.
.tensorflow.SummaryMetadata.PluginData plugin_data = 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,["# SummaryMetadataOrBuilder\n\npublic interface **SummaryMetadataOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SummaryMetadata](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata), [SummaryMetadata.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.Builder) |------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------| | [SummaryMetadata](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata) | ``` A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value. ``` | | [SummaryMetadata.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.Builder) | ``` A SummaryMetadata encapsulates information on which plugins are able to make use of a certain summary value. ``` | |||\n\n### Public Methods\n\n|---------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [DataClass](/jvm/api_docs/java/org/tensorflow/proto/framework/DataClass) | [getDataClass](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getDataClass())() ``` Class of data stored in this time series. ``` |\n| abstract int | [getDataClassValue](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getDataClassValue())() ``` Class of data stored in this time series. ``` |\n| abstract String | [getDisplayName](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getDisplayName())() ``` Display name for viewing in TensorBoard. ``` |\n| abstract com.google.protobuf.ByteString | [getDisplayNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getDisplayNameBytes())() ``` Display name for viewing in TensorBoard. ``` |\n| abstract [SummaryMetadata.PluginData](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginData) | [getPluginData](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getPluginData())() ``` Data that associates a summary with a certain plugin. ``` |\n| abstract [SummaryMetadata.PluginDataOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginDataOrBuilder) | [getPluginDataOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getPluginDataOrBuilder())() ``` Data that associates a summary with a certain plugin. ``` |\n| abstract String | [getSummaryDescription](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getSummaryDescription())() ``` Longform readable description of the summary sequence. ``` |\n| abstract com.google.protobuf.ByteString | [getSummaryDescriptionBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#getSummaryDescriptionBytes())() ``` Longform readable description of the summary sequence. ``` |\n| abstract boolean | [hasPluginData](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadataOrBuilder#hasPluginData())() ``` Data that associates a summary with a certain plugin. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [DataClass](/jvm/api_docs/java/org/tensorflow/proto/framework/DataClass)\n**getDataClass**\n()\n\n\u003cbr /\u003e\n\n```\n Class of data stored in this time series. Required for compatibility with\n TensorBoard's generic data facilities (`DataProvider`, et al.). This value\n imposes constraints on the dtype and shape of the corresponding tensor\n values. See `DataClass` docs for details.\n \n```\n`.tensorflow.DataClass data_class = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getDataClassValue**\n()\n\n\u003cbr /\u003e\n\n```\n Class of data stored in this time series. Required for compatibility with\n TensorBoard's generic data facilities (`DataProvider`, et al.). This value\n imposes constraints on the dtype and shape of the corresponding tensor\n values. See `DataClass` docs for details.\n \n```\n`.tensorflow.DataClass data_class = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getDisplayName**\n()\n\n\u003cbr /\u003e\n\n```\n Display name for viewing in TensorBoard.\n \n```\n`string display_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getDisplayNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Display name for viewing in TensorBoard.\n \n```\n`string display_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [SummaryMetadata.PluginData](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginData)\n**getPluginData**\n()\n\n\u003cbr /\u003e\n\n```\n Data that associates a summary with a certain plugin.\n \n```\n`.tensorflow.SummaryMetadata.PluginData plugin_data = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract [SummaryMetadata.PluginDataOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginDataOrBuilder)\n**getPluginDataOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Data that associates a summary with a certain plugin.\n \n```\n`.tensorflow.SummaryMetadata.PluginData plugin_data = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getSummaryDescription**\n()\n\n\u003cbr /\u003e\n\n```\n Longform readable description of the summary sequence. Markdown supported.\n \n```\n`string summary_description = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getSummaryDescriptionBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Longform readable description of the summary sequence. Markdown supported.\n \n```\n`string summary_description = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasPluginData**\n()\n\n\u003cbr /\u003e\n\n```\n Data that associates a summary with a certain plugin.\n \n```\n`.tensorflow.SummaryMetadata.PluginData plugin_data = 1;`\n\n\u003cbr /\u003e"]]