
org.tensorflow.util.WorkerHeartbeatRequestOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy