Values_0.CreateFlowDefinitionRequestSourceCreates a flow definition.
type nonrec t = {flowDefinitionName : FlowDefinitionName.t;The name of your flow definition.
*)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.
*)humanLoopActivationConfig : HumanLoopActivationConfig.t option;An object containing information about the events that trigger a human workflow.
*)humanLoopConfig : HumanLoopConfig.t option;An object containing information about the tasks the human reviewers will perform.
*)outputConfig : FlowDefinitionOutputConfig.t;An object containing information about where the human review results will be uploaded.
*)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.
*)}val make :
?humanLoopRequestSource:??? ->
?humanLoopActivationConfig:??? ->
?humanLoopConfig:??? ->
?tags:??? ->
flowDefinitionName:FlowDefinitionName.t ->
outputConfig:FlowDefinitionOutputConfig.t ->
roleArn:RoleArn.t ->
unit ->
tval 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 ]