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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHumanLoopActivationConfig.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 method 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 © 2022. All rights reserved.