enum final público WorkerShutdownMode
Indicates the behavior of the worker when an internal error or shutdown signal is received.
tensorflow.WorkerShutdownMode
Constantes
interno | DEFAULT_VALUE | DEFAULT = 0; |
interno | NOT_CONFIGURED_VALUE | NOT_CONFIGURED = 1; |
interno | SHUTDOWN_AFTER_TIMEOUT_VALUE | SHUTDOWN_AFTER_TIMEOUT = 3; |
interno | WAIT_FOR_COORDINATOR_VALUE | WAIT_FOR_COORDINATOR = 2; |
Métodos herdados
int final | compareTo ( WorkerShutdownMode arg0) |
interno | compareTo (objeto arg0) |
booleano final | é igual (objeto arg0) |
Classe final <WorkerShutdownMode> | getDeclaringClass () |
int final | código hash () |
sequência final | nome () |
int final | ordinal () |
Corda | toString () |
estático <T estende Enum<T>> T | valorOf (Classe<T> arg0, String arg1) |
booleano | é igual (objeto arg0) |
aula final<?> | getClass () |
interno | código hash () |
vazio final | notificar () |
vazio final | notificar todos () |
Corda | toString () |
vazio final | espere (long arg0, int arg1) |
vazio final | espere (arg0 longo) |
vazio final | espere () |
abstrato int | compareTo ( WorkerShutdownMode arg0) |
Valores de Enum
público estático final WorkerShutdownMode DEFAULT
DEFAULT = 0;
público estático final WorkerShutdownMode NOT_CONFIGURED
NOT_CONFIGURED = 1;
público estático final WorkerShutdownMode SHUTDOWN_AFTER_TIMEOUT
SHUTDOWN_AFTER_TIMEOUT = 3;
público estático final WorkerShutdownMode UNRECOGNIZED
público estático final WorkerShutdownMode WAIT_FOR_COORDINATOR
WAIT_FOR_COORDINATOR = 2;
Constantes
público estático final int DEFAULT_VALUE
DEFAULT = 0;
Valor Constante: 0
público estático final int NOT_CONFIGURED_VALUE
NOT_CONFIGURED = 1;
Valor Constante: 1
público estático final int SHUTDOWN_AFTER_TIMEOUT_VALUE
SHUTDOWN_AFTER_TIMEOUT = 3;
Valor Constante: 3
int final estático público WAIT_FOR_COORDINATOR_VALUE
WAIT_FOR_COORDINATOR = 2;
Valor Constante: 2