Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
-
Packages that use ComprehendMedicalAsyncJobProperties Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ComprehendMedicalAsyncJobProperties in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return ComprehendMedicalAsyncJobProperties Modifier and Type Method Description ComprehendMedicalAsyncJobPropertiesDescribeEntitiesDetectionV2JobResponse. comprehendMedicalAsyncJobProperties()An object that contains the properties associated with a detection job.ComprehendMedicalAsyncJobPropertiesDescribeIcd10CmInferenceJobResponse. comprehendMedicalAsyncJobProperties()An object that contains the properties associated with a detection job.ComprehendMedicalAsyncJobPropertiesDescribePhiDetectionJobResponse. comprehendMedicalAsyncJobProperties()An object that contains the properties associated with a detection job.ComprehendMedicalAsyncJobPropertiesDescribeRxNormInferenceJobResponse. comprehendMedicalAsyncJobProperties()An object that contains the properties associated with a detection job.ComprehendMedicalAsyncJobPropertiesDescribeSnomedctInferenceJobResponse. comprehendMedicalAsyncJobProperties()Returns the value of the ComprehendMedicalAsyncJobProperties property for this object.Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ComprehendMedicalAsyncJobProperties Modifier and Type Method Description List<ComprehendMedicalAsyncJobProperties>ListEntitiesDetectionV2JobsResponse. comprehendMedicalAsyncJobPropertiesList()A list containing the properties of each job returned.List<ComprehendMedicalAsyncJobProperties>ListIcd10CmInferenceJobsResponse. comprehendMedicalAsyncJobPropertiesList()A list containing the properties of each job that is returned.List<ComprehendMedicalAsyncJobProperties>ListPhiDetectionJobsResponse. comprehendMedicalAsyncJobPropertiesList()A list containing the properties of each job returned.List<ComprehendMedicalAsyncJobProperties>ListRxNormInferenceJobsResponse. comprehendMedicalAsyncJobPropertiesList()The maximum number of results to return in each page.List<ComprehendMedicalAsyncJobProperties>ListSnomedctInferenceJobsResponse. comprehendMedicalAsyncJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ComprehendMedicalAsyncJobProperties Modifier and Type Method Description DescribeEntitiesDetectionV2JobResponse.BuilderDescribeEntitiesDetectionV2JobResponse.Builder. comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties comprehendMedicalAsyncJobProperties)An object that contains the properties associated with a detection job.DescribeIcd10CmInferenceJobResponse.BuilderDescribeIcd10CmInferenceJobResponse.Builder. comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties comprehendMedicalAsyncJobProperties)An object that contains the properties associated with a detection job.DescribePhiDetectionJobResponse.BuilderDescribePhiDetectionJobResponse.Builder. comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties comprehendMedicalAsyncJobProperties)An object that contains the properties associated with a detection job.DescribeRxNormInferenceJobResponse.BuilderDescribeRxNormInferenceJobResponse.Builder. comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties comprehendMedicalAsyncJobProperties)An object that contains the properties associated with a detection job.DescribeSnomedctInferenceJobResponse.BuilderDescribeSnomedctInferenceJobResponse.Builder. comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties comprehendMedicalAsyncJobProperties)Sets the value of the ComprehendMedicalAsyncJobProperties property for this object.ListEntitiesDetectionV2JobsResponse.BuilderListEntitiesDetectionV2JobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job returned.ListIcd10CmInferenceJobsResponse.BuilderListIcd10CmInferenceJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job that is returned.ListPhiDetectionJobsResponse.BuilderListPhiDetectionJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job returned.ListRxNormInferenceJobsResponse.BuilderListRxNormInferenceJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)The maximum number of results to return in each page.ListSnomedctInferenceJobsResponse.BuilderListSnomedctInferenceJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job that is returned.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type ComprehendMedicalAsyncJobProperties Modifier and Type Method Description ListEntitiesDetectionV2JobsResponse.BuilderListEntitiesDetectionV2JobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job returned.ListIcd10CmInferenceJobsResponse.BuilderListIcd10CmInferenceJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job that is returned.ListPhiDetectionJobsResponse.BuilderListPhiDetectionJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job returned.ListRxNormInferenceJobsResponse.BuilderListRxNormInferenceJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)The maximum number of results to return in each page.ListSnomedctInferenceJobsResponse.BuilderListSnomedctInferenceJobsResponse.Builder. comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)A list containing the properties of each job that is returned.
-