Uses of Enum
org.tensorflow.proto.WorkerShutdownMode
Packages that use WorkerShutdownMode
-
Uses of WorkerShutdownMode in org.tensorflow.proto
Subclasses with type arguments of type WorkerShutdownMode in org.tensorflow.protoModifier and TypeClassDescriptionenumIndicates the behavior of the worker when an internal error or shutdown signal is received.Methods in org.tensorflow.proto that return WorkerShutdownModeModifier and TypeMethodDescriptionstatic WorkerShutdownModeWorkerShutdownMode.forNumber(int value) WorkerHeartbeatRequest.Builder.getShutdownMode().tensorflow.WorkerShutdownMode shutdown_mode = 1;WorkerHeartbeatRequest.getShutdownMode().tensorflow.WorkerShutdownMode shutdown_mode = 1;WorkerHeartbeatRequestOrBuilder.getShutdownMode().tensorflow.WorkerShutdownMode shutdown_mode = 1;static WorkerShutdownModeWorkerShutdownMode.valueOf(int value) Deprecated.static WorkerShutdownModeWorkerShutdownMode.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static WorkerShutdownModeReturns the enum constant of this type with the specified name.static WorkerShutdownMode[]WorkerShutdownMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type WorkerShutdownModeMethods in org.tensorflow.proto with parameters of type WorkerShutdownModeModifier and TypeMethodDescriptionWorkerHeartbeatRequest.Builder.setShutdownMode(WorkerShutdownMode value) .tensorflow.WorkerShutdownMode shutdown_mode = 1;