Interface WorkerHeartbeatRequestOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
WorkerHeartbeatRequest, WorkerHeartbeatRequest.Builder

public interface WorkerHeartbeatRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • getShutdownModeValue

      int getShutdownModeValue()
      .tensorflow.WorkerShutdownMode shutdown_mode = 1;
      Returns:
      The enum numeric value on the wire for shutdownMode.
    • getShutdownMode

      WorkerShutdownMode getShutdownMode()
      .tensorflow.WorkerShutdownMode shutdown_mode = 1;
      Returns:
      The shutdownMode.
    • hasWatchdogConfig

      boolean hasWatchdogConfig()
      .tensorflow.WatchdogConfig watchdog_config = 2;
      Returns:
      Whether the watchdogConfig field is set.
    • getWatchdogConfig

      WatchdogConfig getWatchdogConfig()
      .tensorflow.WatchdogConfig watchdog_config = 2;
      Returns:
      The watchdogConfig.
    • getWatchdogConfigOrBuilder

      WatchdogConfigOrBuilder getWatchdogConfigOrBuilder()
      .tensorflow.WatchdogConfig watchdog_config = 2;
    • hasExitCode

      boolean hasExitCode()
      .tensorflow.RequestedExitCode exit_code = 3;
      Returns:
      Whether the exitCode field is set.
    • getExitCode

      RequestedExitCode getExitCode()
      .tensorflow.RequestedExitCode exit_code = 3;
      Returns:
      The exitCode.
    • getExitCodeOrBuilder

      RequestedExitCodeOrBuilder getExitCodeOrBuilder()
      .tensorflow.RequestedExitCode exit_code = 3;