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

org.tensorflow.distruntime.MakeCallableRequestOrBuilder 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 MakeCallableRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.MakeCallableRequest)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * REQUIRED: session_handle must be returned by a CreateSession call
   * to the same master service.
   * 
* * string session_handle = 1; */ java.lang.String getSessionHandle(); /** *
   * REQUIRED: session_handle must be returned by a CreateSession call
   * to the same master service.
   * 
* * string session_handle = 1; */ org.nd4j.shade.protobuf.ByteString getSessionHandleBytes(); /** *
   * Options that define the behavior of the created callable.
   * 
* * .tensorflow.CallableOptions options = 2; */ boolean hasOptions(); /** *
   * Options that define the behavior of the created callable.
   * 
* * .tensorflow.CallableOptions options = 2; */ org.tensorflow.framework.CallableOptions getOptions(); /** *
   * Options that define the behavior of the created callable.
   * 
* * .tensorflow.CallableOptions options = 2; */ org.tensorflow.framework.CallableOptionsOrBuilder getOptionsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy