FlowDefinitionHumanLoopActivationConfig constructor

const FlowDefinitionHumanLoopActivationConfig({
  1. Input<FlowDefinitionHumanLoopActivationConfigHumanLoopActivationConditionsConfig?>? humanLoopActivationConditionsConfig,
})

Creates a new FlowDefinitionHumanLoopActivationConfig. humanLoopActivationConditionsConfig defines under what conditions SageMaker AI creates a human loop. See Human Loop Activation Conditions Config details below.

Implementation

const FlowDefinitionHumanLoopActivationConfig({
  this.humanLoopActivationConditionsConfig,
});