Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
-
Packages that use StartSnomedctInferenceJobResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of StartSnomedctInferenceJobResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return StartSnomedctInferenceJobResponse Modifier and Type Method Description default StartSnomedctInferenceJobResponseComprehendMedicalClient. startSNOMEDCTInferenceJob(Consumer<StartSnomedctInferenceJobRequest.Builder> startSnomedctInferenceJobRequest)Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.default StartSnomedctInferenceJobResponseComprehendMedicalClient. startSNOMEDCTInferenceJob(StartSnomedctInferenceJobRequest startSnomedctInferenceJobRequest)Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type StartSnomedctInferenceJobResponse Modifier and Type Method Description default CompletableFuture<StartSnomedctInferenceJobResponse>ComprehendMedicalAsyncClient. startSNOMEDCTInferenceJob(Consumer<StartSnomedctInferenceJobRequest.Builder> startSnomedctInferenceJobRequest)Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.default CompletableFuture<StartSnomedctInferenceJobResponse>ComprehendMedicalAsyncClient. startSNOMEDCTInferenceJob(StartSnomedctInferenceJobRequest startSnomedctInferenceJobRequest)Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
-