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

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

  /**
   * 
   * The initial graph definition.
   * 
* * .tensorflow.GraphDef graph_def = 1; * @return Whether the graphDef field is set. */ boolean hasGraphDef(); /** *
   * The initial graph definition.
   * 
* * .tensorflow.GraphDef graph_def = 1; * @return The graphDef. */ org.tensorflow.framework.GraphDef getGraphDef(); /** *
   * The initial graph definition.
   * 
* * .tensorflow.GraphDef graph_def = 1; */ org.tensorflow.framework.GraphDefOrBuilder getGraphDefOrBuilder(); /** *
   * Configuration options.
   * 
* * .tensorflow.ConfigProto config = 2; * @return Whether the config field is set. */ boolean hasConfig(); /** *
   * Configuration options.
   * 
* * .tensorflow.ConfigProto config = 2; * @return The config. */ org.tensorflow.framework.ConfigProto getConfig(); /** *
   * Configuration options.
   * 
* * .tensorflow.ConfigProto config = 2; */ org.tensorflow.framework.ConfigProtoOrBuilder getConfigOrBuilder(); /** *
   * The target string used from the client's perspective.
   * 
* * string target = 3; * @return The target. */ java.lang.String getTarget(); /** *
   * The target string used from the client's perspective.
   * 
* * string target = 3; * @return The bytes for target. */ org.nd4j.shade.protobuf.ByteString getTargetBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy