7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetCheckType(
const char* value) { m_checkTypeHasBeenSet =
true; m_checkType.assign(value); }
124 inline void SetModelPackageGroupName(
const char* value) { m_modelPackageGroupNameHasBeenSet =
true; m_modelPackageGroupName.assign(value); }
138 inline void SetViolationReport(
const char* value) { m_violationReportHasBeenSet =
true; m_violationReport.assign(value); }
153 inline void SetCheckJobArn(
const char* value) { m_checkJobArnHasBeenSet =
true; m_checkJobArn.assign(value); }
167 inline void SetSkipCheck(
bool value) { m_skipCheckHasBeenSet =
true; m_skipCheck = value; }
183 inline void SetRegisterNewBaseline(
bool value) { m_registerNewBaselineHasBeenSet =
true; m_registerNewBaseline = value; }
189 bool m_checkTypeHasBeenSet =
false;
192 bool m_baselineUsedForDriftCheckStatisticsHasBeenSet =
false;
194 Aws::String m_baselineUsedForDriftCheckConstraints;
195 bool m_baselineUsedForDriftCheckConstraintsHasBeenSet =
false;
198 bool m_calculatedBaselineStatisticsHasBeenSet =
false;
201 bool m_calculatedBaselineConstraintsHasBeenSet =
false;
204 bool m_modelPackageGroupNameHasBeenSet =
false;
207 bool m_violationReportHasBeenSet =
false;
210 bool m_checkJobArnHasBeenSet =
false;
213 bool m_skipCheckHasBeenSet =
false;
215 bool m_registerNewBaseline;
216 bool m_registerNewBaselineHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue