Package com.pulumi.aws.sagemaker.inputs
Class FlowDefinitionHumanLoopActivationConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.sagemaker.inputs.FlowDefinitionHumanLoopActivationConfigArgs.Builder
-
- Enclosing class:
- FlowDefinitionHumanLoopActivationConfigArgs
public static final class FlowDefinitionHumanLoopActivationConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FlowDefinitionHumanLoopActivationConfigArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowDefinitionHumanLoopActivationConfigArgs
build()
FlowDefinitionHumanLoopActivationConfigArgs.Builder
humanLoopActivationConditionsConfig(FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs humanLoopActivationConditionsConfig)
FlowDefinitionHumanLoopActivationConfigArgs.Builder
humanLoopActivationConditionsConfig(com.pulumi.core.Output<FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs> humanLoopActivationConditionsConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FlowDefinitionHumanLoopActivationConfigArgs defaults)
-
-
Method Detail
-
humanLoopActivationConditionsConfig
public FlowDefinitionHumanLoopActivationConfigArgs.Builder humanLoopActivationConditionsConfig(@Nullable com.pulumi.core.Output<FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs> humanLoopActivationConditionsConfig)
- Parameters:
humanLoopActivationConditionsConfig
- defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.- Returns:
- builder
-
humanLoopActivationConditionsConfig
public FlowDefinitionHumanLoopActivationConfigArgs.Builder humanLoopActivationConditionsConfig(FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs humanLoopActivationConditionsConfig)
- Parameters:
humanLoopActivationConditionsConfig
- defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.- Returns:
- builder
-
build
public FlowDefinitionHumanLoopActivationConfigArgs build()
-
-