7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename CheckTypeT = Aws::String>
51 void SetCheckType(CheckTypeT&& value) { m_checkTypeHasBeenSet =
true; m_checkType = std::forward<CheckTypeT>(value); }
52 template<
typename CheckTypeT = Aws::String>
63 template<
typename BaselineUsedForDriftCheckConstra
intsT = Aws::String>
64 void SetBaselineUsedForDriftCheckConstraints(BaselineUsedForDriftCheckConstraintsT&& value) { m_baselineUsedForDriftCheckConstraintsHasBeenSet =
true; m_baselineUsedForDriftCheckConstraints = std::forward<BaselineUsedForDriftCheckConstraintsT>(value); }
65 template<
typename BaselineUsedForDriftCheckConstra
intsT = Aws::String>
75 template<
typename CalculatedBaselineConstra
intsT = Aws::String>
76 void SetCalculatedBaselineConstraints(CalculatedBaselineConstraintsT&& value) { m_calculatedBaselineConstraintsHasBeenSet =
true; m_calculatedBaselineConstraints = std::forward<CalculatedBaselineConstraintsT>(value); }
77 template<
typename CalculatedBaselineConstra
intsT = Aws::String>
87 template<
typename ModelPackageGroupNameT = Aws::String>
88 void SetModelPackageGroupName(ModelPackageGroupNameT&& value) { m_modelPackageGroupNameHasBeenSet =
true; m_modelPackageGroupName = std::forward<ModelPackageGroupNameT>(value); }
89 template<
typename ModelPackageGroupNameT = Aws::String>
99 template<
typename ViolationReportT = Aws::String>
100 void SetViolationReport(ViolationReportT&& value) { m_violationReportHasBeenSet =
true; m_violationReport = std::forward<ViolationReportT>(value); }
101 template<
typename ViolationReportT = Aws::String>
112 template<
typename CheckJobArnT = Aws::String>
113 void SetCheckJobArn(CheckJobArnT&& value) { m_checkJobArnHasBeenSet =
true; m_checkJobArn = std::forward<CheckJobArnT>(value); }
114 template<
typename CheckJobArnT = Aws::String>
126 inline void SetSkipCheck(
bool value) { m_skipCheckHasBeenSet =
true; m_skipCheck = value; }
141 inline void SetRegisterNewBaseline(
bool value) { m_registerNewBaselineHasBeenSet =
true; m_registerNewBaseline = value; }
147 bool m_checkTypeHasBeenSet =
false;
149 Aws::String m_baselineUsedForDriftCheckConstraints;
150 bool m_baselineUsedForDriftCheckConstraintsHasBeenSet =
false;
153 bool m_calculatedBaselineConstraintsHasBeenSet =
false;
156 bool m_modelPackageGroupNameHasBeenSet =
false;
159 bool m_violationReportHasBeenSet =
false;
162 bool m_checkJobArnHasBeenSet =
false;
164 bool m_skipCheck{
false};
165 bool m_skipCheckHasBeenSet =
false;
167 bool m_registerNewBaseline{
false};
168 bool m_registerNewBaselineHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue