public static interface HumanLoopActivationConfig.Builder extends SdkPojo, CopyableBuilder<HumanLoopActivationConfig.Builder,HumanLoopActivationConfig>
| Modifier and Type | Method and Description |
|---|---|
default HumanLoopActivationConfig.Builder |
humanLoopActivationConditionsConfig(Consumer<HumanLoopActivationConditionsConfig.Builder> humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
|
HumanLoopActivationConfig.Builder |
humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
|
default HumanLoopActivationConfig.Builder |
humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)
Container for configuring the source of human task requests.
|
HumanLoopActivationConfig.Builder |
humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHumanLoopActivationConfig.Builder humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
humanLoopRequestSource - Container for configuring the source of human task requests.default HumanLoopActivationConfig.Builder humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)
Container for configuring the source of human task requests.
This is a convenience that creates an instance of theHumanLoopRequestSource.Builder avoiding the
need to create one manually via HumanLoopRequestSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to humanLoopRequestSource(HumanLoopRequestSource).humanLoopRequestSource - a consumer that will call methods on HumanLoopRequestSource.BuilderhumanLoopRequestSource(HumanLoopRequestSource)HumanLoopActivationConfig.Builder humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
humanLoopActivationConditionsConfig - Container structure for defining under what conditions SageMaker creates a human loop.default HumanLoopActivationConfig.Builder humanLoopActivationConditionsConfig(Consumer<HumanLoopActivationConditionsConfig.Builder> humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
This is a convenience that creates an instance of theHumanLoopActivationConditionsConfig.Builder
avoiding the need to create one manually via HumanLoopActivationConditionsConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig).humanLoopActivationConditionsConfig - a consumer that will call methods on HumanLoopActivationConditionsConfig.BuilderhumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig)Copyright © 2020. All rights reserved.