public static interface StartHumanLoopResponse.Builder extends SageMakerA2IRuntimeResponse.Builder, SdkPojo, CopyableBuilder<StartHumanLoopResponse.Builder,StartHumanLoopResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartHumanLoopResponse.Builder |
humanLoopActivationResults(Consumer<HumanLoopActivationResults.Builder> humanLoopActivationResults)
An object containing information about the human loop activation.
|
StartHumanLoopResponse.Builder |
humanLoopActivationResults(HumanLoopActivationResults humanLoopActivationResults)
An object containing information about the human loop activation.
|
StartHumanLoopResponse.Builder |
humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartHumanLoopResponse.Builder humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
humanLoopArn - The Amazon Resource Name (ARN) of the human loop.StartHumanLoopResponse.Builder humanLoopActivationResults(HumanLoopActivationResults humanLoopActivationResults)
An object containing information about the human loop activation.
humanLoopActivationResults - An object containing information about the human loop activation.default StartHumanLoopResponse.Builder humanLoopActivationResults(Consumer<HumanLoopActivationResults.Builder> humanLoopActivationResults)
An object containing information about the human loop activation.
This is a convenience that creates an instance of theHumanLoopActivationResults.Builder avoiding the
need to create one manually via HumanLoopActivationResults.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to humanLoopActivationResults(HumanLoopActivationResults).humanLoopActivationResults - a consumer that will call methods on HumanLoopActivationResults.BuilderhumanLoopActivationResults(HumanLoopActivationResults)Copyright © 2020. All rights reserved.