HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/awscli/examples/comprehendmedical/describe-icd10-cm-inference-job.rst
**To describe an ICD-10-CM inference job**

The following ``describe-icd10-cm-inference-job`` example describes the properties of the requested inference job with the specified job-id. ::

    aws comprehendmedical describe-icd10-cm-inference-job \
        --job-id "5780034166536cdb52ffa3295a1b00a7"

Output::

    {
        "ComprehendMedicalAsyncJobProperties": {
            "JobId": "5780034166536cdb52ffa3295a1b00a7",
            "JobStatus": "COMPLETED",
            "SubmitTime": "2020-05-18T21:20:15.614000+00:00",
            "EndTime": "2020-05-18T21:27:07.350000+00:00",
            "ExpirationTime": "2020-09-16T21:20:15+00:00",
            "InputDataConfig": {
                "S3Bucket": "comp-med-input",
                "S3Key": "AKIAIOSFODNN7EXAMPLE"
            },
            "OutputDataConfig": {
                "S3Bucket": "comp-med-output",
                "S3Key": "AKIAIOSFODNN7EXAMPLE"
            },
            "LanguageCode": "en",
            "DataAccessRoleArn": "arn:aws:iam::867139942017:role/ComprehendMedicalBatchProcessingRole",
            "ModelVersion":  "0.1.0"
        }
    }

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*.