| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical |
Amazon Comprehend Medical extracts structured information from unstructured clinical text.
|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartRxNormInferenceJobResult> |
AWSComprehendMedicalAsyncClient.startRxNormInferenceJobAsync(StartRxNormInferenceJobRequest request,
AsyncHandler<StartRxNormInferenceJobRequest,StartRxNormInferenceJobResult> asyncHandler) |
Future<StartRxNormInferenceJobResult> |
AbstractAWSComprehendMedicalAsync.startRxNormInferenceJobAsync(StartRxNormInferenceJobRequest request,
AsyncHandler<StartRxNormInferenceJobRequest,StartRxNormInferenceJobResult> asyncHandler) |
Future<StartRxNormInferenceJobResult> |
AWSComprehendMedicalAsync.startRxNormInferenceJobAsync(StartRxNormInferenceJobRequest startRxNormInferenceJobRequest,
AsyncHandler<StartRxNormInferenceJobRequest,StartRxNormInferenceJobResult> asyncHandler)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
|
| Modifier and Type | Method and Description |
|---|---|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.clone() |
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
Medical read access to your input data.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withKMSKey(String kMSKey)
An AWS Key Management Service key to encrypt your output files.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
Copyright © 2024. All rights reserved.