AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SageMakerRuntimeServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/sagemaker-runtime/SageMakerRuntimeErrors.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/sagemaker-runtime/SageMakerRuntimeEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in SageMakerRuntimeClient header */
21#include <aws/sagemaker-runtime/model/InvokeEndpointResult.h>
22#include <aws/sagemaker-runtime/model/InvokeEndpointAsyncResult.h>
23#include <aws/core/NoResult.h>
24/* End of service model headers required in SageMakerRuntimeClient header */
25
26namespace Aws
27{
28 namespace Http
29 {
30 class HttpClient;
31 class HttpClientFactory;
32 } // namespace Http
33
34 namespace Utils
35 {
36 template< typename R, typename E> class Outcome;
37
38 namespace Threading
39 {
40 class Executor;
41 } // namespace Threading
42 } // namespace Utils
43
44 namespace Auth
45 {
46 class AWSCredentials;
47 class AWSCredentialsProvider;
48 } // namespace Auth
49
50 namespace Client
51 {
52 class RetryStrategy;
53 } // namespace Client
54
55 namespace SageMakerRuntime
56 {
60
61 namespace Model
62 {
63 /* Service model forward declarations required in SageMakerRuntimeClient header */
64 class InvokeEndpointRequest;
65 class InvokeEndpointAsyncRequest;
66 class InvokeEndpointWithResponseStreamRequest;
67 /* End of service model forward declarations required in SageMakerRuntimeClient header */
68
69 /* Service model Outcome class definitions */
73 /* End of service model Outcome class definitions */
74
75 /* Service model Outcome callable definitions */
76 typedef std::future<InvokeEndpointOutcome> InvokeEndpointOutcomeCallable;
77 typedef std::future<InvokeEndpointAsyncOutcome> InvokeEndpointAsyncOutcomeCallable;
78 typedef std::future<InvokeEndpointWithResponseStreamOutcome> InvokeEndpointWithResponseStreamOutcomeCallable;
79 /* End of service model Outcome callable definitions */
80 } // namespace Model
81
83
84 /* Service model async handlers definitions */
85 typedef std::function<void(const SageMakerRuntimeClient*, const Model::InvokeEndpointRequest&, Model::InvokeEndpointOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InvokeEndpointResponseReceivedHandler;
86 typedef std::function<void(const SageMakerRuntimeClient*, const Model::InvokeEndpointAsyncRequest&, const Model::InvokeEndpointAsyncOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InvokeEndpointAsyncResponseReceivedHandler;
87 typedef std::function<void(const SageMakerRuntimeClient*, const Model::InvokeEndpointWithResponseStreamRequest&, const Model::InvokeEndpointWithResponseStreamOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InvokeEndpointWithResponseStreamResponseReceivedHandler;
88 /* End of service model async handlers definitions */
89 } // namespace SageMakerRuntime
90} // namespace Aws
EndpointProviderBase< SageMakerRuntimeClientConfiguration, SageMakerRuntimeBuiltInParameters, SageMakerRuntimeClientContextParameters > SageMakerRuntimeEndpointProviderBase
std::future< InvokeEndpointWithResponseStreamOutcome > InvokeEndpointWithResponseStreamOutcomeCallable
Aws::Utils::Outcome< InvokeEndpointResult, SageMakerRuntimeError > InvokeEndpointOutcome
std::future< InvokeEndpointOutcome > InvokeEndpointOutcomeCallable
Aws::Utils::Outcome< InvokeEndpointAsyncResult, SageMakerRuntimeError > InvokeEndpointAsyncOutcome
Aws::Utils::Outcome< Aws::NoResult, SageMakerRuntimeError > InvokeEndpointWithResponseStreamOutcome
std::future< InvokeEndpointAsyncOutcome > InvokeEndpointAsyncOutcomeCallable
std::function< void(const SageMakerRuntimeClient *, const Model::InvokeEndpointAsyncRequest &, const Model::InvokeEndpointAsyncOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InvokeEndpointAsyncResponseReceivedHandler
std::function< void(const SageMakerRuntimeClient *, const Model::InvokeEndpointWithResponseStreamRequest &, const Model::InvokeEndpointWithResponseStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InvokeEndpointWithResponseStreamResponseReceivedHandler
std::function< void(const SageMakerRuntimeClient *, const Model::InvokeEndpointRequest &, Model::InvokeEndpointOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InvokeEndpointResponseReceivedHandler