org.tensorflow.util.WorkerHeartbeatResponseOrBuilder 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 WorkerHeartbeatResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.WorkerHeartbeatResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .tensorflow.WorkerHealth health_status = 1;
*/
int getHealthStatusValue();
/**
* .tensorflow.WorkerHealth health_status = 1;
*/
org.tensorflow.util.WorkerHealth getHealthStatus();
/**
* repeated .tensorflow.Event worker_log = 2;
*/
java.util.List
getWorkerLogList();
/**
* repeated .tensorflow.Event worker_log = 2;
*/
org.tensorflow.util.Event getWorkerLog(int index);
/**
* repeated .tensorflow.Event worker_log = 2;
*/
int getWorkerLogCount();
/**
* repeated .tensorflow.Event worker_log = 2;
*/
java.util.List extends org.tensorflow.util.EventOrBuilder>
getWorkerLogOrBuilderList();
/**
* repeated .tensorflow.Event worker_log = 2;
*/
org.tensorflow.util.EventOrBuilder getWorkerLogOrBuilder(
int index);
/**
* string hostname = 3;
*/
java.lang.String getHostname();
/**
* string hostname = 3;
*/
com.google.protobuf.ByteString
getHostnameBytes();
}