énumération finale publique WorkerShutdownMode
Indicates the behavior of the worker when an internal error or shutdown signal is received.
tensorflow.WorkerShutdownMode
Constantes
int | DEFAULT_VALUE | DEFAULT = 0; |
int | NOT_CONFIGURED_VALUE | NOT_CONFIGURED = 1; |
int | SHUTDOWN_AFTER_TIMEOUT_VALUE | SHUTDOWN_AFTER_TIMEOUT = 3; |
int | WAIT_FOR_COORDINATOR_VALUE | WAIT_FOR_COORDINATOR = 2; |
Méthodes héritées
entier final | comparerÀ ( WorkerShutdownMode arg0) |
int | comparerTo (Objet arg0) |
booléen final | est égal à (Objet arg0) |
Classe finale < WorkerShutdownMode > | getDeclaringClass () |
entier final | Code de hachage () |
Chaîne finale | nom () |
entier final | ordinal () |
Chaîne | àChaîne () |
statique <T étend Enum<T>> T | valueOf (Class<T> arg0, Chaîne arg1) |
booléen | est égal à (Objet arg0) |
Classe finale<?> | obtenirClasse () |
int | Code de hachage () |
vide final | notifier () |
vide final | notifierTous () |
Chaîne | àChaîne () |
vide final | attendre (long arg0, int arg1) |
vide final | attendez (long arg0) |
vide final | attendez () |
entier abstrait | comparerÀ ( WorkerShutdownMode arg0) |
Valeurs d'énumération
public statique final WorkerShutdownMode PAR DÉFAUT
DEFAULT = 0;
public statique final WorkerShutdownMode NOT_CONFIGURED
NOT_CONFIGURED = 1;
public statique final WorkerShutdownMode SHUTDOWN_AFTER_TIMEOUT
SHUTDOWN_AFTER_TIMEOUT = 3;
public statique final WorkerShutdownMode NON RECONNU
public statique final WorkerShutdownMode WAIT_FOR_COORDINATOR
WAIT_FOR_COORDINATOR = 2;
Constantes
public statique final int DEFAULT_VALUE
DEFAULT = 0;
Valeur constante : 0
public statique final int NOT_CONFIGURED_VALUE
NOT_CONFIGURED = 1;
Valeur constante : 1
public statique final int SHUTDOWN_AFTER_TIMEOUT_VALUE
SHUTDOWN_AFTER_TIMEOUT = 3;
Valeur constante : 3
public statique final int WAIT_FOR_COORDINATOR_VALUE
WAIT_FOR_COORDINATOR = 2;
Valeur constante : 2