org.tensorflow.distruntime.LoggingResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface LoggingResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.LoggingResponse)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
* repeated .tensorflow.LabeledStepStats step = 1;
*/
java.util.List
getStepList();
/**
* repeated .tensorflow.LabeledStepStats step = 1;
*/
org.tensorflow.distruntime.LabeledStepStats getStep(int index);
/**
* repeated .tensorflow.LabeledStepStats step = 1;
*/
int getStepCount();
/**
* repeated .tensorflow.LabeledStepStats step = 1;
*/
java.util.List extends org.tensorflow.distruntime.LabeledStepStatsOrBuilder>
getStepOrBuilderList();
/**
* repeated .tensorflow.LabeledStepStats step = 1;
*/
org.tensorflow.distruntime.LabeledStepStatsOrBuilder getStepOrBuilder(
int index);
}