enumeración final pública WorkerShutdownMode
Indicates the behavior of the worker when an internal error or shutdown signal is received.
tensorflow.WorkerShutdownMode
Constantes
entero | DEFAULT_VALUE | DEFAULT = 0; |
entero | NOT_CONFIGURED_VALUE | NOT_CONFIGURED = 1; |
entero | SHUTDOWN_AFTER_TIMEOUT_VALUE | SHUTDOWN_AFTER_TIMEOUT = 3; |
entero | WAIT_FOR_COORDINATOR_VALUE | WAIT_FOR_COORDINATOR = 2; |
Métodos heredados
entero final | comparar con ( WorkerShutdownMode arg0) |
entero | comparar con (objeto arg0) |
booleano final | es igual (Objeto arg0) |
Clase final < Modo de apagado del trabajador > | getDeclaringClass () |
entero final | código hash () |
cadena final | nombre () |
entero final | ordinal () |
Cadena | a cadena () |
estático <T extiende Enum<T>> T | valor de (Clase<T> arg0, Cadena arg1) |
booleano | es igual (Objeto arg0) |
Clase final<?> | obtenerclase () |
entero | código hash () |
vacío final | notificar () |
vacío final | notificar a todos () |
Cadena | a cadena () |
vacío final | esperar (arg0 largo, int arg1) |
vacío final | espera (arg0 largo) |
vacío final | esperar () |
resumen entero | comparar con ( WorkerShutdownMode arg0) |
Valores de enumeración
público estático final WorkerShutdownMode DEFAULT
DEFAULT = 0;
WorkerShutdownMode final estático público NOT_CONFIGURED
NOT_CONFIGURED = 1;
WorkerShutdownMode final estático público SHUTDOWN_AFTER_TIMEOUT
SHUTDOWN_AFTER_TIMEOUT = 3;
WorkerShutdownMode final estático público NO RECONOCIDO
WorkerShutdownMode final estático público WAIT_FOR_COORDINATOR
WAIT_FOR_COORDINATOR = 2;
Constantes
int final estático público DEFAULT_VALUE
DEFAULT = 0;
Valor constante: 0
int final estático público NOT_CONFIGURED_VALUE
NOT_CONFIGURED = 1;
Valor constante: 1
int final estático público 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