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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto

package org.tensorflow.distruntime;

public interface ReleaseCallableRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.ReleaseCallableRequest)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * REQUIRED: session_handle must be returned by a CreateSession call
   * to the same master service.
   * 
* * string session_handle = 1; * @return The sessionHandle. */ java.lang.String getSessionHandle(); /** *
   * REQUIRED: session_handle must be returned by a CreateSession call
   * to the same master service.
   * 
* * string session_handle = 1; * @return The bytes for sessionHandle. */ org.nd4j.shade.protobuf.ByteString getSessionHandleBytes(); /** *
   * REQUIRED: handle must be returned by a MakeCallable call to the same
   * master service.
   * 
* * int64 handle = 2; * @return The handle. */ long getHandle(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy