7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AsyncInferenceConfig.h>
12#include <aws/sagemaker/model/DataCaptureConfigSummary.h>
13#include <aws/sagemaker/model/DeploymentConfig.h>
14#include <aws/sagemaker/model/EndpointStatus.h>
15#include <aws/sagemaker/model/ExplainerConfig.h>
16#include <aws/sagemaker/model/MetricsConfig.h>
17#include <aws/sagemaker/model/PendingDeploymentSummary.h>
18#include <aws/sagemaker/model/ProductionVariantSummary.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
44 template <
typename Endpo
intNameT = Aws::String>
46 m_endpointNameHasBeenSet =
true;
47 m_endpointName = std::forward<EndpointNameT>(value);
49 template <
typename Endpo
intNameT = Aws::String>
61 template <
typename Endpo
intArnT = Aws::String>
63 m_endpointArnHasBeenSet =
true;
64 m_endpointArn = std::forward<EndpointArnT>(value);
66 template <
typename Endpo
intArnT = Aws::String>
78 template <
typename Endpo
intConfigNameT = Aws::String>
80 m_endpointConfigNameHasBeenSet =
true;
81 m_endpointConfigName = std::forward<EndpointConfigNameT>(value);
83 template <
typename Endpo
intConfigNameT = Aws::String>
97 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
99 m_productionVariantsHasBeenSet =
true;
100 m_productionVariants = std::forward<ProductionVariantsT>(value);
102 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
107 template <
typename ProductionVariantsT = ProductionVariantSummary>
109 m_productionVariantsHasBeenSet =
true;
110 m_productionVariants.emplace_back(std::forward<ProductionVariantsT>(value));
118 template <
typename DataCaptureConfigT = DataCaptureConfigSummary>
120 m_dataCaptureConfigHasBeenSet =
true;
121 m_dataCaptureConfig = std::forward<DataCaptureConfigT>(value);
123 template <
typename DataCaptureConfigT = DataCaptureConfigSummary>
173 m_endpointStatusHasBeenSet =
true;
174 m_endpointStatus = value;
188 template <
typename FailureReasonT = Aws::String>
190 m_failureReasonHasBeenSet =
true;
191 m_failureReason = std::forward<FailureReasonT>(value);
193 template <
typename FailureReasonT = Aws::String>
205 template <
typename CreationTimeT = Aws::Utils::DateTime>
207 m_creationTimeHasBeenSet =
true;
208 m_creationTime = std::forward<CreationTimeT>(value);
210 template <
typename CreationTimeT = Aws::Utils::DateTime>
222 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
224 m_lastModifiedTimeHasBeenSet =
true;
225 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
227 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
239 template <
typename LastDeploymentConfigT = DeploymentConfig>
241 m_lastDeploymentConfigHasBeenSet =
true;
242 m_lastDeploymentConfig = std::forward<LastDeploymentConfigT>(value);
244 template <
typename LastDeploymentConfigT = DeploymentConfig>
258 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
260 m_asyncInferenceConfigHasBeenSet =
true;
261 m_asyncInferenceConfig = std::forward<AsyncInferenceConfigT>(value);
263 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
276 template <
typename PendingDeploymentSummaryT = PendingDeploymentSummary>
278 m_pendingDeploymentSummaryHasBeenSet =
true;
279 m_pendingDeploymentSummary = std::forward<PendingDeploymentSummaryT>(value);
281 template <
typename PendingDeploymentSummaryT = PendingDeploymentSummary>
293 template <
typename ExplainerConfigT = ExplainerConfig>
295 m_explainerConfigHasBeenSet =
true;
296 m_explainerConfig = std::forward<ExplainerConfigT>(value);
298 template <
typename ExplainerConfigT = ExplainerConfig>
314 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
316 m_shadowProductionVariantsHasBeenSet =
true;
317 m_shadowProductionVariants = std::forward<ShadowProductionVariantsT>(value);
319 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
324 template <
typename ShadowProductionVariantsT = ProductionVariantSummary>
326 m_shadowProductionVariantsHasBeenSet =
true;
327 m_shadowProductionVariants.emplace_back(std::forward<ShadowProductionVariantsT>(value));
337 template <
typename MetricsConfigT = MetricsConfig>
339 m_metricsConfigHasBeenSet =
true;
340 m_metricsConfig = std::forward<MetricsConfigT>(value);
342 template <
typename MetricsConfigT = MetricsConfig>
352 template <
typename RequestIdT = Aws::String>
354 m_requestIdHasBeenSet =
true;
355 m_requestId = std::forward<RequestIdT>(value);
357 template <
typename RequestIdT = Aws::String>
382 DeploymentConfig m_lastDeploymentConfig;
384 AsyncInferenceConfig m_asyncInferenceConfig;
386 PendingDeploymentSummary m_pendingDeploymentSummary;
388 ExplainerConfig m_explainerConfig;
392 MetricsConfig m_metricsConfig;
395 bool m_endpointNameHasBeenSet =
false;
396 bool m_endpointArnHasBeenSet =
false;
397 bool m_endpointConfigNameHasBeenSet =
false;
398 bool m_productionVariantsHasBeenSet =
false;
399 bool m_dataCaptureConfigHasBeenSet =
false;
400 bool m_endpointStatusHasBeenSet =
false;
401 bool m_failureReasonHasBeenSet =
false;
402 bool m_creationTimeHasBeenSet =
false;
403 bool m_lastModifiedTimeHasBeenSet =
false;
404 bool m_lastDeploymentConfigHasBeenSet =
false;
405 bool m_asyncInferenceConfigHasBeenSet =
false;
406 bool m_pendingDeploymentSummaryHasBeenSet =
false;
407 bool m_explainerConfigHasBeenSet =
false;
408 bool m_shadowProductionVariantsHasBeenSet =
false;
409 bool m_metricsConfigHasBeenSet =
false;
410 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)
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