public static final enum
SessionLog.SessionStatus
Protobuf enum tensorflow.SessionLog.SessionStatus
Constants
int | CHECKPOINT_VALUE | CHECKPOINT = 3;
|
int | START_VALUE | START = 1;
|
int | STATUS_UNSPECIFIED_VALUE | STATUS_UNSPECIFIED = 0;
|
int | STOP_VALUE | STOP = 2;
|
Inherited Methods
Enum Values
public static final SessionLog.SessionStatus CHECKPOINT
CHECKPOINT = 3;
public static final SessionLog.SessionStatus START
START = 1;
public static final SessionLog.SessionStatus STATUS_UNSPECIFIED
STATUS_UNSPECIFIED = 0;
public static final SessionLog.SessionStatus STOP
STOP = 2;
public static final SessionLog.SessionStatus UNRECOGNIZED
Constants
public static final int CHECKPOINT_VALUE
CHECKPOINT = 3;
Constant Value:
3
public static final int START_VALUE
START = 1;
Constant Value:
1
public static final int STATUS_UNSPECIFIED_VALUE
STATUS_UNSPECIFIED = 0;
Constant Value:
0
public static final int STOP_VALUE
STOP = 2;
Constant Value:
2