org.tensorflow.distruntime.LabeledStepStatsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface LabeledStepStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.LabeledStepStats)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
* int64 step_id = 1;
*/
long getStepId();
/**
* .tensorflow.StepStats step_stats = 2;
*/
boolean hasStepStats();
/**
* .tensorflow.StepStats step_stats = 2;
*/
org.tensorflow.framework.StepStats getStepStats();
/**
* .tensorflow.StepStats step_stats = 2;
*/
org.tensorflow.framework.StepStatsOrBuilder getStepStatsOrBuilder();
}