Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
-
Packages that use OutputDataConfig Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of OutputDataConfig in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return OutputDataConfig Modifier and Type Method Description OutputDataConfigComprehendMedicalAsyncJobProperties. outputDataConfig()The output data configuration that you supplied when you created the detection job.OutputDataConfigStartEntitiesDetectionV2JobRequest. outputDataConfig()The output configuration that specifies where to send the output files.OutputDataConfigStartIcd10CmInferenceJobRequest. outputDataConfig()Specifies where to send the output files.OutputDataConfigStartPhiDetectionJobRequest. outputDataConfig()Specifies where to send the output files.OutputDataConfigStartRxNormInferenceJobRequest. outputDataConfig()Specifies where to send the output files.OutputDataConfigStartSnomedctInferenceJobRequest. outputDataConfig()Returns the value of the OutputDataConfig property for this object.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type OutputDataConfig Modifier and Type Method Description ComprehendMedicalAsyncJobProperties.BuilderComprehendMedicalAsyncJobProperties.Builder. outputDataConfig(OutputDataConfig outputDataConfig)The output data configuration that you supplied when you created the detection job.StartEntitiesDetectionV2JobRequest.BuilderStartEntitiesDetectionV2JobRequest.Builder. outputDataConfig(OutputDataConfig outputDataConfig)The output configuration that specifies where to send the output files.StartIcd10CmInferenceJobRequest.BuilderStartIcd10CmInferenceJobRequest.Builder. outputDataConfig(OutputDataConfig outputDataConfig)Specifies where to send the output files.StartPhiDetectionJobRequest.BuilderStartPhiDetectionJobRequest.Builder. outputDataConfig(OutputDataConfig outputDataConfig)Specifies where to send the output files.StartRxNormInferenceJobRequest.BuilderStartRxNormInferenceJobRequest.Builder. outputDataConfig(OutputDataConfig outputDataConfig)Specifies where to send the output files.StartSnomedctInferenceJobRequest.BuilderStartSnomedctInferenceJobRequest.Builder. outputDataConfig(OutputDataConfig outputDataConfig)Sets the value of the OutputDataConfig property for this object.
-