| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
InputDataConfig.builder() |
InputDataConfig.Builder |
InputDataConfig.Builder.s3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data.
|
InputDataConfig.Builder |
InputDataConfig.Builder.s3Key(String s3Key)
The path to the input data files in the S3 bucket.
|
InputDataConfig.Builder |
InputDataConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputDataConfig.Builder> |
InputDataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartRxNormInferenceJobRequest.Builder |
StartRxNormInferenceJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default StartPhiDetectionJobRequest.Builder |
StartPhiDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default ComprehendMedicalAsyncJobProperties.Builder |
ComprehendMedicalAsyncJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the detection job.
|
default StartIcd10CmInferenceJobRequest.Builder |
StartIcd10CmInferenceJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default StartEntitiesDetectionV2JobRequest.Builder |
StartEntitiesDetectionV2JobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
Copyright © 2021. All rights reserved.