AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ComprehendMedicalServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/comprehendmedical/ComprehendMedicalErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/comprehendmedical/ComprehendMedicalEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ComprehendMedicalClient header */
21#include <aws/comprehendmedical/model/DescribeEntitiesDetectionV2JobResult.h>
22#include <aws/comprehendmedical/model/DescribeICD10CMInferenceJobResult.h>
23#include <aws/comprehendmedical/model/DescribePHIDetectionJobResult.h>
24#include <aws/comprehendmedical/model/DescribeRxNormInferenceJobResult.h>
25#include <aws/comprehendmedical/model/DescribeSNOMEDCTInferenceJobResult.h>
26#include <aws/comprehendmedical/model/DetectEntitiesV2Result.h>
27#include <aws/comprehendmedical/model/DetectPHIResult.h>
28#include <aws/comprehendmedical/model/InferICD10CMResult.h>
29#include <aws/comprehendmedical/model/InferRxNormResult.h>
30#include <aws/comprehendmedical/model/InferSNOMEDCTResult.h>
31#include <aws/comprehendmedical/model/ListEntitiesDetectionV2JobsResult.h>
32#include <aws/comprehendmedical/model/ListICD10CMInferenceJobsResult.h>
33#include <aws/comprehendmedical/model/ListPHIDetectionJobsResult.h>
34#include <aws/comprehendmedical/model/ListRxNormInferenceJobsResult.h>
35#include <aws/comprehendmedical/model/ListSNOMEDCTInferenceJobsResult.h>
36#include <aws/comprehendmedical/model/StartEntitiesDetectionV2JobResult.h>
37#include <aws/comprehendmedical/model/StartICD10CMInferenceJobResult.h>
38#include <aws/comprehendmedical/model/StartPHIDetectionJobResult.h>
39#include <aws/comprehendmedical/model/StartRxNormInferenceJobResult.h>
40#include <aws/comprehendmedical/model/StartSNOMEDCTInferenceJobResult.h>
41#include <aws/comprehendmedical/model/StopEntitiesDetectionV2JobResult.h>
42#include <aws/comprehendmedical/model/StopICD10CMInferenceJobResult.h>
43#include <aws/comprehendmedical/model/StopPHIDetectionJobResult.h>
44#include <aws/comprehendmedical/model/StopRxNormInferenceJobResult.h>
45#include <aws/comprehendmedical/model/StopSNOMEDCTInferenceJobResult.h>
46#include <aws/comprehendmedical/model/ListICD10CMInferenceJobsRequest.h>
47#include <aws/comprehendmedical/model/ListSNOMEDCTInferenceJobsRequest.h>
48#include <aws/comprehendmedical/model/ListPHIDetectionJobsRequest.h>
49#include <aws/comprehendmedical/model/ListEntitiesDetectionV2JobsRequest.h>
50#include <aws/comprehendmedical/model/ListRxNormInferenceJobsRequest.h>
51/* End of service model headers required in ComprehendMedicalClient header */
52
53namespace Aws
54{
55 namespace Http
56 {
57 class HttpClient;
58 class HttpClientFactory;
59 } // namespace Http
60
61 namespace Utils
62 {
63 template< typename R, typename E> class Outcome;
64
65 namespace Threading
66 {
67 class Executor;
68 } // namespace Threading
69 } // namespace Utils
70
71 namespace Auth
72 {
73 class AWSCredentials;
74 class AWSCredentialsProvider;
75 } // namespace Auth
76
77 namespace Client
78 {
79 class RetryStrategy;
80 } // namespace Client
81
82 namespace ComprehendMedical
83 {
87
88 namespace Model
89 {
90 /* Service model forward declarations required in ComprehendMedicalClient header */
97 class DetectPHIRequest;
116 /* End of service model forward declarations required in ComprehendMedicalClient header */
117
118 /* Service model Outcome class definitions */
144 /* End of service model Outcome class definitions */
145
146 /* Service model Outcome callable definitions */
147 typedef std::future<DescribeEntitiesDetectionV2JobOutcome> DescribeEntitiesDetectionV2JobOutcomeCallable;
148 typedef std::future<DescribeICD10CMInferenceJobOutcome> DescribeICD10CMInferenceJobOutcomeCallable;
149 typedef std::future<DescribePHIDetectionJobOutcome> DescribePHIDetectionJobOutcomeCallable;
150 typedef std::future<DescribeRxNormInferenceJobOutcome> DescribeRxNormInferenceJobOutcomeCallable;
151 typedef std::future<DescribeSNOMEDCTInferenceJobOutcome> DescribeSNOMEDCTInferenceJobOutcomeCallable;
152 typedef std::future<DetectEntitiesV2Outcome> DetectEntitiesV2OutcomeCallable;
153 typedef std::future<DetectPHIOutcome> DetectPHIOutcomeCallable;
154 typedef std::future<InferICD10CMOutcome> InferICD10CMOutcomeCallable;
155 typedef std::future<InferRxNormOutcome> InferRxNormOutcomeCallable;
156 typedef std::future<InferSNOMEDCTOutcome> InferSNOMEDCTOutcomeCallable;
157 typedef std::future<ListEntitiesDetectionV2JobsOutcome> ListEntitiesDetectionV2JobsOutcomeCallable;
158 typedef std::future<ListICD10CMInferenceJobsOutcome> ListICD10CMInferenceJobsOutcomeCallable;
159 typedef std::future<ListPHIDetectionJobsOutcome> ListPHIDetectionJobsOutcomeCallable;
160 typedef std::future<ListRxNormInferenceJobsOutcome> ListRxNormInferenceJobsOutcomeCallable;
161 typedef std::future<ListSNOMEDCTInferenceJobsOutcome> ListSNOMEDCTInferenceJobsOutcomeCallable;
162 typedef std::future<StartEntitiesDetectionV2JobOutcome> StartEntitiesDetectionV2JobOutcomeCallable;
163 typedef std::future<StartICD10CMInferenceJobOutcome> StartICD10CMInferenceJobOutcomeCallable;
164 typedef std::future<StartPHIDetectionJobOutcome> StartPHIDetectionJobOutcomeCallable;
165 typedef std::future<StartRxNormInferenceJobOutcome> StartRxNormInferenceJobOutcomeCallable;
166 typedef std::future<StartSNOMEDCTInferenceJobOutcome> StartSNOMEDCTInferenceJobOutcomeCallable;
167 typedef std::future<StopEntitiesDetectionV2JobOutcome> StopEntitiesDetectionV2JobOutcomeCallable;
168 typedef std::future<StopICD10CMInferenceJobOutcome> StopICD10CMInferenceJobOutcomeCallable;
169 typedef std::future<StopPHIDetectionJobOutcome> StopPHIDetectionJobOutcomeCallable;
170 typedef std::future<StopRxNormInferenceJobOutcome> StopRxNormInferenceJobOutcomeCallable;
171 typedef std::future<StopSNOMEDCTInferenceJobOutcome> StopSNOMEDCTInferenceJobOutcomeCallable;
172 /* End of service model Outcome callable definitions */
173 } // namespace Model
174
176
177 /* Service model async handlers definitions */
178 typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeEntitiesDetectionV2JobRequest&, const Model::DescribeEntitiesDetectionV2JobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeEntitiesDetectionV2JobResponseReceivedHandler;
179 typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeICD10CMInferenceJobRequest&, const Model::DescribeICD10CMInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeICD10CMInferenceJobResponseReceivedHandler;
180 typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribePHIDetectionJobRequest&, const Model::DescribePHIDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribePHIDetectionJobResponseReceivedHandler;
181 typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeRxNormInferenceJobRequest&, const Model::DescribeRxNormInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeRxNormInferenceJobResponseReceivedHandler;
182 typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeSNOMEDCTInferenceJobRequest&, const Model::DescribeSNOMEDCTInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSNOMEDCTInferenceJobResponseReceivedHandler;
183 typedef std::function<void(const ComprehendMedicalClient*, const Model::DetectEntitiesV2Request&, const Model::DetectEntitiesV2Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectEntitiesV2ResponseReceivedHandler;
184 typedef std::function<void(const ComprehendMedicalClient*, const Model::DetectPHIRequest&, const Model::DetectPHIOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectPHIResponseReceivedHandler;
185 typedef std::function<void(const ComprehendMedicalClient*, const Model::InferICD10CMRequest&, const Model::InferICD10CMOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InferICD10CMResponseReceivedHandler;
186 typedef std::function<void(const ComprehendMedicalClient*, const Model::InferRxNormRequest&, const Model::InferRxNormOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InferRxNormResponseReceivedHandler;
187 typedef std::function<void(const ComprehendMedicalClient*, const Model::InferSNOMEDCTRequest&, const Model::InferSNOMEDCTOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InferSNOMEDCTResponseReceivedHandler;
188 typedef std::function<void(const ComprehendMedicalClient*, const Model::ListEntitiesDetectionV2JobsRequest&, const Model::ListEntitiesDetectionV2JobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEntitiesDetectionV2JobsResponseReceivedHandler;
189 typedef std::function<void(const ComprehendMedicalClient*, const Model::ListICD10CMInferenceJobsRequest&, const Model::ListICD10CMInferenceJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListICD10CMInferenceJobsResponseReceivedHandler;
190 typedef std::function<void(const ComprehendMedicalClient*, const Model::ListPHIDetectionJobsRequest&, const Model::ListPHIDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListPHIDetectionJobsResponseReceivedHandler;
191 typedef std::function<void(const ComprehendMedicalClient*, const Model::ListRxNormInferenceJobsRequest&, const Model::ListRxNormInferenceJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRxNormInferenceJobsResponseReceivedHandler;
192 typedef std::function<void(const ComprehendMedicalClient*, const Model::ListSNOMEDCTInferenceJobsRequest&, const Model::ListSNOMEDCTInferenceJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSNOMEDCTInferenceJobsResponseReceivedHandler;
193 typedef std::function<void(const ComprehendMedicalClient*, const Model::StartEntitiesDetectionV2JobRequest&, const Model::StartEntitiesDetectionV2JobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartEntitiesDetectionV2JobResponseReceivedHandler;
194 typedef std::function<void(const ComprehendMedicalClient*, const Model::StartICD10CMInferenceJobRequest&, const Model::StartICD10CMInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartICD10CMInferenceJobResponseReceivedHandler;
195 typedef std::function<void(const ComprehendMedicalClient*, const Model::StartPHIDetectionJobRequest&, const Model::StartPHIDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartPHIDetectionJobResponseReceivedHandler;
196 typedef std::function<void(const ComprehendMedicalClient*, const Model::StartRxNormInferenceJobRequest&, const Model::StartRxNormInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartRxNormInferenceJobResponseReceivedHandler;
197 typedef std::function<void(const ComprehendMedicalClient*, const Model::StartSNOMEDCTInferenceJobRequest&, const Model::StartSNOMEDCTInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartSNOMEDCTInferenceJobResponseReceivedHandler;
198 typedef std::function<void(const ComprehendMedicalClient*, const Model::StopEntitiesDetectionV2JobRequest&, const Model::StopEntitiesDetectionV2JobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopEntitiesDetectionV2JobResponseReceivedHandler;
199 typedef std::function<void(const ComprehendMedicalClient*, const Model::StopICD10CMInferenceJobRequest&, const Model::StopICD10CMInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopICD10CMInferenceJobResponseReceivedHandler;
200 typedef std::function<void(const ComprehendMedicalClient*, const Model::StopPHIDetectionJobRequest&, const Model::StopPHIDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopPHIDetectionJobResponseReceivedHandler;
201 typedef std::function<void(const ComprehendMedicalClient*, const Model::StopRxNormInferenceJobRequest&, const Model::StopRxNormInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopRxNormInferenceJobResponseReceivedHandler;
202 typedef std::function<void(const ComprehendMedicalClient*, const Model::StopSNOMEDCTInferenceJobRequest&, const Model::StopSNOMEDCTInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopSNOMEDCTInferenceJobResponseReceivedHandler;
203 /* End of service model async handlers definitions */
204 } // namespace ComprehendMedical
205} // namespace Aws
EndpointProviderBase< ComprehendMedicalClientConfiguration, ComprehendMedicalBuiltInParameters, ComprehendMedicalClientContextParameters > ComprehendMedicalEndpointProviderBase
std::future< InferSNOMEDCTOutcome > InferSNOMEDCTOutcomeCallable
std::future< StartPHIDetectionJobOutcome > StartPHIDetectionJobOutcomeCallable
std::future< DescribeSNOMEDCTInferenceJobOutcome > DescribeSNOMEDCTInferenceJobOutcomeCallable
Aws::Utils::Outcome< StopPHIDetectionJobResult, ComprehendMedicalError > StopPHIDetectionJobOutcome
std::future< StopEntitiesDetectionV2JobOutcome > StopEntitiesDetectionV2JobOutcomeCallable
std::future< StopSNOMEDCTInferenceJobOutcome > StopSNOMEDCTInferenceJobOutcomeCallable
std::future< ListSNOMEDCTInferenceJobsOutcome > ListSNOMEDCTInferenceJobsOutcomeCallable
std::future< StartSNOMEDCTInferenceJobOutcome > StartSNOMEDCTInferenceJobOutcomeCallable
std::future< DescribeICD10CMInferenceJobOutcome > DescribeICD10CMInferenceJobOutcomeCallable
Aws::Utils::Outcome< StartSNOMEDCTInferenceJobResult, ComprehendMedicalError > StartSNOMEDCTInferenceJobOutcome
Aws::Utils::Outcome< StartICD10CMInferenceJobResult, ComprehendMedicalError > StartICD10CMInferenceJobOutcome
Aws::Utils::Outcome< InferRxNormResult, ComprehendMedicalError > InferRxNormOutcome
Aws::Utils::Outcome< ListRxNormInferenceJobsResult, ComprehendMedicalError > ListRxNormInferenceJobsOutcome
std::future< StopICD10CMInferenceJobOutcome > StopICD10CMInferenceJobOutcomeCallable
Aws::Utils::Outcome< InferICD10CMResult, ComprehendMedicalError > InferICD10CMOutcome
Aws::Utils::Outcome< DescribeSNOMEDCTInferenceJobResult, ComprehendMedicalError > DescribeSNOMEDCTInferenceJobOutcome
Aws::Utils::Outcome< StartPHIDetectionJobResult, ComprehendMedicalError > StartPHIDetectionJobOutcome
Aws::Utils::Outcome< DetectPHIResult, ComprehendMedicalError > DetectPHIOutcome
Aws::Utils::Outcome< DetectEntitiesV2Result, ComprehendMedicalError > DetectEntitiesV2Outcome
std::future< DetectPHIOutcome > DetectPHIOutcomeCallable
std::future< InferRxNormOutcome > InferRxNormOutcomeCallable
std::future< StartRxNormInferenceJobOutcome > StartRxNormInferenceJobOutcomeCallable
std::future< DescribeEntitiesDetectionV2JobOutcome > DescribeEntitiesDetectionV2JobOutcomeCallable
std::future< ListEntitiesDetectionV2JobsOutcome > ListEntitiesDetectionV2JobsOutcomeCallable
std::future< StopPHIDetectionJobOutcome > StopPHIDetectionJobOutcomeCallable
std::future< ListPHIDetectionJobsOutcome > ListPHIDetectionJobsOutcomeCallable
std::future< DescribePHIDetectionJobOutcome > DescribePHIDetectionJobOutcomeCallable
Aws::Utils::Outcome< StartEntitiesDetectionV2JobResult, ComprehendMedicalError > StartEntitiesDetectionV2JobOutcome
std::future< ListICD10CMInferenceJobsOutcome > ListICD10CMInferenceJobsOutcomeCallable
std::future< StopRxNormInferenceJobOutcome > StopRxNormInferenceJobOutcomeCallable
Aws::Utils::Outcome< ListICD10CMInferenceJobsResult, ComprehendMedicalError > ListICD10CMInferenceJobsOutcome
std::future< StartICD10CMInferenceJobOutcome > StartICD10CMInferenceJobOutcomeCallable
Aws::Utils::Outcome< DescribeEntitiesDetectionV2JobResult, ComprehendMedicalError > DescribeEntitiesDetectionV2JobOutcome
Aws::Utils::Outcome< ListEntitiesDetectionV2JobsResult, ComprehendMedicalError > ListEntitiesDetectionV2JobsOutcome
Aws::Utils::Outcome< ListSNOMEDCTInferenceJobsResult, ComprehendMedicalError > ListSNOMEDCTInferenceJobsOutcome
Aws::Utils::Outcome< StartRxNormInferenceJobResult, ComprehendMedicalError > StartRxNormInferenceJobOutcome
Aws::Utils::Outcome< StopICD10CMInferenceJobResult, ComprehendMedicalError > StopICD10CMInferenceJobOutcome
std::future< DescribeRxNormInferenceJobOutcome > DescribeRxNormInferenceJobOutcomeCallable
std::future< StartEntitiesDetectionV2JobOutcome > StartEntitiesDetectionV2JobOutcomeCallable
std::future< InferICD10CMOutcome > InferICD10CMOutcomeCallable
Aws::Utils::Outcome< ListPHIDetectionJobsResult, ComprehendMedicalError > ListPHIDetectionJobsOutcome
Aws::Utils::Outcome< StopRxNormInferenceJobResult, ComprehendMedicalError > StopRxNormInferenceJobOutcome
Aws::Utils::Outcome< StopSNOMEDCTInferenceJobResult, ComprehendMedicalError > StopSNOMEDCTInferenceJobOutcome
Aws::Utils::Outcome< InferSNOMEDCTResult, ComprehendMedicalError > InferSNOMEDCTOutcome
Aws::Utils::Outcome< DescribePHIDetectionJobResult, ComprehendMedicalError > DescribePHIDetectionJobOutcome
Aws::Utils::Outcome< DescribeICD10CMInferenceJobResult, ComprehendMedicalError > DescribeICD10CMInferenceJobOutcome
Aws::Utils::Outcome< DescribeRxNormInferenceJobResult, ComprehendMedicalError > DescribeRxNormInferenceJobOutcome
Aws::Utils::Outcome< StopEntitiesDetectionV2JobResult, ComprehendMedicalError > StopEntitiesDetectionV2JobOutcome
std::future< ListRxNormInferenceJobsOutcome > ListRxNormInferenceJobsOutcomeCallable
std::future< DetectEntitiesV2Outcome > DetectEntitiesV2OutcomeCallable
std::function< void(const ComprehendMedicalClient *, const Model::DetectPHIRequest &, const Model::DetectPHIOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectPHIResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StartICD10CMInferenceJobRequest &, const Model::StartICD10CMInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartICD10CMInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::ListEntitiesDetectionV2JobsRequest &, const Model::ListEntitiesDetectionV2JobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEntitiesDetectionV2JobsResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::DescribeICD10CMInferenceJobRequest &, const Model::DescribeICD10CMInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeICD10CMInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StartEntitiesDetectionV2JobRequest &, const Model::StartEntitiesDetectionV2JobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartEntitiesDetectionV2JobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StopRxNormInferenceJobRequest &, const Model::StopRxNormInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopRxNormInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::DescribeRxNormInferenceJobRequest &, const Model::DescribeRxNormInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeRxNormInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StartPHIDetectionJobRequest &, const Model::StartPHIDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartPHIDetectionJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StartSNOMEDCTInferenceJobRequest &, const Model::StartSNOMEDCTInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartSNOMEDCTInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::InferICD10CMRequest &, const Model::InferICD10CMOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InferICD10CMResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::InferRxNormRequest &, const Model::InferRxNormOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InferRxNormResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StopSNOMEDCTInferenceJobRequest &, const Model::StopSNOMEDCTInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopSNOMEDCTInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::DescribePHIDetectionJobRequest &, const Model::DescribePHIDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribePHIDetectionJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::DescribeSNOMEDCTInferenceJobRequest &, const Model::DescribeSNOMEDCTInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSNOMEDCTInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::DetectEntitiesV2Request &, const Model::DetectEntitiesV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectEntitiesV2ResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::ListSNOMEDCTInferenceJobsRequest &, const Model::ListSNOMEDCTInferenceJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSNOMEDCTInferenceJobsResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::InferSNOMEDCTRequest &, const Model::InferSNOMEDCTOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InferSNOMEDCTResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StopICD10CMInferenceJobRequest &, const Model::StopICD10CMInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopICD10CMInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::ListRxNormInferenceJobsRequest &, const Model::ListRxNormInferenceJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRxNormInferenceJobsResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::ListPHIDetectionJobsRequest &, const Model::ListPHIDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPHIDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StopPHIDetectionJobRequest &, const Model::StopPHIDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopPHIDetectionJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StopEntitiesDetectionV2JobRequest &, const Model::StopEntitiesDetectionV2JobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopEntitiesDetectionV2JobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::DescribeEntitiesDetectionV2JobRequest &, const Model::DescribeEntitiesDetectionV2JobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEntitiesDetectionV2JobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StartRxNormInferenceJobRequest &, const Model::StartRxNormInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartRxNormInferenceJobResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::ListICD10CMInferenceJobsRequest &, const Model::ListICD10CMInferenceJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListICD10CMInferenceJobsResponseReceivedHandler