WorkerShutdownMode

public final enum WorkerShutdownMode

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

Constants

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;

Inherited Methods

Enum Values

public static final WorkerShutdownMode DEFAULT

DEFAULT = 0;

public static final WorkerShutdownMode NOT_CONFIGURED

NOT_CONFIGURED = 1;

public static final WorkerShutdownMode SHUTDOWN_AFTER_TIMEOUT

SHUTDOWN_AFTER_TIMEOUT = 3;

public static final WorkerShutdownMode UNRECOGNIZED

public static final WorkerShutdownMode WAIT_FOR_COORDINATOR

WAIT_FOR_COORDINATOR = 2;

Constants

public static final int DEFAULT_VALUE

DEFAULT = 0;

Constant Value: 0

public static final int NOT_CONFIGURED_VALUE

NOT_CONFIGURED = 1;

Constant Value: 1

public static final int SHUTDOWN_AFTER_TIMEOUT_VALUE

SHUTDOWN_AFTER_TIMEOUT = 3;

Constant Value: 3

public static final int WAIT_FOR_COORDINATOR_VALUE

WAIT_FOR_COORDINATOR = 2;

Constant Value: 2