Module Values_0.HumanLoopActivationConditionsConfigSource

Defines under what conditions SageMaker creates a human loop. Used within CreateFlowDefinition. See HumanLoopActivationConditionsConfig for the required format of activation conditions.

Sourcetype nonrec t = {
  1. humanLoopActivationConditions : HumanLoopActivationConditions.t;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : humanLoopActivationConditions:HumanLoopActivationConditions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HumanLoopActivationConditions.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t