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

org.tensorflow.distruntime.DeregisterGraphRequestOrBuilder 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 DeregisterGraphRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.DeregisterGraphRequest)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * 
   * The session_handle used when registering the graph. If session_handle is
   * empty, a single global namespace is used.
   * 
* * string session_handle = 2; */ java.lang.String getSessionHandle(); /** *
   * The session_handle used when registering the graph. If session_handle is
   * empty, a single global namespace is used.
   * 
* * string session_handle = 2; */ com.github.os72.protobuf351.ByteString getSessionHandleBytes(); /** *
   * Set to true if `CreateWorkerSession` was called for `session_handle`.
   * 
* * bool create_worker_session_called = 3; */ boolean getCreateWorkerSessionCalled(); /** *
   * REQUIRED: graph_handle must be returned by a RegisterGraph call
   * to the same WorkerService.
   * 
* * string graph_handle = 1; */ java.lang.String getGraphHandle(); /** *
   * REQUIRED: graph_handle must be returned by a RegisterGraph call
   * to the same WorkerService.
   * 
* * string graph_handle = 1; */ com.github.os72.protobuf351.ByteString getGraphHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy