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/DataCaptureConfig.h>
13#include <aws/sagemaker/model/ExplainerConfig.h>
14#include <aws/sagemaker/model/MetricsConfig.h>
15#include <aws/sagemaker/model/ProductionVariant.h>
16#include <aws/sagemaker/model/VpcConfig.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename Endpo
intConfigNameT = Aws::String>
44 m_endpointConfigNameHasBeenSet =
true;
45 m_endpointConfigName = std::forward<EndpointConfigNameT>(value);
47 template <
typename Endpo
intConfigNameT = Aws::String>
59 template <
typename Endpo
intConfigArnT = Aws::String>
61 m_endpointConfigArnHasBeenSet =
true;
62 m_endpointConfigArn = std::forward<EndpointConfigArnT>(value);
64 template <
typename Endpo
intConfigArnT = Aws::String>
77 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariant>>
79 m_productionVariantsHasBeenSet =
true;
80 m_productionVariants = std::forward<ProductionVariantsT>(value);
82 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariant>>
87 template <
typename ProductionVariantsT = ProductionVariant>
89 m_productionVariantsHasBeenSet =
true;
90 m_productionVariants.emplace_back(std::forward<ProductionVariantsT>(value));
98 template <
typename DataCaptureConfigT = DataCaptureConfig>
100 m_dataCaptureConfigHasBeenSet =
true;
101 m_dataCaptureConfig = std::forward<DataCaptureConfigT>(value);
103 template <
typename DataCaptureConfigT = DataCaptureConfig>
116 template <
typename KmsKeyIdT = Aws::String>
118 m_kmsKeyIdHasBeenSet =
true;
119 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
121 template <
typename KmsKeyIdT = Aws::String>
133 template <
typename CreationTimeT = Aws::Utils::DateTime>
135 m_creationTimeHasBeenSet =
true;
136 m_creationTime = std::forward<CreationTimeT>(value);
138 template <
typename CreationTimeT = Aws::Utils::DateTime>
152 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
154 m_asyncInferenceConfigHasBeenSet =
true;
155 m_asyncInferenceConfig = std::forward<AsyncInferenceConfigT>(value);
157 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
169 template <
typename ExplainerConfigT = ExplainerConfig>
171 m_explainerConfigHasBeenSet =
true;
172 m_explainerConfig = std::forward<ExplainerConfigT>(value);
174 template <
typename ExplainerConfigT = ExplainerConfig>
188 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariant>>
190 m_shadowProductionVariantsHasBeenSet =
true;
191 m_shadowProductionVariants = std::forward<ShadowProductionVariantsT>(value);
193 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariant>>
198 template <
typename ShadowProductionVariantsT = ProductionVariant>
200 m_shadowProductionVariantsHasBeenSet =
true;
201 m_shadowProductionVariants.emplace_back(std::forward<ShadowProductionVariantsT>(value));
212 template <
typename ExecutionRoleArnT = Aws::String>
214 m_executionRoleArnHasBeenSet =
true;
215 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
217 template <
typename ExecutionRoleArnT = Aws::String>
227 template <
typename VpcConfigT = VpcConfig>
229 m_vpcConfigHasBeenSet =
true;
230 m_vpcConfig = std::forward<VpcConfigT>(value);
232 template <
typename VpcConfigT = VpcConfig>
247 m_enableNetworkIsolationHasBeenSet =
true;
248 m_enableNetworkIsolation = value;
261 template <
typename MetricsConfigT = MetricsConfig>
263 m_metricsConfigHasBeenSet =
true;
264 m_metricsConfig = std::forward<MetricsConfigT>(value);
266 template <
typename MetricsConfigT = MetricsConfig>
276 template <
typename RequestIdT = Aws::String>
278 m_requestIdHasBeenSet =
true;
279 m_requestId = std::forward<RequestIdT>(value);
281 template <
typename RequestIdT = Aws::String>
300 AsyncInferenceConfig m_asyncInferenceConfig;
302 ExplainerConfig m_explainerConfig;
308 VpcConfig m_vpcConfig;
310 bool m_enableNetworkIsolation{
false};
312 MetricsConfig m_metricsConfig;
315 bool m_endpointConfigNameHasBeenSet =
false;
316 bool m_endpointConfigArnHasBeenSet =
false;
317 bool m_productionVariantsHasBeenSet =
false;
318 bool m_dataCaptureConfigHasBeenSet =
false;
319 bool m_kmsKeyIdHasBeenSet =
false;
320 bool m_creationTimeHasBeenSet =
false;
321 bool m_asyncInferenceConfigHasBeenSet =
false;
322 bool m_explainerConfigHasBeenSet =
false;
323 bool m_shadowProductionVariantsHasBeenSet =
false;
324 bool m_executionRoleArnHasBeenSet =
false;
325 bool m_vpcConfigHasBeenSet =
false;
326 bool m_enableNetworkIsolationHasBeenSet =
false;
327 bool m_metricsConfigHasBeenSet =
false;
328 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_SAGEMAKER_API DescribeEndpointConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEndpointConfigResult & WithCreationTime(CreationTimeT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
DescribeEndpointConfigResult & WithDataCaptureConfig(DataCaptureConfigT &&value)
DescribeEndpointConfigResult & AddShadowProductionVariants(ShadowProductionVariantsT &&value)
DescribeEndpointConfigResult & WithKmsKeyId(KmsKeyIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
DescribeEndpointConfigResult & WithVpcConfig(VpcConfigT &&value)
void SetRequestId(RequestIdT &&value)
void SetEndpointConfigName(EndpointConfigNameT &&value)
const Aws::String & GetEndpointConfigName() const
DescribeEndpointConfigResult & WithProductionVariants(ProductionVariantsT &&value)
const Aws::Vector< ProductionVariant > & GetProductionVariants() const
DescribeEndpointConfigResult & AddProductionVariants(ProductionVariantsT &&value)
void SetVpcConfig(VpcConfigT &&value)
DescribeEndpointConfigResult & WithEndpointConfigArn(EndpointConfigArnT &&value)
void SetDataCaptureConfig(DataCaptureConfigT &&value)
const AsyncInferenceConfig & GetAsyncInferenceConfig() const
bool GetEnableNetworkIsolation() const
const Aws::Vector< ProductionVariant > & GetShadowProductionVariants() const
const Aws::String & GetKmsKeyId() const
AWS_SAGEMAKER_API DescribeEndpointConfigResult()=default
void SetEnableNetworkIsolation(bool value)
const ExplainerConfig & GetExplainerConfig() const
DescribeEndpointConfigResult & WithMetricsConfig(MetricsConfigT &&value)
AWS_SAGEMAKER_API DescribeEndpointConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreationTime(CreationTimeT &&value)
DescribeEndpointConfigResult & WithRequestId(RequestIdT &&value)
DescribeEndpointConfigResult & WithAsyncInferenceConfig(AsyncInferenceConfigT &&value)
DescribeEndpointConfigResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
DescribeEndpointConfigResult & WithShadowProductionVariants(ShadowProductionVariantsT &&value)
void SetExplainerConfig(ExplainerConfigT &&value)
void SetProductionVariants(ProductionVariantsT &&value)
const DataCaptureConfig & GetDataCaptureConfig() const
DescribeEndpointConfigResult & WithEnableNetworkIsolation(bool value)
DescribeEndpointConfigResult & WithEndpointConfigName(EndpointConfigNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetAsyncInferenceConfig(AsyncInferenceConfigT &&value)
const Aws::String & GetExecutionRoleArn() const
DescribeEndpointConfigResult & WithExplainerConfig(ExplainerConfigT &&value)
const Aws::String & GetEndpointConfigArn() const
void SetEndpointConfigArn(EndpointConfigArnT &&value)
const VpcConfig & GetVpcConfig() const
void SetMetricsConfig(MetricsConfigT &&value)
const MetricsConfig & GetMetricsConfig() const
void SetShadowProductionVariants(ShadowProductionVariantsT &&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