AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
ComprehendMedicalServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/comprehendmedical/ComprehendMedicalEndpointProvider.h>
10#include <aws/comprehendmedical/ComprehendMedicalErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in ComprehendMedicalClient header */
22#include <aws/comprehendmedical/model/DescribeEntitiesDetectionV2JobResult.h>
23#include <aws/comprehendmedical/model/DescribeICD10CMInferenceJobResult.h>
24#include <aws/comprehendmedical/model/DescribePHIDetectionJobResult.h>
25#include <aws/comprehendmedical/model/DescribeRxNormInferenceJobResult.h>
26#include <aws/comprehendmedical/model/DescribeSNOMEDCTInferenceJobResult.h>
27#include <aws/comprehendmedical/model/DetectEntitiesV2Result.h>
28#include <aws/comprehendmedical/model/DetectPHIResult.h>
29#include <aws/comprehendmedical/model/InferICD10CMResult.h>
30#include <aws/comprehendmedical/model/InferRxNormResult.h>
31#include <aws/comprehendmedical/model/InferSNOMEDCTResult.h>
32#include <aws/comprehendmedical/model/ListEntitiesDetectionV2JobsRequest.h>
33#include <aws/comprehendmedical/model/ListEntitiesDetectionV2JobsResult.h>
34#include <aws/comprehendmedical/model/ListICD10CMInferenceJobsRequest.h>
35#include <aws/comprehendmedical/model/ListICD10CMInferenceJobsResult.h>
36#include <aws/comprehendmedical/model/ListPHIDetectionJobsRequest.h>
37#include <aws/comprehendmedical/model/ListPHIDetectionJobsResult.h>
38#include <aws/comprehendmedical/model/ListRxNormInferenceJobsRequest.h>
39#include <aws/comprehendmedical/model/ListRxNormInferenceJobsResult.h>
40#include <aws/comprehendmedical/model/ListSNOMEDCTInferenceJobsRequest.h>
41#include <aws/comprehendmedical/model/ListSNOMEDCTInferenceJobsResult.h>
42#include <aws/comprehendmedical/model/StartEntitiesDetectionV2JobResult.h>
43#include <aws/comprehendmedical/model/StartICD10CMInferenceJobResult.h>
44#include <aws/comprehendmedical/model/StartPHIDetectionJobResult.h>
45#include <aws/comprehendmedical/model/StartRxNormInferenceJobResult.h>
46#include <aws/comprehendmedical/model/StartSNOMEDCTInferenceJobResult.h>
47#include <aws/comprehendmedical/model/StopEntitiesDetectionV2JobResult.h>
48#include <aws/comprehendmedical/model/StopICD10CMInferenceJobResult.h>
49#include <aws/comprehendmedical/model/StopPHIDetectionJobResult.h>
50#include <aws/comprehendmedical/model/StopRxNormInferenceJobResult.h>
51#include <aws/comprehendmedical/model/StopSNOMEDCTInferenceJobResult.h>
52/* End of service model headers required in ComprehendMedicalClient header */
53
54namespace Aws {
55namespace Http {
56class HttpClient;
57class HttpClientFactory;
58} // namespace Http
59
60namespace Utils {
61template <typename R, typename E>
62class Outcome;
63
64namespace Threading {
65class Executor;
66} // namespace Threading
67} // namespace Utils
68
69namespace Auth {
70class AWSCredentials;
71class AWSCredentialsProvider;
72} // namespace Auth
73
74namespace Client {
75class RetryStrategy;
76} // namespace Client
77
78namespace ComprehendMedical {
82
83namespace Model {
84/* Service model forward declarations required in ComprehendMedicalClient header */
110/* End of service model forward declarations required in ComprehendMedicalClient header */
111
112/* Service model Outcome class definitions */
138/* End of service model Outcome class definitions */
139
140/* Service model Outcome callable definitions */
141typedef std::future<DescribeEntitiesDetectionV2JobOutcome> DescribeEntitiesDetectionV2JobOutcomeCallable;
142typedef std::future<DescribeICD10CMInferenceJobOutcome> DescribeICD10CMInferenceJobOutcomeCallable;
143typedef std::future<DescribePHIDetectionJobOutcome> DescribePHIDetectionJobOutcomeCallable;
144typedef std::future<DescribeRxNormInferenceJobOutcome> DescribeRxNormInferenceJobOutcomeCallable;
145typedef std::future<DescribeSNOMEDCTInferenceJobOutcome> DescribeSNOMEDCTInferenceJobOutcomeCallable;
146typedef std::future<DetectEntitiesV2Outcome> DetectEntitiesV2OutcomeCallable;
147typedef std::future<DetectPHIOutcome> DetectPHIOutcomeCallable;
148typedef std::future<InferICD10CMOutcome> InferICD10CMOutcomeCallable;
149typedef std::future<InferRxNormOutcome> InferRxNormOutcomeCallable;
150typedef std::future<InferSNOMEDCTOutcome> InferSNOMEDCTOutcomeCallable;
151typedef std::future<ListEntitiesDetectionV2JobsOutcome> ListEntitiesDetectionV2JobsOutcomeCallable;
152typedef std::future<ListICD10CMInferenceJobsOutcome> ListICD10CMInferenceJobsOutcomeCallable;
153typedef std::future<ListPHIDetectionJobsOutcome> ListPHIDetectionJobsOutcomeCallable;
154typedef std::future<ListRxNormInferenceJobsOutcome> ListRxNormInferenceJobsOutcomeCallable;
155typedef std::future<ListSNOMEDCTInferenceJobsOutcome> ListSNOMEDCTInferenceJobsOutcomeCallable;
156typedef std::future<StartEntitiesDetectionV2JobOutcome> StartEntitiesDetectionV2JobOutcomeCallable;
157typedef std::future<StartICD10CMInferenceJobOutcome> StartICD10CMInferenceJobOutcomeCallable;
158typedef std::future<StartPHIDetectionJobOutcome> StartPHIDetectionJobOutcomeCallable;
159typedef std::future<StartRxNormInferenceJobOutcome> StartRxNormInferenceJobOutcomeCallable;
160typedef std::future<StartSNOMEDCTInferenceJobOutcome> StartSNOMEDCTInferenceJobOutcomeCallable;
161typedef std::future<StopEntitiesDetectionV2JobOutcome> StopEntitiesDetectionV2JobOutcomeCallable;
162typedef std::future<StopICD10CMInferenceJobOutcome> StopICD10CMInferenceJobOutcomeCallable;
163typedef std::future<StopPHIDetectionJobOutcome> StopPHIDetectionJobOutcomeCallable;
164typedef std::future<StopRxNormInferenceJobOutcome> StopRxNormInferenceJobOutcomeCallable;
165typedef std::future<StopSNOMEDCTInferenceJobOutcome> StopSNOMEDCTInferenceJobOutcomeCallable;
166/* End of service model Outcome callable definitions */
167} // namespace Model
168
170
171/* Service model async handlers definitions */
172typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeEntitiesDetectionV2JobRequest&,
174 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
176typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeICD10CMInferenceJobRequest&,
177 const Model::DescribeICD10CMInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
179typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribePHIDetectionJobRequest&,
180 const Model::DescribePHIDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
182typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeRxNormInferenceJobRequest&,
183 const Model::DescribeRxNormInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
185typedef std::function<void(const ComprehendMedicalClient*, const Model::DescribeSNOMEDCTInferenceJobRequest&,
187 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
189typedef std::function<void(const ComprehendMedicalClient*, const Model::DetectEntitiesV2Request&, const Model::DetectEntitiesV2Outcome&,
190 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
192typedef std::function<void(const ComprehendMedicalClient*, const Model::DetectPHIRequest&, const Model::DetectPHIOutcome&,
193 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
195typedef std::function<void(const ComprehendMedicalClient*, const Model::InferICD10CMRequest&, const Model::InferICD10CMOutcome&,
196 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
198typedef std::function<void(const ComprehendMedicalClient*, const Model::InferRxNormRequest&, const Model::InferRxNormOutcome&,
199 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
201typedef std::function<void(const ComprehendMedicalClient*, const Model::InferSNOMEDCTRequest&, const Model::InferSNOMEDCTOutcome&,
202 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
204typedef std::function<void(const ComprehendMedicalClient*, const Model::ListEntitiesDetectionV2JobsRequest&,
205 const Model::ListEntitiesDetectionV2JobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
207typedef std::function<void(const ComprehendMedicalClient*, const Model::ListICD10CMInferenceJobsRequest&,
208 const Model::ListICD10CMInferenceJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
210typedef std::function<void(const ComprehendMedicalClient*, const Model::ListPHIDetectionJobsRequest&,
211 const Model::ListPHIDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
213typedef std::function<void(const ComprehendMedicalClient*, const Model::ListRxNormInferenceJobsRequest&,
214 const Model::ListRxNormInferenceJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
216typedef std::function<void(const ComprehendMedicalClient*, const Model::ListSNOMEDCTInferenceJobsRequest&,
217 const Model::ListSNOMEDCTInferenceJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
219typedef std::function<void(const ComprehendMedicalClient*, const Model::StartEntitiesDetectionV2JobRequest&,
220 const Model::StartEntitiesDetectionV2JobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
222typedef std::function<void(const ComprehendMedicalClient*, const Model::StartICD10CMInferenceJobRequest&,
223 const Model::StartICD10CMInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
225typedef std::function<void(const ComprehendMedicalClient*, const Model::StartPHIDetectionJobRequest&,
226 const Model::StartPHIDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
228typedef std::function<void(const ComprehendMedicalClient*, const Model::StartRxNormInferenceJobRequest&,
229 const Model::StartRxNormInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
231typedef std::function<void(const ComprehendMedicalClient*, const Model::StartSNOMEDCTInferenceJobRequest&,
232 const Model::StartSNOMEDCTInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
234typedef std::function<void(const ComprehendMedicalClient*, const Model::StopEntitiesDetectionV2JobRequest&,
235 const Model::StopEntitiesDetectionV2JobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
237typedef std::function<void(const ComprehendMedicalClient*, const Model::StopICD10CMInferenceJobRequest&,
238 const Model::StopICD10CMInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
240typedef std::function<void(const ComprehendMedicalClient*, const Model::StopPHIDetectionJobRequest&,
241 const Model::StopPHIDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
243typedef std::function<void(const ComprehendMedicalClient*, const Model::StopRxNormInferenceJobRequest&,
244 const Model::StopRxNormInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
246typedef std::function<void(const ComprehendMedicalClient*, const Model::StopSNOMEDCTInferenceJobRequest&,
247 const Model::StopSNOMEDCTInferenceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
249/* End of service model async handlers definitions */
250} // namespace ComprehendMedical
251} // 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::InferSNOMEDCTRequest &, const Model::InferSNOMEDCTOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InferSNOMEDCTResponseReceivedHandler
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::StartPHIDetectionJobRequest &, const Model::StartPHIDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartPHIDetectionJobResponseReceivedHandler
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::DescribeSNOMEDCTInferenceJobRequest &, const Model::DescribeSNOMEDCTInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeSNOMEDCTInferenceJobResponseReceivedHandler
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::DescribeEntitiesDetectionV2JobRequest &, const Model::DescribeEntitiesDetectionV2JobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeEntitiesDetectionV2JobResponseReceivedHandler
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::StartSNOMEDCTInferenceJobRequest &, const Model::StartSNOMEDCTInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartSNOMEDCTInferenceJobResponseReceivedHandler
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::DescribeRxNormInferenceJobRequest &, const Model::DescribeRxNormInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeRxNormInferenceJobResponseReceivedHandler
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::ListICD10CMInferenceJobsRequest &, const Model::ListICD10CMInferenceJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListICD10CMInferenceJobsResponseReceivedHandler
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::DescribeICD10CMInferenceJobRequest &, const Model::DescribeICD10CMInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeICD10CMInferenceJobResponseReceivedHandler
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::StopEntitiesDetectionV2JobRequest &, const Model::StopEntitiesDetectionV2JobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopEntitiesDetectionV2JobResponseReceivedHandler
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::InferRxNormRequest &, const Model::InferRxNormOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InferRxNormResponseReceivedHandler
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::StartEntitiesDetectionV2JobRequest &, const Model::StartEntitiesDetectionV2JobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartEntitiesDetectionV2JobResponseReceivedHandler
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::ListPHIDetectionJobsRequest &, const Model::ListPHIDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPHIDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendMedicalClient *, const Model::StopICD10CMInferenceJobRequest &, const Model::StopICD10CMInferenceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopICD10CMInferenceJobResponseReceivedHandler