public final class
SessionLog
Protocol buffer used for logging session state.
tensorflow.SessionLog
Nested Classes
class | SessionLog.Builder | Protocol buffer used for logging session state. |
|
enum | SessionLog.SessionStatus | Protobuf enum tensorflow.SessionLog.SessionStatus
|
Constants
int | CHECKPOINT_PATH_FIELD_NUMBER | |
int | MSG_FIELD_NUMBER | |
int | STATUS_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
String |
getCheckpointPath()
This checkpoint_path contains both the path and filename. |
com.google.protobuf.ByteString |
getCheckpointPathBytes()
This checkpoint_path contains both the path and filename. |
static SessionLog | |
SessionLog | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getMsg()
string msg = 3;
|
com.google.protobuf.ByteString |
getMsgBytes()
string msg = 3;
|
|
|
int | |
SessionLog.SessionStatus |
getStatus()
.tensorflow.SessionLog.SessionStatus status = 1;
|
int |
getStatusValue()
.tensorflow.SessionLog.SessionStatus status = 1;
|
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static SessionLog.Builder |
newBuilder(SessionLog prototype)
|
static SessionLog.Builder | |
SessionLog.Builder | |
static SessionLog |
parseDelimitedFrom(InputStream input)
|
static SessionLog |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SessionLog |
parseFrom(ByteBuffer data)
|
static SessionLog |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SessionLog |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SessionLog |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static SessionLog |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SessionLog |
parseFrom(com.google.protobuf.ByteString data)
|
static SessionLog |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SessionLog |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
SessionLog.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CHECKPOINT_PATH_FIELD_NUMBER
Constant Value:
2
public static final int MSG_FIELD_NUMBER
Constant Value:
3
public static final int STATUS_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public 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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getMsg ()
string msg = 3;
public com.google.protobuf.ByteString getMsgBytes ()
string msg = 3;
public
getParserForType
()
public int getSerializedSize ()
public int getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static SessionLog parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SessionLog parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SessionLog parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SessionLog parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SessionLog parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static SessionLog parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SessionLog parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|