org.tensorflow.distruntime.GetStepSequenceRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface GetStepSequenceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.GetStepSequenceRequest)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
* repeated int64 graph_key = 1;
*/
java.util.List getGraphKeyList();
/**
* repeated int64 graph_key = 1;
*/
int getGraphKeyCount();
/**
* repeated int64 graph_key = 1;
*/
long getGraphKey(int index);
}