| Server IP : 167.99.254.82 / Your IP : 216.73.216.188 Web Server : Apache System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/awscli/examples/comprehendmedical/ |
Upload File : |
**To start an RxNorm inference job**
The following ``start-rx-norm-inference-job`` example starts an RxNorm inference batch analysis job. ::
aws comprehendmedical start-rx-norm-inference-job \
--input-data-config "S3Bucket=comp-med-input" \
--output-data-config "S3Bucket=comp-med-output" \
--data-access-role-arn arn:aws:iam::867139942017:role/ComprehendMedicalBatchProcessingRole \
--language-code en
Output::
{
"JobId": "eg8199877365fc70299089371c043b96"
}
For more information, see `Ontology linking batch analysis <https://docs.aws.amazon.com/comprehend/latest/dg/ontology-batch-api-med.html>`__ in the *Amazon Comprehend Medical Developer Guide*.