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

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

  /**
   * 
   * Optional: session_handle must be returned by a CreateSession call to the
   * same master service.
   * When session_handle is empty, the ClusterSpec provided when the master was
   * started is used to compute the available devices. If the session_handle is
   * provided but not recognized, an error is returned. Finally, if a valid
   * session_handle is provided, the cluster configuration for that session is
   * used when computing the response.
   * 
* * string session_handle = 1; */ java.lang.String getSessionHandle(); /** *
   * Optional: session_handle must be returned by a CreateSession call to the
   * same master service.
   * When session_handle is empty, the ClusterSpec provided when the master was
   * started is used to compute the available devices. If the session_handle is
   * provided but not recognized, an error is returned. Finally, if a valid
   * session_handle is provided, the cluster configuration for that session is
   * used when computing the response.
   * 
* * string session_handle = 1; */ org.nd4j.shade.protobuf.ByteString getSessionHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy