Package com.pulumi.aws.sagemaker.inputs
Class FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.sagemaker.inputs.FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs.Builder
-
public static final class FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs
build()
FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs.Builder
humanLoopActivationConditions(com.pulumi.core.Output<java.lang.String> humanLoopActivationConditions)
FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs.Builder
humanLoopActivationConditions(java.lang.String humanLoopActivationConditions)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs defaults)
-
-
Method Detail
-
humanLoopActivationConditions
public FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs.Builder humanLoopActivationConditions(com.pulumi.core.Output<java.lang.String> humanLoopActivationConditions)
- Parameters:
humanLoopActivationConditions
- A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI](https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html).- Returns:
- builder
-
humanLoopActivationConditions
public FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs.Builder humanLoopActivationConditions(java.lang.String humanLoopActivationConditions)
- Parameters:
humanLoopActivationConditions
- A JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. For more information about how to structure the JSON, see [JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI](https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html).- Returns:
- builder
-
build
public FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfigArgs build()
-
-