
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)
com.google.protobuf.MessageOrBuilder {
/**
*
* The initial graph definition.
*
*
* .tensorflow.GraphDef graph_def = 1;
*/
boolean hasGraphDef();
/**
*
* The initial graph definition.
*
*
* .tensorflow.GraphDef graph_def = 1;
*/
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;
*/
boolean hasConfig();
/**
*
* Configuration options.
*
*
* .tensorflow.ConfigProto config = 2;
*/
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;
*/
java.lang.String getTarget();
/**
*
* The target string used from the client's perspective.
*
*
* string target = 3;
*/
com.google.protobuf.ByteString
getTargetBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy