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

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

  /**
   * 
   * REQUIRED: session_handle must be returned by a CreateSession call
   * to the same master service.
   * 
* * string session_handle = 1; */ java.lang.String getSessionHandle(); /** *
   * REQUIRED: session_handle must be returned by a CreateSession call
   * to the same master service.
   * 
* * string session_handle = 1; */ com.github.os72.protobuf351.ByteString getSessionHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy