SessionLogOrBuilder

공개 인터페이스 SessionLogOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getCheckpointPath ()
 This checkpoint_path contains both the path and filename.
추상 com.google.protobuf.ByteString
getCheckpointPathBytes ()
 This checkpoint_path contains both the path and filename.
추상 문자열
getMsg ()
string msg = 3;
추상 com.google.protobuf.ByteString
getMsgBytes ()
string msg = 3;
추상 SessionLog.SessionStatus
get상태 ()
.tensorflow.SessionLog.SessionStatus status = 1;
추상 정수
getStatus값 ()
.tensorflow.SessionLog.SessionStatus status = 1;

공개 방법

공개 추상 문자열 getCheckpointPath ()

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

공개 추상 com.google.protobuf.ByteString getCheckpointPathBytes ()

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

공개 추상 문자열 getMsg ()

string msg = 3;

공개 추상 com.google.protobuf.ByteString getMsgBytes ()

string msg = 3;

공개 추상 SessionLog.SessionStatus getStatus ()

.tensorflow.SessionLog.SessionStatus status = 1;

공개 추상 int getStatusValue ()

.tensorflow.SessionLog.SessionStatus status = 1;