7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/AsyncInferenceConfig.h>
13#include <aws/sagemaker/model/DataCaptureConfigSummary.h>
14#include <aws/sagemaker/model/DeploymentConfig.h>
15#include <aws/sagemaker/model/EndpointStatus.h>
16#include <aws/sagemaker/model/ExplainerConfig.h>
17#include <aws/sagemaker/model/MetricsConfig.h>
18#include <aws/sagemaker/model/PendingDeploymentSummary.h>
19#include <aws/sagemaker/model/ProductionVariantSummary.h>
24template <
typename RESULT_TYPE>
25class AmazonWebServiceResult;
45 template <
typename Endpo
intNameT = Aws::String>
47 m_endpointNameHasBeenSet =
true;
48 m_endpointName = std::forward<EndpointNameT>(value);
50 template <
typename Endpo
intNameT = Aws::String>
62 template <
typename Endpo
intArnT = Aws::String>
64 m_endpointArnHasBeenSet =
true;
65 m_endpointArn = std::forward<EndpointArnT>(value);
67 template <
typename Endpo
intArnT = Aws::String>
79 template <
typename Endpo
intConfigNameT = Aws::String>
81 m_endpointConfigNameHasBeenSet =
true;
82 m_endpointConfigName = std::forward<EndpointConfigNameT>(value);
84 template <
typename Endpo
intConfigNameT = Aws::String>
98 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
100 m_productionVariantsHasBeenSet =
true;
101 m_productionVariants = std::forward<ProductionVariantsT>(value);
103 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
108 template <
typename ProductionVariantsT = ProductionVariantSummary>
110 m_productionVariantsHasBeenSet =
true;
111 m_productionVariants.emplace_back(std::forward<ProductionVariantsT>(value));
119 template <
typename DataCaptureConfigT = DataCaptureConfigSummary>
121 m_dataCaptureConfigHasBeenSet =
true;
122 m_dataCaptureConfig = std::forward<DataCaptureConfigT>(value);
124 template <
typename DataCaptureConfigT = DataCaptureConfigSummary>
174 m_endpointStatusHasBeenSet =
true;
175 m_endpointStatus = value;
189 template <
typename FailureReasonT = Aws::String>
191 m_failureReasonHasBeenSet =
true;
192 m_failureReason = std::forward<FailureReasonT>(value);
194 template <
typename FailureReasonT = Aws::String>
206 template <
typename CreationTimeT = Aws::Utils::DateTime>
208 m_creationTimeHasBeenSet =
true;
209 m_creationTime = std::forward<CreationTimeT>(value);
211 template <
typename CreationTimeT = Aws::Utils::DateTime>
223 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
225 m_lastModifiedTimeHasBeenSet =
true;
226 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
228 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
240 template <
typename LastDeploymentConfigT = DeploymentConfig>
242 m_lastDeploymentConfigHasBeenSet =
true;
243 m_lastDeploymentConfig = std::forward<LastDeploymentConfigT>(value);
245 template <
typename LastDeploymentConfigT = DeploymentConfig>
259 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
261 m_asyncInferenceConfigHasBeenSet =
true;
262 m_asyncInferenceConfig = std::forward<AsyncInferenceConfigT>(value);
264 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
277 template <
typename PendingDeploymentSummaryT = PendingDeploymentSummary>
279 m_pendingDeploymentSummaryHasBeenSet =
true;
280 m_pendingDeploymentSummary = std::forward<PendingDeploymentSummaryT>(value);
282 template <
typename PendingDeploymentSummaryT = PendingDeploymentSummary>
294 template <
typename ExplainerConfigT = ExplainerConfig>
296 m_explainerConfigHasBeenSet =
true;
297 m_explainerConfig = std::forward<ExplainerConfigT>(value);
299 template <
typename ExplainerConfigT = ExplainerConfig>
315 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
317 m_shadowProductionVariantsHasBeenSet =
true;
318 m_shadowProductionVariants = std::forward<ShadowProductionVariantsT>(value);
320 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
325 template <
typename ShadowProductionVariantsT = ProductionVariantSummary>
327 m_shadowProductionVariantsHasBeenSet =
true;
328 m_shadowProductionVariants.emplace_back(std::forward<ShadowProductionVariantsT>(value));
338 template <
typename MetricsConfigT = MetricsConfig>
340 m_metricsConfigHasBeenSet =
true;
341 m_metricsConfig = std::forward<MetricsConfigT>(value);
343 template <
typename MetricsConfigT = MetricsConfig>
353 template <
typename RequestIdT = Aws::String>
355 m_requestIdHasBeenSet =
true;
356 m_requestId = std::forward<RequestIdT>(value);
358 template <
typename RequestIdT = Aws::String>
385 DeploymentConfig m_lastDeploymentConfig;
387 AsyncInferenceConfig m_asyncInferenceConfig;
389 PendingDeploymentSummary m_pendingDeploymentSummary;
391 ExplainerConfig m_explainerConfig;
395 MetricsConfig m_metricsConfig;
399 bool m_endpointNameHasBeenSet =
false;
400 bool m_endpointArnHasBeenSet =
false;
401 bool m_endpointConfigNameHasBeenSet =
false;
402 bool m_productionVariantsHasBeenSet =
false;
403 bool m_dataCaptureConfigHasBeenSet =
false;
404 bool m_endpointStatusHasBeenSet =
false;
405 bool m_failureReasonHasBeenSet =
false;
406 bool m_creationTimeHasBeenSet =
false;
407 bool m_lastModifiedTimeHasBeenSet =
false;
408 bool m_lastDeploymentConfigHasBeenSet =
false;
409 bool m_asyncInferenceConfigHasBeenSet =
false;
410 bool m_pendingDeploymentSummaryHasBeenSet =
false;
411 bool m_explainerConfigHasBeenSet =
false;
412 bool m_shadowProductionVariantsHasBeenSet =
false;
413 bool m_metricsConfigHasBeenSet =
false;
414 bool m_requestIdHasBeenSet =
false;
DescribeEndpointResult & AddShadowProductionVariants(ShadowProductionVariantsT &&value)
void SetDataCaptureConfig(DataCaptureConfigT &&value)
DescribeEndpointResult & WithCreationTime(CreationTimeT &&value)
DescribeEndpointResult & WithEndpointArn(EndpointArnT &&value)
const DataCaptureConfigSummary & GetDataCaptureConfig() const
AWS_SAGEMAKER_API DescribeEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationTime() const
void SetEndpointConfigName(EndpointConfigNameT &&value)
void SetProductionVariants(ProductionVariantsT &&value)
DescribeEndpointResult & WithLastDeploymentConfig(LastDeploymentConfigT &&value)
void SetEndpointName(EndpointNameT &&value)
const Aws::String & GetEndpointArn() const
DescribeEndpointResult & WithDataCaptureConfig(DataCaptureConfigT &&value)
const Aws::Vector< ProductionVariantSummary > & GetShadowProductionVariants() const
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetFailureReason() const
DescribeEndpointResult & WithRequestId(RequestIdT &&value)
const DeploymentConfig & GetLastDeploymentConfig() const
AWS_SAGEMAKER_API DescribeEndpointResult()=default
const MetricsConfig & GetMetricsConfig() const
const Aws::Vector< ProductionVariantSummary > & GetProductionVariants() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetRequestId(RequestIdT &&value)
const PendingDeploymentSummary & GetPendingDeploymentSummary() const
void SetExplainerConfig(ExplainerConfigT &&value)
void SetEndpointArn(EndpointArnT &&value)
DescribeEndpointResult & WithEndpointStatus(EndpointStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeEndpointResult & AddProductionVariants(ProductionVariantsT &&value)
void SetPendingDeploymentSummary(PendingDeploymentSummaryT &&value)
const ExplainerConfig & GetExplainerConfig() const
DescribeEndpointResult & WithEndpointName(EndpointNameT &&value)
DescribeEndpointResult & WithShadowProductionVariants(ShadowProductionVariantsT &&value)
void SetEndpointStatus(EndpointStatus value)
DescribeEndpointResult & WithEndpointConfigName(EndpointConfigNameT &&value)
DescribeEndpointResult & WithProductionVariants(ProductionVariantsT &&value)
const AsyncInferenceConfig & GetAsyncInferenceConfig() const
DescribeEndpointResult & WithPendingDeploymentSummary(PendingDeploymentSummaryT &&value)
void SetLastDeploymentConfig(LastDeploymentConfigT &&value)
DescribeEndpointResult & WithExplainerConfig(ExplainerConfigT &&value)
const Aws::String & GetEndpointConfigName() const
AWS_SAGEMAKER_API DescribeEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
EndpointStatus GetEndpointStatus() const
void SetShadowProductionVariants(ShadowProductionVariantsT &&value)
DescribeEndpointResult & WithAsyncInferenceConfig(AsyncInferenceConfigT &&value)
const Aws::String & GetEndpointName() const
DescribeEndpointResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetMetricsConfig(MetricsConfigT &&value)
DescribeEndpointResult & WithFailureReason(FailureReasonT &&value)
DescribeEndpointResult & WithMetricsConfig(MetricsConfigT &&value)
const Aws::String & GetRequestId() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetAsyncInferenceConfig(AsyncInferenceConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue