7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/MetricsSource.h>
41 template <
typename StatisticsT = MetricsSource>
43 m_statisticsHasBeenSet =
true;
44 m_statistics = std::forward<StatisticsT>(value);
46 template <
typename StatisticsT = MetricsSource>
59 template <
typename Constra
intsT = MetricsSource>
61 m_constraintsHasBeenSet =
true;
62 m_constraints = std::forward<ConstraintsT>(value);
64 template <
typename Constra
intsT = MetricsSource>
74 bool m_statisticsHasBeenSet =
false;
75 bool m_constraintsHasBeenSet =
false;
AWS_SAGEMAKER_API DriftCheckModelQuality(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatistics(StatisticsT &&value)
const MetricsSource & GetConstraints() const
bool StatisticsHasBeenSet() const
AWS_SAGEMAKER_API DriftCheckModelQuality()=default
bool ConstraintsHasBeenSet() const
DriftCheckModelQuality & WithStatistics(StatisticsT &&value)
void SetConstraints(ConstraintsT &&value)
AWS_SAGEMAKER_API DriftCheckModelQuality & operator=(Aws::Utils::Json::JsonView jsonValue)
const MetricsSource & GetStatistics() const
DriftCheckModelQuality & WithConstraints(ConstraintsT &&value)
Aws::Utils::Json::JsonValue JsonValue