Package org.tensorflow.distruntime
Interface PartialRunSetupResponseOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartialRunSetupResponse
,PartialRunSetupResponse.Builder
public interface PartialRunSetupResponseOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPartialRunHandle()
The unique handle corresponding to the ongoing partial run call setup by the invocation to PartialRunSetup.org.nd4j.shade.protobuf.ByteString
getPartialRunHandleBytes()
The unique handle corresponding to the ongoing partial run call setup by the invocation to PartialRunSetup.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPartialRunHandle
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;
- Returns:
- The partialRunHandle.
-
getPartialRunHandleBytes
org.nd4j.shade.protobuf.ByteString getPartialRunHandleBytes()
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;
- Returns:
- The bytes for partialRunHandle.
-
-