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