Module Values_0.CreateFlowDefinitionRequestSource

Creates a flow definition.

Sourcetype nonrec t = {
  1. flowDefinitionName : FlowDefinitionName.t;
    (*

    The name of your flow definition.

    *)
  2. humanLoopRequestSource : HumanLoopRequestSource.t option;
    (*

    Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

    *)
  3. humanLoopActivationConfig : HumanLoopActivationConfig.t option;
    (*

    An object containing information about the events that trigger a human workflow.

    *)
  4. humanLoopConfig : HumanLoopConfig.t option;
    (*

    An object containing information about the tasks the human reviewers will perform.

    *)
  5. outputConfig : FlowDefinitionOutputConfig.t;
    (*

    An object containing information about where the human review results will be uploaded.

    *)
  6. roleArn : RoleArn.t;
    (*

    The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298.

    *)
  7. tags : TagList.t option;
    (*

    An array of key-value pairs that contain metadata to help you categorize and organize a flow definition. Each tag consists of a key and a value, both of which you define.

    *)
}
Sourceval context_ : string
Sourceval make : ?humanLoopRequestSource:??? -> ?humanLoopActivationConfig:??? -> ?humanLoopConfig:??? -> ?tags:??? -> flowDefinitionName:FlowDefinitionName.t -> outputConfig:FlowDefinitionOutputConfig.t -> roleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of FlowDefinitionName.t | `Structure of (string * [> `Enum of string | `Integer of FlowDefinitionTaskCount.t | `List of [> `String of FlowDefinitionTaskKeyword.t ] list | `String of WorkteamArn.t | `Structure of (string * [> `String of HumanLoopActivationConditions.t | `Structure of (string * [> `Integer of Dollars.t ]) list ]) 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