SummaryMetadata

パブリック最終クラス

 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value.
 
Protobuf 型tensorflow.SummaryMetadata

ネストされたクラス

クラスSummaryMetadata.Builder
 A SummaryMetadata encapsulates information on which plugins are able to make
 use of a certain summary value. 
クラスSummaryMetadata.PluginData Protobuf 型tensorflow.SummaryMetadata.PluginData
インターフェースSummaryMetadata.PluginDataOrBuilder

定数

整数DATA_CLASS_FIELD_NUMBER
整数DISPLAY_NAME_FIELD_NUMBER
整数PLUGIN_DATA_FIELD_NUMBER
整数SUMMARY_DESCRIPTION_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
データクラス
getDataClass ()
 Class of data stored in this time series.
整数
getDataClassValue ()
 Class of data stored in this time series.
静的な概要メタデータ
概要メタデータ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getDisplayName ()
 Display name for viewing in TensorBoard.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Display name for viewing in TensorBoard.
SummaryMetadata.PluginData
getPluginData ()
 Data that associates a summary with a certain plugin.
SummaryMetadata.PluginDataOrBuilder
getPluginDataOrBuilder ()
 Data that associates a summary with a certain plugin.
整数
get概要説明()
 Longform readable description of the summary sequence.
com.google.protobuf.ByteString
get概要説明バイト()
 Longform readable description of the summary sequence.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasPluginData ()
 Data that associates a summary with a certain plugin.
整数
最終ブール値
静的SummaryMetadata.Builder
newBuilder ( SummaryMetadataプロトタイプ)
静的SummaryMetadata.Builder
SummaryMetadata.Builder
静的な概要メタデータ
parseDelimitedFrom (InputStream 入力)
静的な概要メタデータ
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要メタデータ
parseFrom (ByteBuffer データ)
静的な概要メタデータ
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要メタデータ
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要メタデータ
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的な概要メタデータ
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要メタデータ
parseFrom (com.google.protobuf.ByteString データ)
静的な概要メタデータ
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要メタデータ
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SummaryMetadata.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数DATA_CLASS_FIELD_NUMBER

定数値: 4

パブリック静的最終整数DISPLAY_NAME_FIELD_NUMBER

定数値: 2

パブリック静的最終整数PLUGIN_DATA_FIELD_NUMBER

定数値: 1

public static Final int SUMMARY_DESCRIPTION_FIELD_NUMBER

定数値: 3

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public 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 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 static SummaryMetadata getDefaultInstance ()

public SummaryMetadata getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getDisplayName ()

 Display name for viewing in TensorBoard.
 
string display_name = 2;

public com.google.protobuf.ByteString getDisplayNameBytes ()

 Display name for viewing in TensorBoard.
 
string display_name = 2;

公共getParserForType ()

public SummaryMetadata.PluginData getPluginData ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

public SummaryMetadata.PluginDataOrBuilder getPluginDataOrBuilder ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

public int getSerializedSize ()

public String getsummaryDescription ()

 Longform readable description of the summary sequence. Markdown supported.
 
string summary_description = 3;

public com.google.protobuf.ByteString get SummaryDescriptionBytes ()

 Longform readable description of the summary sequence. Markdown supported.
 
string summary_description = 3;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasPluginData ()

 Data that associates a summary with a certain plugin.
 
.tensorflow.SummaryMetadata.PluginData plugin_data = 1;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static SummaryMetadata.Builder newBuilder ( SummaryMetadataプロトタイプ)

public static SummaryMetadata.Builder newBuilder ()

public SummaryMetadata.Builder newBuilderForType ()

public static SummaryMetadata parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static SummaryMetadata parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SummaryMetadata parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static SummaryMetadata parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SummaryMetadata parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SummaryMetadata parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static SummaryMetadata parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SummaryMetadata parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static SummaryMetadata parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SummaryMetadata parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public SummaryMetadata.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外