Module Values.StartSNOMEDCTInferenceJobRequestSource

Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology. Use the DescribeSNOMEDCTInferenceJob operation to track the status of a job.

Sourcetype nonrec t = {
  1. inputDataConfig : InputDataConfig.t;
  2. outputDataConfig : OutputDataConfig.t;
  3. 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.

    *)
  4. jobName : JobName.t option;
    (*

    The user generated name the asynchronous InferSNOMEDCT job.

    *)
  5. clientRequestToken : ClientRequestTokenString.t option;
    (*

    A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.

    *)
  6. kMSKey : KMSKey.t option;
    (*

    An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the files are written in plain text.

    *)
  7. languageCode : LanguageCode.t;
    (*

    The language of the input documents. All documents must be in the same language.

    *)
}
Sourceval context_ : string
Sourceval make : ?jobName:??? -> ?clientRequestToken:??? -> ?kMSKey:??? -> inputDataConfig:InputDataConfig.t -> outputDataConfig:OutputDataConfig.t -> dataAccessRoleArn:IamRoleArn.t -> languageCode:LanguageCode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of IamRoleArn.t | `Structure of (string * [> `String of S3Bucket.t ]) 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