| Package | Description |
|---|---|
| org.tensorflow.util |
| Modifier and Type | Method and Description |
|---|---|
static WorkerHealth |
WorkerHealth.forNumber(int value) |
WorkerHealth |
WorkerHeartbeatResponseOrBuilder.getHealthStatus()
.tensorflow.WorkerHealth health_status = 1; |
WorkerHealth |
WorkerHeartbeatResponse.getHealthStatus()
.tensorflow.WorkerHealth health_status = 1; |
WorkerHealth |
WorkerHeartbeatResponse.Builder.getHealthStatus()
.tensorflow.WorkerHealth health_status = 1; |
static WorkerHealth |
WorkerHealth.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WorkerHealth |
WorkerHealth.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WorkerHealth |
WorkerHealth.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<WorkerHealth> |
WorkerHealth.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
WorkerHeartbeatResponse.Builder |
WorkerHeartbeatResponse.Builder.setHealthStatus(WorkerHealth value)
.tensorflow.WorkerHealth health_status = 1; |
Copyright © 2015–2019. All rights reserved.