File: //lib/python3/dist-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*.