WorkerShutdownMode

enumerazione finale pubblica WorkerShutdownMode

 Indicates the behavior of the worker when an internal error or shutdown
 signal is received.
 
Protobuf enum tensorflow.WorkerShutdownMode

Costanti

int VALORE_DEFAULT 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;

Metodi ereditati

finale int
confrontaTo ( WorkerShutdownMode arg0)
int
confrontaCon (Oggetto arg0)
booleano finale
è uguale a (Oggetto arg0)
classe finale< WorkerShutdownMode >
getDeclaringClass ()
finale int
codicehash ()
stringa finale
nome ()
finale int
ordinale ()
Corda
aStringa ()
statico <T estende Enum<T>> T
valoreOf (Classe<T> arg0, Stringa arg1)
booleano
è uguale a (Oggetto arg0)
Classe finale<?>
getClass ()
int
codicehash ()
vuoto finale
avvisare ()
vuoto finale
notificaTutti ()
Corda
aStringa ()
vuoto finale
attendere (lungo arg0, int arg1)
vuoto finale
aspetta (lungo arg0)
vuoto finale
Aspettare ()
astratto int
confrontaTo ( WorkerShutdownMode arg0)

Valori di enumerazione

pubblico statico finale WorkerShutdownMode DEFAULT

DEFAULT = 0;

pubblico statico finale WorkerShutdownMode NOT_CONFIGURED

NOT_CONFIGURED = 1;

finale statico pubblico WorkerShutdownMode SHUTDOWN_AFTER_TIMEOUT

SHUTDOWN_AFTER_TIMEOUT = 3;

public static final WorkerShutdownMode NON RICONOSCIUTO

finale statico pubblico WorkerShutdownMode WAIT_FOR_COORDINATOR

WAIT_FOR_COORDINATOR = 2;

Costanti

public static final int DEFAULT_VALUE

DEFAULT = 0;

Valore costante: 0

pubblico statico finale int NOT_CONFIGURED_VALUE

NOT_CONFIGURED = 1;

Valore costante: 1

public static final int SHUTDOWN_AFTER_TIMEOUT_VALUE

SHUTDOWN_AFTER_TIMEOUT = 3;

Valore costante: 3

public static final int WAIT_FOR_COORDINATOR_VALUE

WAIT_FOR_COORDINATOR = 2;

Valore costante: 2