7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/MetricsSource.h>
47 template<
typename StatisticsT = MetricsSource>
48 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
49 template<
typename StatisticsT = MetricsSource>
59 template<
typename Constra
intsT = MetricsSource>
60 void SetConstraints(ConstraintsT&& value) { m_constraintsHasBeenSet =
true; m_constraints = std::forward<ConstraintsT>(value); }
61 template<
typename Constra
intsT = MetricsSource>
67 bool m_statisticsHasBeenSet =
false;
70 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