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 associated with this human loop.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition associated with this human loop.StartHumanLoopRequest.Builder humanLoopInput(HumanLoopInput humanLoopInput)
An object that contains information about the human loop.
humanLoopInput - An object that contains information about the human loop.default StartHumanLoopRequest.Builder humanLoopInput(Consumer<HumanLoopInput.Builder> humanLoopInput)
An object that contains information about the human loop.
This is a convenience method that creates an instance of theHumanLoopInput.Builder avoiding the need
to create one manually via HumanLoopInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to humanLoopInput(HumanLoopInput).
humanLoopInput - a consumer that will call methods on HumanLoopInput.BuilderhumanLoopInput(HumanLoopInput)StartHumanLoopRequest.Builder dataAttributes(HumanLoopDataAttributes dataAttributes)
Attributes of the specified data. Use DataAttributes to specify if your data is free of
personally identifiable information and/or free of adult content.
dataAttributes - Attributes of the specified data. Use DataAttributes to specify if your data is free of
personally identifiable information and/or free of adult content.default StartHumanLoopRequest.Builder dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)
Attributes of the specified data. Use DataAttributes to specify if your data is free of
personally identifiable information and/or free of adult content.
HumanLoopDataAttributes.Builder avoiding
the need to create one manually via HumanLoopDataAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataAttributes(HumanLoopDataAttributes).
dataAttributes - a consumer that will call methods on HumanLoopDataAttributes.BuilderdataAttributes(HumanLoopDataAttributes)StartHumanLoopRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartHumanLoopRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.