org.tensorflow.distruntime.DeleteWorkerSessionRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto
package org.tensorflow.distruntime;
public interface DeleteWorkerSessionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.DeleteWorkerSessionRequest)
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();
}