org.tensorflow.util.WatchdogConfigOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/util/event.proto
package org.tensorflow.util;
public interface WatchdogConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.WatchdogConfig)
com.google.protobuf.MessageOrBuilder {
/**
* int64 timeout_ms = 1;
*/
long getTimeoutMs();
}