All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.distruntime.CreateSessionResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// 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)
    com.github.os72.protobuf351.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; */ com.github.os72.protobuf351.ByteString getSessionHandleBytes(); /** *
   * The initial version number for the graph, to be used in the next call
   * to ExtendSession.
   * 
* * int64 graph_version = 2; */ long getGraphVersion(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy