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/ContainerDefinition.h>
13#include <aws/sagemaker/model/DeploymentRecommendation.h>
14#include <aws/sagemaker/model/InferenceExecutionConfig.h>
15#include <aws/sagemaker/model/VpcConfig.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename ModelNameT = Aws::String>
43 m_modelNameHasBeenSet =
true;
44 m_modelName = std::forward<ModelNameT>(value);
46 template <
typename ModelNameT = Aws::String>
60 template <
typename PrimaryContainerT = ContainerDefinition>
62 m_primaryContainerHasBeenSet =
true;
63 m_primaryContainer = std::forward<PrimaryContainerT>(value);
65 template <
typename PrimaryContainerT = ContainerDefinition>
77 template <
typename ContainersT = Aws::Vector<ContainerDefinition>>
79 m_containersHasBeenSet =
true;
80 m_containers = std::forward<ContainersT>(value);
82 template <
typename ContainersT = Aws::Vector<ContainerDefinition>>
87 template <
typename ContainersT = ContainerDefinition>
89 m_containersHasBeenSet =
true;
90 m_containers.emplace_back(std::forward<ContainersT>(value));
101 template <
typename InferenceExecutionConfigT = InferenceExecutionConfig>
103 m_inferenceExecutionConfigHasBeenSet =
true;
104 m_inferenceExecutionConfig = std::forward<InferenceExecutionConfigT>(value);
106 template <
typename InferenceExecutionConfigT = InferenceExecutionConfig>
119 template <
typename ExecutionRoleArnT = Aws::String>
121 m_executionRoleArnHasBeenSet =
true;
122 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
124 template <
typename ExecutionRoleArnT = Aws::String>
141 template <
typename VpcConfigT = VpcConfig>
143 m_vpcConfigHasBeenSet =
true;
144 m_vpcConfig = std::forward<VpcConfigT>(value);
146 template <
typename VpcConfigT = VpcConfig>
158 template <
typename CreationTimeT = Aws::Utils::DateTime>
160 m_creationTimeHasBeenSet =
true;
161 m_creationTime = std::forward<CreationTimeT>(value);
163 template <
typename CreationTimeT = Aws::Utils::DateTime>
175 template <
typename ModelArnT = Aws::String>
177 m_modelArnHasBeenSet =
true;
178 m_modelArn = std::forward<ModelArnT>(value);
180 template <
typename ModelArnT = Aws::String>
194 m_enableNetworkIsolationHasBeenSet =
true;
195 m_enableNetworkIsolation = value;
208 template <
typename DeploymentRecommendationT = DeploymentRecommendation>
210 m_deploymentRecommendationHasBeenSet =
true;
211 m_deploymentRecommendation = std::forward<DeploymentRecommendationT>(value);
213 template <
typename DeploymentRecommendationT = DeploymentRecommendation>
223 template <
typename RequestIdT = Aws::String>
225 m_requestIdHasBeenSet =
true;
226 m_requestId = std::forward<RequestIdT>(value);
228 template <
typename RequestIdT = Aws::String>
253 bool m_enableNetworkIsolation{
false};
255 DeploymentRecommendation m_deploymentRecommendation;
259 bool m_modelNameHasBeenSet =
false;
260 bool m_primaryContainerHasBeenSet =
false;
261 bool m_containersHasBeenSet =
false;
262 bool m_inferenceExecutionConfigHasBeenSet =
false;
263 bool m_executionRoleArnHasBeenSet =
false;
264 bool m_vpcConfigHasBeenSet =
false;
265 bool m_creationTimeHasBeenSet =
false;
266 bool m_modelArnHasBeenSet =
false;
267 bool m_enableNetworkIsolationHasBeenSet =
false;
268 bool m_deploymentRecommendationHasBeenSet =
false;
269 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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