7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ContainerDefinition.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/InferenceExecutionConfig.h>
12#include <aws/sagemaker/model/VpcConfig.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/sagemaker/model/DeploymentRecommendation.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename ModelNameT = Aws::String>
47 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
48 template<
typename ModelNameT = Aws::String>
59 template<
typename PrimaryContainerT = ContainerDefinition>
60 void SetPrimaryContainer(PrimaryContainerT&& value) { m_primaryContainerHasBeenSet =
true; m_primaryContainer = std::forward<PrimaryContainerT>(value); }
61 template<
typename PrimaryContainerT = ContainerDefinition>
70 template<
typename ContainersT = Aws::Vector<ContainerDefinition>>
71 void SetContainers(ContainersT&& value) { m_containersHasBeenSet =
true; m_containers = std::forward<ContainersT>(value); }
72 template<
typename ContainersT = Aws::Vector<ContainerDefinition>>
74 template<
typename ContainersT = ContainerDefinition>
84 template<
typename InferenceExecutionConfigT = InferenceExecutionConfig>
85 void SetInferenceExecutionConfig(InferenceExecutionConfigT&& value) { m_inferenceExecutionConfigHasBeenSet =
true; m_inferenceExecutionConfig = std::forward<InferenceExecutionConfigT>(value); }
86 template<
typename InferenceExecutionConfigT = InferenceExecutionConfig>
96 template<
typename ExecutionRoleArnT = Aws::String>
97 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
98 template<
typename ExecutionRoleArnT = Aws::String>
112 template<
typename VpcConfigT = VpcConfig>
113 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
114 template<
typename VpcConfigT = VpcConfig>
123 template<
typename CreationTimeT = Aws::Utils::DateTime>
124 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
125 template<
typename CreationTimeT = Aws::Utils::DateTime>
134 template<
typename ModelArnT = Aws::String>
135 void SetModelArn(ModelArnT&& value) { m_modelArnHasBeenSet =
true; m_modelArn = std::forward<ModelArnT>(value); }
136 template<
typename ModelArnT = Aws::String>
155 template<
typename DeploymentRecommendationT = DeploymentRecommendation>
156 void SetDeploymentRecommendation(DeploymentRecommendationT&& value) { m_deploymentRecommendationHasBeenSet =
true; m_deploymentRecommendation = std::forward<DeploymentRecommendationT>(value); }
157 template<
typename DeploymentRecommendationT = DeploymentRecommendation>
164 template<
typename RequestIdT = Aws::String>
165 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
166 template<
typename RequestIdT = Aws::String>
172 bool m_modelNameHasBeenSet =
false;
175 bool m_primaryContainerHasBeenSet =
false;
178 bool m_containersHasBeenSet =
false;
181 bool m_inferenceExecutionConfigHasBeenSet =
false;
184 bool m_executionRoleArnHasBeenSet =
false;
187 bool m_vpcConfigHasBeenSet =
false;
190 bool m_creationTimeHasBeenSet =
false;
193 bool m_modelArnHasBeenSet =
false;
195 bool m_enableNetworkIsolation{
false};
196 bool m_enableNetworkIsolationHasBeenSet =
false;
198 DeploymentRecommendation m_deploymentRecommendation;
199 bool m_deploymentRecommendationHasBeenSet =
false;
202 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