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, sdkFields
copy
applyMutation, build
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 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.Builder
humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig)
Copyright © 2023. All rights reserved.