Values.StartEventsDetectionJobRequestSourceStarts an asynchronous event detection job for a collection of documents.
type nonrec t = {inputDataConfig : InputDataConfig.t;Specifies the format and location of the input data for the job.
*)outputDataConfig : OutputDataConfig.t;Specifies where to send the output files.
*)dataAccessRoleArn : IamRoleArn.t;The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
*)jobName : JobName.t option;The identifier of the events detection job.
*)languageCode : LanguageCode.t;The language code of the input documents.
*)clientRequestToken : ClientRequestTokenString.t option;An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
*)targetEventTypes : TargetEventTypes.t;The types of events to detect in the input documents.
*)}val make :
?jobName:??? ->
?clientRequestToken:??? ->
?tags:??? ->
inputDataConfig:InputDataConfig.t ->
outputDataConfig:OutputDataConfig.t ->
dataAccessRoleArn:IamRoleArn.t ->
languageCode:LanguageCode.t ->
targetEventTypes:TargetEventTypes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of EventTypeString.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of IamRoleArn.t
| `Structure of
(string
* [> `Enum of string
| `String of S3Uri.t
| `Structure of
(string
* [> `Enum of string | `List of [> `Enum of string ] list ])
list ])
list ])
list ]