HumanLoopActivationConditionsConfig

public struct HumanLoopActivationConditionsConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let humanLoopActivationConditions: String
  • Undocumented

    Declaration

    Swift

    public init(humanLoopActivationConditions: String)
  • Declaration

    Swift

    public func validate(name: String) throws