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

org.tensorflow.distruntime.CreateWorkerSessionRequestOrBuilder 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/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; */ java.lang.String getSessionHandle(); /** *
   * Sessions are identified by a given handle.
   * 
* * string session_handle = 1; */ org.nd4j.shade.protobuf.ByteString getSessionHandleBytes(); /** *
   * Defines the configuration of a TensorFlow worker.
   * 
* * .tensorflow.ServerDef server_def = 2; */ boolean hasServerDef(); /** *
   * Defines the configuration of a TensorFlow worker.
   * 
* * .tensorflow.ServerDef server_def = 2; */ 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; */ boolean getIsolateSessionState(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy