org.tensorflow.util.WorkerHeartbeatRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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();
}