パブリック最終クラスLogMessage
Protocol buffer used for logging messages to the events file.
tensorflow.LogMessage ネストされたクラス
| クラス | LogMessage.Builder | Protocol buffer used for logging messages to the events file. | |
| 列挙型 | LogMessage.Level | Protobuf enum tensorflow.LogMessage.Level | |
定数
| 整数 | LEVEL_FIELD_NUMBER | |
| 整数 | MESSAGE_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的ログメッセージ | |
| ログメッセージ | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| LogMessage.Level | getレベル() .tensorflow.LogMessage.Level level = 1; |
| 整数 | getLevelValue () .tensorflow.LogMessage.Level level = 1; |
| 弦 | getMessage () string message = 2; |
| com.google.protobuf.ByteString | getMessageBytes () string message = 2; |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的LogMessage.Builder | newBuilder ( LogMessageプロトタイプ) |
| 静的LogMessage.Builder | newBuilder () |
| LogMessage.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) |
| 静的 | パーサー() |
| LogMessage.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数LEVEL_FIELD_NUMBER
定数値: 1
パブリック静的最終整数MESSAGE_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getLevelValue ()
.tensorflow.LogMessage.Level level = 1;
public String getMessage ()
string message = 2;
public com.google.protobuf.ByteString getMessageBytes ()
string message = 2;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static LogMessage parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static LogMessage parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static LogMessage parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static LogMessage parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static LogMessage parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static LogMessage parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|