Interface PartialRunSetupResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PartialRunSetupResponse, PartialRunSetupResponse.Builder

    public interface PartialRunSetupResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPartialRunHandle()
      The unique handle corresponding to the ongoing partial run call setup by the invocation to PartialRunSetup.
      com.google.protobuf.ByteString getPartialRunHandleBytes()
      The unique handle corresponding to the ongoing partial run call setup by the invocation to PartialRunSetup.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPartialRunHandle

        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;
        Returns:
        The partialRunHandle.
      • getPartialRunHandleBytes

        com.google.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.