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;
bool StatisticsHasBeenSet() const
DriftCheckModelDataQuality & WithStatistics(StatisticsT &&value)
AWS_SAGEMAKER_API DriftCheckModelDataQuality(Aws::Utils::Json::JsonView jsonValue)
void SetStatistics(StatisticsT &&value)
bool ConstraintsHasBeenSet() const
const MetricsSource & GetConstraints() const
void SetConstraints(ConstraintsT &&value)
DriftCheckModelDataQuality & WithConstraints(ConstraintsT &&value)
const MetricsSource & GetStatistics() const
AWS_SAGEMAKER_API DriftCheckModelDataQuality()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API DriftCheckModelDataQuality & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue