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 Summary
Modifier and TypeMethodDescriptionhumanLoopActivationConditions
(String humanLoopActivationConditions) JSON expressing use-case specific conditions declaratively.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-