Interface HumanLoopActivationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HumanLoopActivationConfig.Builder,HumanLoopActivationConfig>,SdkBuilder<HumanLoopActivationConfig.Builder,HumanLoopActivationConfig>,SdkPojo
- Enclosing class:
- HumanLoopActivationConfig
public static interface HumanLoopActivationConfig.Builder extends SdkPojo, CopyableBuilder<HumanLoopActivationConfig.Builder,HumanLoopActivationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HumanLoopActivationConfig.BuilderhumanLoopActivationConditionsConfig(Consumer<HumanLoopActivationConditionsConfig.Builder> humanLoopActivationConditionsConfig)Container structure for defining under what conditions SageMaker creates a human loop.HumanLoopActivationConfig.BuilderhumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)Container structure for defining under what conditions SageMaker creates a human loop.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
humanLoopActivationConditionsConfig
HumanLoopActivationConfig.Builder humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
- Parameters:
humanLoopActivationConditionsConfig- Container structure for defining under what conditions SageMaker creates a human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
humanLoopActivationConditionsConfig
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.Builderavoiding the need to create one manually viaHumanLoopActivationConditionsConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig).- Parameters:
humanLoopActivationConditionsConfig- a consumer that will call methods onHumanLoopActivationConditionsConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
humanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig)
-
-