org.tensorflow.distruntime.CreateSessionResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto
package org.tensorflow.distruntime;
public interface CreateSessionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.CreateSessionResponse)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
*
* The session handle to be used in subsequent calls for the created session.
* The client must arrange to call CloseSession with this returned
* session handle to close the session.
*
*
* string session_handle = 1;
*/
java.lang.String getSessionHandle();
/**
*
* The session handle to be used in subsequent calls for the created session.
* The client must arrange to call CloseSession with this returned
* session handle to close the session.
*
*
* string session_handle = 1;
*/
org.nd4j.shade.protobuf.ByteString
getSessionHandleBytes();
/**
*
* The initial version number for the graph, to be used in the next call
* to ExtendSession.
*
*
* int64 graph_version = 2;
*/
long getGraphVersion();
}