| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.clone() |
OutputDataConfig |
StartSNOMEDCTInferenceJobRequest.getOutputDataConfig() |
OutputDataConfig |
StartRxNormInferenceJobRequest.getOutputDataConfig()
Specifies where to send the output files.
|
OutputDataConfig |
StartICD10CMInferenceJobRequest.getOutputDataConfig()
Specifies where to send the output files.
|
OutputDataConfig |
StartEntitiesDetectionV2JobRequest.getOutputDataConfig()
The output configuration that specifies where to send the output files.
|
OutputDataConfig |
StartPHIDetectionJobRequest.getOutputDataConfig()
Specifies where to send the output files.
|
OutputDataConfig |
ComprehendMedicalAsyncJobProperties.getOutputDataConfig()
The output data configuration that you supplied when you created the detection job.
|
OutputDataConfig |
OutputDataConfig.withS3Bucket(String s3Bucket)
When you use the
OutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
OutputDataConfig |
OutputDataConfig.withS3Key(String s3Key)
The path to the output data files in the S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartSNOMEDCTInferenceJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig) |
void |
StartRxNormInferenceJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
void |
StartICD10CMInferenceJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
void |
StartEntitiesDetectionV2JobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
The output configuration that specifies where to send the output files.
|
void |
StartPHIDetectionJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
void |
ComprehendMedicalAsyncJobProperties.setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the detection job.
|
StartSNOMEDCTInferenceJobRequest |
StartSNOMEDCTInferenceJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig) |
StartRxNormInferenceJobRequest |
StartRxNormInferenceJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartICD10CMInferenceJobRequest |
StartICD10CMInferenceJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartEntitiesDetectionV2JobRequest |
StartEntitiesDetectionV2JobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output configuration that specifies where to send the output files.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
ComprehendMedicalAsyncJobProperties |
ComprehendMedicalAsyncJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the detection job.
|
Copyright © 2023. All rights reserved.