org.tensorflow.distruntime.PartialRunSetupResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto
package org.tensorflow.distruntime;
public interface PartialRunSetupResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.PartialRunSetupResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The unique handle corresponding to the ongoing partial run call setup by
* the invocation to PartialRunSetup. This handle may be passed to
* RunStepRequest to send and receive tensors for this partial run.
*
*
* string partial_run_handle = 1;
*/
java.lang.String getPartialRunHandle();
/**
*
* The unique handle corresponding to the ongoing partial run call setup by
* the invocation to PartialRunSetup. This handle may be passed to
* RunStepRequest to send and receive tensors for this partial run.
*
*
* string partial_run_handle = 1;
*/
com.google.protobuf.ByteString
getPartialRunHandleBytes();
}