Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
-
Packages that use InputDataConfig Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of InputDataConfig in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return InputDataConfig Modifier and Type Method Description InputDataConfigComprehendMedicalAsyncJobProperties. inputDataConfig()The input data configuration that you supplied when you created the detection job.InputDataConfigStartEntitiesDetectionV2JobRequest. inputDataConfig()The input configuration that specifies the format and location of the input data for the job.InputDataConfigStartIcd10CmInferenceJobRequest. inputDataConfig()Specifies the format and location of the input data for the job.InputDataConfigStartPhiDetectionJobRequest. inputDataConfig()Specifies the format and location of the input data for the job.InputDataConfigStartRxNormInferenceJobRequest. inputDataConfig()Specifies the format and location of the input data for the job.InputDataConfigStartSnomedctInferenceJobRequest. inputDataConfig()Returns the value of the InputDataConfig property for this object.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type InputDataConfig Modifier and Type Method Description ComprehendMedicalAsyncJobProperties.BuilderComprehendMedicalAsyncJobProperties.Builder. inputDataConfig(InputDataConfig inputDataConfig)The input data configuration that you supplied when you created the detection job.StartEntitiesDetectionV2JobRequest.BuilderStartEntitiesDetectionV2JobRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)The input configuration that specifies the format and location of the input data for the job.StartIcd10CmInferenceJobRequest.BuilderStartIcd10CmInferenceJobRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)Specifies the format and location of the input data for the job.StartPhiDetectionJobRequest.BuilderStartPhiDetectionJobRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)Specifies the format and location of the input data for the job.StartRxNormInferenceJobRequest.BuilderStartRxNormInferenceJobRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)Specifies the format and location of the input data for the job.StartSnomedctInferenceJobRequest.BuilderStartSnomedctInferenceJobRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)Sets the value of the InputDataConfig property for this object.
-