All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.util.WorkerHeartbeatRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/event.proto

package org.tensorflow.util;

public interface WorkerHeartbeatRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.WorkerHeartbeatRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .tensorflow.WorkerShutdownMode shutdown_mode = 1;
   */
  int getShutdownModeValue();
  /**
   * .tensorflow.WorkerShutdownMode shutdown_mode = 1;
   */
  org.tensorflow.util.WorkerShutdownMode getShutdownMode();

  /**
   * .tensorflow.WatchdogConfig watchdog_config = 2;
   */
  boolean hasWatchdogConfig();
  /**
   * .tensorflow.WatchdogConfig watchdog_config = 2;
   */
  org.tensorflow.util.WatchdogConfig getWatchdogConfig();
  /**
   * .tensorflow.WatchdogConfig watchdog_config = 2;
   */
  org.tensorflow.util.WatchdogConfigOrBuilder getWatchdogConfigOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy