public interface
WorkerHeartbeatRequestOrBuilder
| Known Indirect Subclasses |
Public Methods
| abstract RequestedExitCode |
getExitCode()
.tensorflow.RequestedExitCode exit_code = 3;
|
| abstract RequestedExitCodeOrBuilder |
getExitCodeOrBuilder()
.tensorflow.RequestedExitCode exit_code = 3;
|
| abstract WorkerShutdownMode |
getShutdownMode()
.tensorflow.WorkerShutdownMode shutdown_mode = 1;
|
| abstract int |
getShutdownModeValue()
.tensorflow.WorkerShutdownMode shutdown_mode = 1;
|
| abstract WatchdogConfig |
getWatchdogConfig()
.tensorflow.WatchdogConfig watchdog_config = 2;
|
| abstract WatchdogConfigOrBuilder |
getWatchdogConfigOrBuilder()
.tensorflow.WatchdogConfig watchdog_config = 2;
|
| abstract boolean |
hasExitCode()
.tensorflow.RequestedExitCode exit_code = 3;
|
| abstract boolean |
hasWatchdogConfig()
.tensorflow.WatchdogConfig watchdog_config = 2;
|
Public Methods
public abstract RequestedExitCodeOrBuilder getExitCodeOrBuilder ()
.tensorflow.RequestedExitCode exit_code = 3;
public abstract WorkerShutdownMode getShutdownMode ()
.tensorflow.WorkerShutdownMode shutdown_mode = 1;
public abstract int getShutdownModeValue ()
.tensorflow.WorkerShutdownMode shutdown_mode = 1;
public abstract WatchdogConfigOrBuilder getWatchdogConfigOrBuilder ()
.tensorflow.WatchdogConfig watchdog_config = 2;
public abstract boolean hasExitCode ()
.tensorflow.RequestedExitCode exit_code = 3;
public abstract boolean hasWatchdogConfig ()
.tensorflow.WatchdogConfig watchdog_config = 2;