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/ContainerDefinition.h>
12#include <aws/sagemaker/model/DeploymentRecommendation.h>
13#include <aws/sagemaker/model/InferenceExecutionConfig.h>
14#include <aws/sagemaker/model/VpcConfig.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename ModelNameT = Aws::String>
42 m_modelNameHasBeenSet =
true;
43 m_modelName = std::forward<ModelNameT>(value);
45 template <
typename ModelNameT = Aws::String>
59 template <
typename PrimaryContainerT = ContainerDefinition>
61 m_primaryContainerHasBeenSet =
true;
62 m_primaryContainer = std::forward<PrimaryContainerT>(value);
64 template <
typename PrimaryContainerT = ContainerDefinition>
76 template <
typename ContainersT = Aws::Vector<ContainerDefinition>>
78 m_containersHasBeenSet =
true;
79 m_containers = std::forward<ContainersT>(value);
81 template <
typename ContainersT = Aws::Vector<ContainerDefinition>>
86 template <
typename ContainersT = ContainerDefinition>
88 m_containersHasBeenSet =
true;
89 m_containers.emplace_back(std::forward<ContainersT>(value));
100 template <
typename InferenceExecutionConfigT = InferenceExecutionConfig>
102 m_inferenceExecutionConfigHasBeenSet =
true;
103 m_inferenceExecutionConfig = std::forward<InferenceExecutionConfigT>(value);
105 template <
typename InferenceExecutionConfigT = InferenceExecutionConfig>
118 template <
typename ExecutionRoleArnT = Aws::String>
120 m_executionRoleArnHasBeenSet =
true;
121 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
123 template <
typename ExecutionRoleArnT = Aws::String>
140 template <
typename VpcConfigT = VpcConfig>
142 m_vpcConfigHasBeenSet =
true;
143 m_vpcConfig = std::forward<VpcConfigT>(value);
145 template <
typename VpcConfigT = VpcConfig>
157 template <
typename CreationTimeT = Aws::Utils::DateTime>
159 m_creationTimeHasBeenSet =
true;
160 m_creationTime = std::forward<CreationTimeT>(value);
162 template <
typename CreationTimeT = Aws::Utils::DateTime>
174 template <
typename ModelArnT = Aws::String>
176 m_modelArnHasBeenSet =
true;
177 m_modelArn = std::forward<ModelArnT>(value);
179 template <
typename ModelArnT = Aws::String>
193 m_enableNetworkIsolationHasBeenSet =
true;
194 m_enableNetworkIsolation = value;
207 template <
typename DeploymentRecommendationT = DeploymentRecommendation>
209 m_deploymentRecommendationHasBeenSet =
true;
210 m_deploymentRecommendation = std::forward<DeploymentRecommendationT>(value);
212 template <
typename DeploymentRecommendationT = DeploymentRecommendation>
222 template <
typename RequestIdT = Aws::String>
224 m_requestIdHasBeenSet =
true;
225 m_requestId = std::forward<RequestIdT>(value);
227 template <
typename RequestIdT = Aws::String>
250 bool m_enableNetworkIsolation{
false};
252 DeploymentRecommendation m_deploymentRecommendation;
255 bool m_modelNameHasBeenSet =
false;
256 bool m_primaryContainerHasBeenSet =
false;
257 bool m_containersHasBeenSet =
false;
258 bool m_inferenceExecutionConfigHasBeenSet =
false;
259 bool m_executionRoleArnHasBeenSet =
false;
260 bool m_vpcConfigHasBeenSet =
false;
261 bool m_creationTimeHasBeenSet =
false;
262 bool m_modelArnHasBeenSet =
false;
263 bool m_enableNetworkIsolationHasBeenSet =
false;
264 bool m_deploymentRecommendationHasBeenSet =
false;
265 bool m_requestIdHasBeenSet =
false;
void SetModelName(ModelNameT &&value)
void SetInferenceExecutionConfig(InferenceExecutionConfigT &&value)
void SetModelArn(ModelArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeModelResult & WithDeploymentRecommendation(DeploymentRecommendationT &&value)
bool GetEnableNetworkIsolation() const
DescribeModelResult & WithContainers(ContainersT &&value)
void SetDeploymentRecommendation(DeploymentRecommendationT &&value)
const Aws::String & GetModelName() const
DescribeModelResult & WithPrimaryContainer(PrimaryContainerT &&value)
DescribeModelResult & WithInferenceExecutionConfig(InferenceExecutionConfigT &&value)
const VpcConfig & GetVpcConfig() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const DeploymentRecommendation & GetDeploymentRecommendation() const
void SetVpcConfig(VpcConfigT &&value)
DescribeModelResult & WithEnableNetworkIsolation(bool value)
DescribeModelResult & WithModelName(ModelNameT &&value)
DescribeModelResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetExecutionRoleArn() const
AWS_SAGEMAKER_API DescribeModelResult()=default
AWS_SAGEMAKER_API DescribeModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPrimaryContainer(PrimaryContainerT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetEnableNetworkIsolation(bool value)
const Aws::Vector< ContainerDefinition > & GetContainers() const
DescribeModelResult & WithVpcConfig(VpcConfigT &&value)
void SetRequestId(RequestIdT &&value)
DescribeModelResult & AddContainers(ContainersT &&value)
void SetContainers(ContainersT &&value)
DescribeModelResult & WithModelArn(ModelArnT &&value)
AWS_SAGEMAKER_API DescribeModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeModelResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const ContainerDefinition & GetPrimaryContainer() const
const Aws::String & GetModelArn() const
const InferenceExecutionConfig & GetInferenceExecutionConfig() const
DescribeModelResult & WithCreationTime(CreationTimeT &&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