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
final int |
compareTo(SessionLog.SessionStatus arg0)
|
int |
compareTo(Object arg0)
|
final boolean |
equals(Object arg0)
|
final Class<SessionLog.SessionStatus> |
getDeclaringClass()
|
final int |
hashCode()
|
final String |
name()
|
final int |
ordinal()
|
String |
toString()
|
static <T extends Enum<T>> T |
valueOf(Class<T> arg0, String arg1)
|
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
abstract int |
compareTo(SessionLog.SessionStatus arg0)
|
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