SessionLogOrBuilder

public interface SessionLogOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getCheckpointPath()
 This checkpoint_path contains both the path and filename.
abstract com.google.protobuf.ByteString
getCheckpointPathBytes()
 This checkpoint_path contains both the path and filename.
abstract String
getMsg()
string msg = 3;
abstract com.google.protobuf.ByteString
getMsgBytes()
string msg = 3;
abstract SessionLog.SessionStatus
getStatus()
.tensorflow.SessionLog.SessionStatus status = 1;
abstract int
getStatusValue()
.tensorflow.SessionLog.SessionStatus status = 1;

Public Methods

public abstract String getCheckpointPath ()

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

public abstract com.google.protobuf.ByteString getCheckpointPathBytes ()

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

public abstract String getMsg ()

string msg = 3;

public abstract com.google.protobuf.ByteString getMsgBytes ()

string msg = 3;

public abstract SessionLog.SessionStatus getStatus ()

.tensorflow.SessionLog.SessionStatus status = 1;

public abstract int getStatusValue ()

.tensorflow.SessionLog.SessionStatus status = 1;