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