SessionLogOrBuilder

interface pública SessionLogOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
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.
String abstrata
getMsg ()
string msg = 3;
abstract com.google.protobuf.ByteString
getMsgBytes ()
string msg = 3;
abstrato SessionLog.SessionStatus
getStatus ()
.tensorflow.SessionLog.SessionStatus status = 1;
int abstrato
getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;

Métodos Públicos

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;