SessionLog

パブリック最終クラスSessionLog

 Protocol buffer used for logging session state.
 
Protobuf 型tensorflow.SessionLog

ネストされたクラス

クラスSessionLog.Builder
 Protocol buffer used for logging session state. 
列挙型SessionLog.SessionStatus Protobuf enum tensorflow.SessionLog.SessionStatus

定数

整数チェックポイント_パス_フィールド_番号
整数MSG_FIELD_NUMBER
整数STATUS_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
getチェックポイントパス()
 This checkpoint_path contains both the path and filename.
com.google.protobuf.ByteString
getCheckpointPathBytes ()
 This checkpoint_path contains both the path and filename.
静的セッションログ
セッションログ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getMsg ()
string msg = 3;
com.google.protobuf.ByteString
getMsgBytes ()
string msg = 3;
整数
SessionLog.SessionStatus
getStatus ()
.tensorflow.SessionLog.SessionStatus status = 1;
整数
getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的SessionLog.Builder
newBuilder ( SessionLogプロトタイプ)
静的SessionLog.Builder
SessionLog.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)
静的
SessionLog.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 3

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

定数値: 1

パブリックメソッド

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

パブリック String getCheckpointPath ()

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public com.google.protobuf.ByteString getCheckpointPathBytes ()

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public static SessionLog getDefaultInstance ()

public SessionLog getDefaultInstanceForType ()

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

パブリック String getMsg ()

string msg = 3;

public com.google.protobuf.ByteString getMsgBytes ()

string msg = 3;

公共getParserForType ()

public int getSerializedSize ()

public SessionLog.SessionStatus getStatus ()

.tensorflow.SessionLog.SessionStatus status = 1;

public int getStatusValue ()

.tensorflow.SessionLog.SessionStatus status = 1;

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

public int hashCode ()

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

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

public static SessionLog.Builder newBuilder ()

public SessionLog.Builder newBuilderForType ()

public static SessionLog parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SessionLog parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SessionLog.Builder toBuilder ()

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

投げる
IO例外