org.tensorflow.distruntime.ExtendSessionResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto
package org.tensorflow.distruntime;
public interface ExtendSessionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.ExtendSessionResponse)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
*
* The new version number for the extended graph, to be used in the next call
* to ExtendSession.
*
*
* int64 new_graph_version = 4;
*/
long getNewGraphVersion();
}