org.tensorflow.distruntime.StepSequenceOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface StepSequenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.StepSequence)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
* int64 graph_key = 1;
*/
long getGraphKey();
/**
* int64 next_step_id = 2;
*/
long getNextStepId();
}