Interface HumanLoopActivationConditionsConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HumanLoopActivationConditionsConfig.Builder,HumanLoopActivationConditionsConfig>, SdkBuilder<HumanLoopActivationConditionsConfig.Builder,HumanLoopActivationConditionsConfig>, SdkPojo
Enclosing class:
HumanLoopActivationConditionsConfig

public static interface HumanLoopActivationConditionsConfig.Builder extends SdkPojo, CopyableBuilder<HumanLoopActivationConditionsConfig.Builder,HumanLoopActivationConditionsConfig>
  • Method Details

    • humanLoopActivationConditions

      HumanLoopActivationConditionsConfig.Builder humanLoopActivationConditions(String humanLoopActivationConditions)

      JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

      Parameters:
      humanLoopActivationConditions - JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.