Uses of Enum
org.tensorflow.proto.WorkerHealth
Packages that use WorkerHealth
-
Uses of WorkerHealth in org.tensorflow.proto
Subclasses with type arguments of type WorkerHealth in org.tensorflow.protoMethods in org.tensorflow.proto that return WorkerHealthModifier and TypeMethodDescriptionstatic WorkerHealthWorkerHealth.forNumber(int value) WorkerHeartbeatResponse.Builder.getHealthStatus().tensorflow.WorkerHealth health_status = 1;WorkerHeartbeatResponse.getHealthStatus().tensorflow.WorkerHealth health_status = 1;WorkerHeartbeatResponseOrBuilder.getHealthStatus().tensorflow.WorkerHealth health_status = 1;static WorkerHealthWorkerHealth.valueOf(int value) Deprecated.static WorkerHealthWorkerHealth.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static WorkerHealthReturns the enum constant of this type with the specified name.static WorkerHealth[]WorkerHealth.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 WorkerHealthModifier and TypeMethodDescriptionstatic Internal.EnumLiteMap<WorkerHealth> WorkerHealth.internalGetValueMap()Methods in org.tensorflow.proto with parameters of type WorkerHealthModifier and TypeMethodDescriptionWorkerHeartbeatResponse.Builder.setHealthStatus(WorkerHealth value) .tensorflow.WorkerHealth health_status = 1;