SummaryMetadata.PluginDataOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
Public Methods
public
abstract
com.google.protobuf.ByteString
getContent
()
The content to store for the plugin. The best practice is for this to be
a binary serialized protocol buffer.
bytes content = 2;
public
abstract
String
getPluginName
()
The name of the plugin this data pertains to.
string plugin_name = 1;
public
abstract
com.google.protobuf.ByteString
getPluginNameBytes
()
The name of the plugin this data pertains to.
string plugin_name = 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,["# SummaryMetadata.PluginDataOrBuilder\n\npublic static interface **SummaryMetadata.PluginDataOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SummaryMetadata.PluginData](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginData), [SummaryMetadata.PluginData.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginData.Builder) |----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------| | [SummaryMetadata.PluginData](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginData) | Protobuf type `tensorflow.SummaryMetadata.PluginData` | | [SummaryMetadata.PluginData.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginData.Builder) | Protobuf type `tensorflow.SummaryMetadata.PluginData` | |||\n\n### Public Methods\n\n|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract com.google.protobuf.ByteString | [getContent](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginDataOrBuilder#getContent())() ``` The content to store for the plugin. ``` |\n| abstract String | [getPluginName](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginDataOrBuilder#getPluginName())() ``` The name of the plugin this data pertains to. ``` |\n| abstract com.google.protobuf.ByteString | [getPluginNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/SummaryMetadata.PluginDataOrBuilder#getPluginNameBytes())() ``` The name of the plugin this data pertains to. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract com.google.protobuf.ByteString\n**getContent**\n()\n\n\u003cbr /\u003e\n\n```\n The content to store for the plugin. The best practice is for this to be\n a binary serialized protocol buffer.\n \n```\n`bytes content = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getPluginName**\n()\n\n\u003cbr /\u003e\n\n```\n The name of the plugin this data pertains to.\n \n```\n`string plugin_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getPluginNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n The name of the plugin this data pertains to.\n \n```\n`string plugin_name = 1;`\n\n\u003cbr /\u003e"]]