パブリック最終クラス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 | newBuilder () |
セッションメタデータ.ビルダー | |
静的なセッションメタデータ | 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) |
静的 | パーサー() |
セッションメタデータ.ビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
パブリック静的最終整数VERSION_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック 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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|