public static interface StartHumanLoopRequest.Builder extends SageMakerA2IRuntimeRequest.Builder, SdkPojo, CopyableBuilder<StartHumanLoopRequest.Builder,StartHumanLoopRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartHumanLoopRequest.Builder humanLoopName(String humanLoopName)
The name of the human loop.
humanLoopName - The name of the human loop.StartHumanLoopRequest.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.StartHumanLoopRequest.Builder humanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop.
humanLoopInput - An object containing information about the human loop.default StartHumanLoopRequest.Builder humanLoopInput(Consumer<HumanLoopInputContent.Builder> humanLoopInput)
An object containing information about the human loop.
This is a convenience that creates an instance of theHumanLoopInputContent.Builder avoiding the need
to create one manually via HumanLoopInputContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to humanLoopInput(HumanLoopInputContent).humanLoopInput - a consumer that will call methods on HumanLoopInputContent.BuilderhumanLoopInput(HumanLoopInputContent)StartHumanLoopRequest.Builder dataAttributes(HumanReviewDataAttributes dataAttributes)
Attributes of the data specified by the customer.
dataAttributes - Attributes of the data specified by the customer.default StartHumanLoopRequest.Builder dataAttributes(Consumer<HumanReviewDataAttributes.Builder> dataAttributes)
Attributes of the data specified by the customer.
This is a convenience that creates an instance of theHumanReviewDataAttributes.Builder avoiding the
need to create one manually via HumanReviewDataAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataAttributes(HumanReviewDataAttributes).dataAttributes - a consumer that will call methods on HumanReviewDataAttributes.BuilderdataAttributes(HumanReviewDataAttributes)StartHumanLoopRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartHumanLoopRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.