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

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

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

package org.tensorflow.distruntime;

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

  /**
   * 
   * Sessions are identified by a given handle.
   * 
* * string session_handle = 1; * @return The sessionHandle. */ java.lang.String getSessionHandle(); /** *
   * Sessions are identified by a given handle.
   * 
* * string session_handle = 1; * @return The bytes for sessionHandle. */ org.nd4j.shade.protobuf.ByteString getSessionHandleBytes(); /** *
   * Defines the configuration of a TensorFlow worker.
   * 
* * .tensorflow.ServerDef server_def = 2; * @return Whether the serverDef field is set. */ boolean hasServerDef(); /** *
   * Defines the configuration of a TensorFlow worker.
   * 
* * .tensorflow.ServerDef server_def = 2; * @return The serverDef. */ org.tensorflow.distruntime.ServerDef getServerDef(); /** *
   * Defines the configuration of a TensorFlow worker.
   * 
* * .tensorflow.ServerDef server_def = 2; */ org.tensorflow.distruntime.ServerDefOrBuilder getServerDefOrBuilder(); /** *
   * If true, any resources such as Variables used in the session will not be
   * shared with other sessions.
   * 
* * bool isolate_session_state = 3; * @return The isolateSessionState. */ boolean getIsolateSessionState(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy