Class PartialRunSetupResponse.Builder

    • Method Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • clear

        public PartialRunSetupResponse.Builder clear()
        Specified by:
        clear in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clear in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • getDefaultInstanceForType

        public PartialRunSetupResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public PartialRunSetupResponse build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public PartialRunSetupResponse buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • clone

        public PartialRunSetupResponse.Builder clone()
        Specified by:
        clone in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clone in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • clearField

        public PartialRunSetupResponse.Builder clearField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • clearOneof

        public PartialRunSetupResponse.Builder clearOneof​(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • setRepeatedField

        public PartialRunSetupResponse.Builder setRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        Specified by:
        setRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • addRepeatedField

        public PartialRunSetupResponse.Builder addRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        Specified by:
        addRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • mergeFrom

        public PartialRunSetupResponse.Builder mergeFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                                         org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<PartialRunSetupResponse.Builder>
        Throws:
        IOException
      • getPartialRunHandle

        public 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;
        Specified by:
        getPartialRunHandle in interface PartialRunSetupResponseOrBuilder
        Returns:
        The partialRunHandle.
      • getPartialRunHandleBytes

        public 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;
        Specified by:
        getPartialRunHandleBytes in interface PartialRunSetupResponseOrBuilder
        Returns:
        The bytes for partialRunHandle.
      • setPartialRunHandle

        public PartialRunSetupResponse.Builder setPartialRunHandle​(String value)
         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;
        Parameters:
        value - The partialRunHandle to set.
        Returns:
        This builder for chaining.
      • clearPartialRunHandle

        public PartialRunSetupResponse.Builder clearPartialRunHandle()
         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:
        This builder for chaining.
      • setPartialRunHandleBytes

        public PartialRunSetupResponse.Builder setPartialRunHandleBytes​(org.nd4j.shade.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes for partialRunHandle to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final PartialRunSetupResponse.Builder setUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>
      • mergeUnknownFields

        public final PartialRunSetupResponse.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupResponse.Builder>