FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig constructor
const
FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig({
- required Input<
String> humanLoopActivationConditions,
Creates a new FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig.
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.
Implementation
const FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig({
required this.humanLoopActivationConditions,
});