WorkerShutdownMode

énumération finale publique WorkerShutdownMode

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

Constantes

int VALEUR PAR DÉFAUT 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

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