Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
-
Packages that use StartIcd10CmInferenceJobRequest Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text.software.amazon.awssdk.services.comprehendmedical.transform -
-
Uses of StartIcd10CmInferenceJobRequest in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type StartIcd10CmInferenceJobRequest Modifier and Type Method Description default CompletableFuture<StartIcd10CmInferenceJobResponse>ComprehendMedicalAsyncClient. startICD10CMInferenceJob(StartIcd10CmInferenceJobRequest startIcd10CmInferenceJobRequest)Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.default StartIcd10CmInferenceJobResponseComprehendMedicalClient. startICD10CMInferenceJob(StartIcd10CmInferenceJobRequest startIcd10CmInferenceJobRequest)Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology. -
Uses of StartIcd10CmInferenceJobRequest in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type StartIcd10CmInferenceJobRequest Modifier and Type Method Description SdkHttpFullRequestStartIcd10CmInferenceJobRequestMarshaller. marshall(StartIcd10CmInferenceJobRequest startIcd10CmInferenceJobRequest)
-