Module Values.HumanLoopConfigSource

Sets up the flow definition the image will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.

Sourcetype nonrec t = {
  1. humanLoopName : HumanLoopName.t;
    (*

    The name of the human review used for this image. This should be kept unique within a region.

    *)
  2. flowDefinitionArn : FlowDefinitionArn.t;
    (*

    The Amazon Resource Name (ARN) of the flow definition. You can create a flow definition by using the Amazon Sagemaker CreateFlowDefinition Operation.

    *)
  3. dataAttributes : HumanLoopDataAttributes.t option;
    (*

    Sets attributes of the input data.

    *)
}
Sourceval context_ : string
Sourceval make : ?dataAttributes:??? -> humanLoopName:HumanLoopName.t -> flowDefinitionArn:FlowDefinitionArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HumanLoopName.t | `Structure of (string * [> `List of [> `Enum of string ] list ]) list ]) 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