7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FileSource.h>
9#include <aws/sagemaker/model/MetricsSource.h>
48 template<
typename ConfigFileT = FileSource>
49 void SetConfigFile(ConfigFileT&& value) { m_configFileHasBeenSet =
true; m_configFile = std::forward<ConfigFileT>(value); }
50 template<
typename ConfigFileT = FileSource>
60 template<
typename PreTrainingConstra
intsT = MetricsSource>
61 void SetPreTrainingConstraints(PreTrainingConstraintsT&& value) { m_preTrainingConstraintsHasBeenSet =
true; m_preTrainingConstraints = std::forward<PreTrainingConstraintsT>(value); }
62 template<
typename PreTrainingConstra
intsT = MetricsSource>
72 template<
typename PostTrainingConstra
intsT = MetricsSource>
73 void SetPostTrainingConstraints(PostTrainingConstraintsT&& value) { m_postTrainingConstraintsHasBeenSet =
true; m_postTrainingConstraints = std::forward<PostTrainingConstraintsT>(value); }
74 template<
typename PostTrainingConstra
intsT = MetricsSource>
80 bool m_configFileHasBeenSet =
false;
83 bool m_preTrainingConstraintsHasBeenSet =
false;
86 bool m_postTrainingConstraintsHasBeenSet =
false;
void SetConfigFile(ConfigFileT &&value)
bool ConfigFileHasBeenSet() const
DriftCheckBias & WithPostTrainingConstraints(PostTrainingConstraintsT &&value)
void SetPreTrainingConstraints(PreTrainingConstraintsT &&value)
const MetricsSource & GetPostTrainingConstraints() const
AWS_SAGEMAKER_API DriftCheckBias(Aws::Utils::Json::JsonView jsonValue)
DriftCheckBias & WithConfigFile(ConfigFileT &&value)
AWS_SAGEMAKER_API DriftCheckBias & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPostTrainingConstraints(PostTrainingConstraintsT &&value)
AWS_SAGEMAKER_API DriftCheckBias()=default
bool PostTrainingConstraintsHasBeenSet() const
const MetricsSource & GetPreTrainingConstraints() const
const FileSource & GetConfigFile() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
DriftCheckBias & WithPreTrainingConstraints(PreTrainingConstraintsT &&value)
bool PreTrainingConstraintsHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue