XStatMetadata

パブリック最終クラスXStMetadata

 Metadata for an XStat, corresponds to a stat type and is shared by all
 XStats with the same metadata_id.
 Next ID: 4
 
Protobuf 型tensorflow.profiler.XStatMetadata

ネストされたクラス

クラスXStMetadata.Builder
 Metadata for an XStat, corresponds to a stat type and is shared by all
 XStats with the same metadata_id. 

定数

整数DESCRIPTION_FIELD_NUMBER
整数ID_FIELD_NUMBER
整数NAME_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的XStMetadata
XStatメタデータ
get説明()
 Description of the stat (might be long).
com.google.protobuf.ByteString
getDescriptionBytes ()
 Description of the stat (might be long).
最終的な静的 com.google.protobuf.Descriptors.Descriptor
長さ
getId ()
 XPlane.stat_metadata map key.
getName ()
 Name of the stat (should be short).
com.google.protobuf.ByteString
getNameBytes ()
 Name of the stat (should be short).
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的XStatMetadata.Builder
newBuilder ( XStatMetadataプロトタイプ)
静的XStatMetadata.Builder
XStMetadata.Builder
静的XStMetadata
parseDelimitedFrom (InputStream 入力)
静的XStMetadata
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XStMetadata
parseFrom (ByteBuffer データ)
静的XStMetadata
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XStMetadata
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XStMetadata
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的XStMetadata
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XStMetadata
parseFrom (com.google.protobuf.ByteString データ)
静的XStMetadata
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XStMetadata
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
XStMetadata.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 3

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

public static XStMetadata getDefaultInstance ()

public XStMetadata getDefaultInstanceForType ()

public String getDescription ()

 Description of the stat (might be long).
 
string description = 3;

public com.google.protobuf.ByteString getDescriptionBytes ()

 Description of the stat (might be long).
 
string description = 3;

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

public long getId ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

public String getName ()

 Name of the stat (should be short).
 Two XStatMetadata with different id should have different names.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Name of the stat (should be short).
 Two XStatMetadata with different id should have different names.
 
string name = 2;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static XStMetadata.Builder newBuilder ()

public XStMetadata.Builder newBuilderForType ()

public static XStMetadata parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static XStMetadata parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public XStMetadata.Builder toBuilder ()

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

投げる
IO例外