Package com.pulumi.aws.sagemaker.outputs
Class FlowDefinitionHumanLoopActivationConfig
- java.lang.Object
-
- com.pulumi.aws.sagemaker.outputs.FlowDefinitionHumanLoopActivationConfig
-
public final class FlowDefinitionHumanLoopActivationConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowDefinitionHumanLoopActivationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowDefinitionHumanLoopActivationConfig.Builder
builder()
static FlowDefinitionHumanLoopActivationConfig.Builder
builder(FlowDefinitionHumanLoopActivationConfig defaults)
java.util.Optional<FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig>
humanLoopActivationConditionsConfig()
-
-
-
Method Detail
-
humanLoopActivationConditionsConfig
public java.util.Optional<FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig> humanLoopActivationConditionsConfig()
- Returns:
- defines under what conditions SageMaker creates a human loop. See Human Loop Activation Conditions Config details below.
-
builder
public static FlowDefinitionHumanLoopActivationConfig.Builder builder()
-
builder
public static FlowDefinitionHumanLoopActivationConfig.Builder builder(FlowDefinitionHumanLoopActivationConfig defaults)
-
-