Values.StartICD10CMInferenceJobRequestSourceStarts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology. Use the DescribeICD10CMInferenceJob operation to track the status of a job.
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 AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
*)jobName : JobName.t option;The identifier of the job.
*)clientRequestToken : ClientRequestTokenString.t option;A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
*)kMSKey : KMSKey.t option;An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.
*)languageCode : LanguageCode.t;The language of the input documents. All documents must be in the same language.
*)}val make :
?jobName:??? ->
?clientRequestToken:??? ->
?kMSKey:??? ->
inputDataConfig:InputDataConfig.t ->
outputDataConfig:OutputDataConfig.t ->
dataAccessRoleArn:IamRoleArn.t ->
languageCode:LanguageCode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IamRoleArn.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]