| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
StartPHIDetectionJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
StartRxNormInferenceJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
StartICD10CMInferenceJobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
StartEntitiesDetectionV2JobRequest.getInputDataConfig()
Specifies the format and location of the input data for the job.
|
InputDataConfig |
ComprehendMedicalAsyncJobProperties.getInputDataConfig()
The input data configuration that you supplied when you created the detection job.
|
InputDataConfig |
InputDataConfig.withS3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data.
|
InputDataConfig |
InputDataConfig.withS3Key(String s3Key)
The path to the input data files in the S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartPHIDetectionJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
StartRxNormInferenceJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
StartICD10CMInferenceJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
StartEntitiesDetectionV2JobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
void |
ComprehendMedicalAsyncJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the detection job.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartICD10CMInferenceJobRequest |
StartICD10CMInferenceJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEntitiesDetectionV2JobRequest |
StartEntitiesDetectionV2JobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
ComprehendMedicalAsyncJobProperties |
ComprehendMedicalAsyncJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the detection job.
|
Copyright © 2021. All rights reserved.