SummaryDescription

パブリック最終クラス

 Metadata associated with a series of Summary data
 
Protobuf 型tensorflow.SummaryDescription

ネストされたクラス

クラス概要説明.ビルダー
 Metadata associated with a series of Summary data
 
Protobuf 型tensorflow.SummaryDescription

定数

整数TYPE_HINT_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的な概要説明
概要説明
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
getTypeHint ()
 Hint on how plugins should process the data in this series.
com.google.protobuf.ByteString
getTypeHintBytes ()
 Hint on how plugins should process the data in this series.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的な概要説明.Builder
newBuilder ( SummaryDescriptionプロトタイプ)
静的な概要説明.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)
静的
概要説明.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

パブリックメソッド

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

public static SummaryDescription getDefaultInstance ()

public SummaryDescription getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

パブリック String getTypeHint ()

 Hint on how plugins should process the data in this series.
 Supported values include "scalar", "histogram", "image", "audio"
 
string type_hint = 1;

public com.google.protobuf.ByteString getTypeHintBytes ()

 Hint on how plugins should process the data in this series.
 Supported values include "scalar", "histogram", "image", "audio"
 
string type_hint = 1;

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

public int hashCode ()

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

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

public static SummaryDescription.Builder newBuilder ()

public SummaryDescription.Builder newBuilderForType ()

public static SummaryDescription parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SummaryDescription parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SummaryDescription.Builder toBuilder ()

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

投げる
IO例外