7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/MetricsSource.h>
34 AWS_SAGEMAKER_API
Bias() =
default;
46 template<
typename ReportT = MetricsSource>
47 void SetReport(ReportT&& value) { m_reportHasBeenSet =
true; m_report = std::forward<ReportT>(value); }
48 template<
typename ReportT = MetricsSource>
58 template<
typename PreTrainingReportT = MetricsSource>
59 void SetPreTrainingReport(PreTrainingReportT&& value) { m_preTrainingReportHasBeenSet =
true; m_preTrainingReport = std::forward<PreTrainingReportT>(value); }
60 template<
typename PreTrainingReportT = MetricsSource>
70 template<
typename PostTrainingReportT = MetricsSource>
71 void SetPostTrainingReport(PostTrainingReportT&& value) { m_postTrainingReportHasBeenSet =
true; m_postTrainingReport = std::forward<PostTrainingReportT>(value); }
72 template<
typename PostTrainingReportT = MetricsSource>
78 bool m_reportHasBeenSet =
false;
81 bool m_preTrainingReportHasBeenSet =
false;
84 bool m_postTrainingReportHasBeenSet =
false;
AWS_SAGEMAKER_API Bias(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Bias & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReport(ReportT &&value)
void SetPreTrainingReport(PreTrainingReportT &&value)
Bias & WithPostTrainingReport(PostTrainingReportT &&value)
AWS_SAGEMAKER_API Bias()=default
bool PostTrainingReportHasBeenSet() const
Bias & WithPreTrainingReport(PreTrainingReportT &&value)
const MetricsSource & GetPostTrainingReport() const
const MetricsSource & GetReport() const
const MetricsSource & GetPreTrainingReport() const
Bias & WithReport(ReportT &&value)
bool ReportHasBeenSet() const
void SetPostTrainingReport(PostTrainingReportT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool PreTrainingReportHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue