SessionMetadata

パブリック最終クラスSessionMetadata

 Metadata about the session.
 This can be used by the runtime and the Ops for debugging, monitoring, etc.
 The (name, version) tuple is expected to be a unique identifier for
 sessions within the same process.
 NOTE: This is currently used and propagated only by the direct session.
 
Protobuf 型tensorflow.SessionMetadata

ネストされたクラス

クラスセッションメタデータ.ビルダー
 Metadata about the session. 

定数

整数NAME_FIELD_NUMBER
整数VERSION_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的なセッションメタデータ
セッションメタデータ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
整数
最終的な com.google.protobuf.UnknownFieldSet
長さ
getバージョン()
 The version is optional.
整数
最終ブール値
静的SessionMetadata.Builder
newBuilder ( SessionMetadataプロトタイプ)
静的SessionMetadata.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 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

public static SessionMetadata getDefaultInstance ()

public SessionMetadata getDefaultInstanceForType ()

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

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

公共getParserForType ()

public int getSerializedSize ()

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

public long getVersion ()

 The version is optional. If set, needs to be >= 0.
 
int64 version = 2;

public int hashCode ()

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

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

public static SessionMetadata.Builder newBuilder ()

public SessionMetadata.Builder newBuilderForType ()

public static SessionMetadata parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SessionMetadata parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SessionMetadata.Builder toBuilder ()

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

投げる
IO例外