7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ModelCardStatus.h>
10#include <aws/sagemaker/model/ModelCardSecurityConfig.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/UserContext.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/sagemaker/model/Tag.h>
53 template<
typename ModelCardArnT = Aws::String>
54 void SetModelCardArn(ModelCardArnT&& value) { m_modelCardArnHasBeenSet =
true; m_modelCardArn = std::forward<ModelCardArnT>(value); }
55 template<
typename ModelCardArnT = Aws::String>
65 template<
typename ModelCardNameT = Aws::String>
66 void SetModelCardName(ModelCardNameT&& value) { m_modelCardNameHasBeenSet =
true; m_modelCardName = std::forward<ModelCardNameT>(value); }
67 template<
typename ModelCardNameT = Aws::String>
77 inline void SetModelCardVersion(
int value) { m_modelCardVersionHasBeenSet =
true; m_modelCardVersion = value; }
98 template<
typename SecurityConfigT = ModelCardSecurityConfig>
99 void SetSecurityConfig(SecurityConfigT&& value) { m_securityConfigHasBeenSet =
true; m_securityConfig = std::forward<SecurityConfigT>(value); }
100 template<
typename SecurityConfigT = ModelCardSecurityConfig>
110 template<
typename CreationTimeT = Aws::Utils::DateTime>
111 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
112 template<
typename CreationTimeT = Aws::Utils::DateTime>
120 template<
typename CreatedByT = UserContext>
121 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
122 template<
typename CreatedByT = UserContext>
132 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
134 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
142 template<
typename LastModifiedByT = UserContext>
143 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
144 template<
typename LastModifiedByT = UserContext>
154 template<
typename TagsT = Aws::Vector<Tag>>
155 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
156 template<
typename TagsT = Aws::Vector<Tag>>
158 template<
typename TagsT = Tag>
169 template<
typename ModelIdT = Aws::String>
170 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
171 template<
typename ModelIdT = Aws::String>
181 template<
typename RiskRatingT = Aws::String>
182 void SetRiskRating(RiskRatingT&& value) { m_riskRatingHasBeenSet =
true; m_riskRating = std::forward<RiskRatingT>(value); }
183 template<
typename RiskRatingT = Aws::String>
189 bool m_modelCardArnHasBeenSet =
false;
192 bool m_modelCardNameHasBeenSet =
false;
194 int m_modelCardVersion{0};
195 bool m_modelCardVersionHasBeenSet =
false;
198 bool m_modelCardStatusHasBeenSet =
false;
200 ModelCardSecurityConfig m_securityConfig;
201 bool m_securityConfigHasBeenSet =
false;
204 bool m_creationTimeHasBeenSet =
false;
206 UserContext m_createdBy;
207 bool m_createdByHasBeenSet =
false;
210 bool m_lastModifiedTimeHasBeenSet =
false;
212 UserContext m_lastModifiedBy;
213 bool m_lastModifiedByHasBeenSet =
false;
216 bool m_tagsHasBeenSet =
false;
219 bool m_modelIdHasBeenSet =
false;
222 bool m_riskRatingHasBeenSet =
false;
ModelDashboardModelCard & AddTags(TagsT &&value)
ModelDashboardModelCard & WithSecurityConfig(SecurityConfigT &&value)
const Aws::String & GetRiskRating() const
ModelDashboardModelCard & WithTags(TagsT &&value)
const ModelCardSecurityConfig & GetSecurityConfig() const
const Aws::String & GetModelCardArn() const
bool CreatedByHasBeenSet() const
bool ModelCardArnHasBeenSet() const
int GetModelCardVersion() const
void SetModelCardStatus(ModelCardStatus value)
AWS_SAGEMAKER_API ModelDashboardModelCard()=default
ModelDashboardModelCard & WithLastModifiedBy(LastModifiedByT &&value)
bool TagsHasBeenSet() const
void SetRiskRating(RiskRatingT &&value)
void SetSecurityConfig(SecurityConfigT &&value)
const UserContext & GetCreatedBy() const
const Aws::String & GetModelId() const
const Aws::String & GetModelCardName() const
void SetCreationTime(CreationTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool ModelCardVersionHasBeenSet() const
void SetModelCardName(ModelCardNameT &&value)
void SetModelCardVersion(int value)
void SetLastModifiedBy(LastModifiedByT &&value)
bool CreationTimeHasBeenSet() const
const UserContext & GetLastModifiedBy() const
ModelDashboardModelCard & WithModelCardArn(ModelCardArnT &&value)
ModelDashboardModelCard & WithModelCardStatus(ModelCardStatus value)
const Aws::Vector< Tag > & GetTags() const
bool LastModifiedByHasBeenSet() const
bool ModelCardNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetModelId(ModelIdT &&value)
ModelDashboardModelCard & WithRiskRating(RiskRatingT &&value)
ModelDashboardModelCard & WithLastModifiedTime(LastModifiedTimeT &&value)
bool ModelCardStatusHasBeenSet() const
ModelDashboardModelCard & WithCreationTime(CreationTimeT &&value)
ModelDashboardModelCard & WithModelCardVersion(int value)
AWS_SAGEMAKER_API ModelDashboardModelCard & operator=(Aws::Utils::Json::JsonView jsonValue)
ModelDashboardModelCard & WithModelId(ModelIdT &&value)
AWS_SAGEMAKER_API ModelDashboardModelCard(Aws::Utils::Json::JsonView jsonValue)
bool SecurityConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedBy(CreatedByT &&value)
ModelDashboardModelCard & WithCreatedBy(CreatedByT &&value)
bool ModelIdHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetModelCardArn(ModelCardArnT &&value)
ModelCardStatus GetModelCardStatus() const
void SetTags(TagsT &&value)
ModelDashboardModelCard & WithModelCardName(ModelCardNameT &&value)
bool RiskRatingHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue