7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/MonitoringCsvDatasetFormat.h>
9#include <aws/sagemaker/model/MonitoringJsonDatasetFormat.h>
10#include <aws/sagemaker/model/MonitoringParquetDatasetFormat.h>
43 template <
typename CsvT = MonitoringCsvDatasetFormat>
45 m_csvHasBeenSet =
true;
46 m_csv = std::forward<CsvT>(value);
48 template <
typename CsvT = MonitoringCsvDatasetFormat>
50 SetCsv(std::forward<CsvT>(value));
61 template <
typename JsonT = MonitoringJsonDatasetFormat>
63 m_jsonHasBeenSet =
true;
64 m_json = std::forward<JsonT>(value);
66 template <
typename JsonT = MonitoringJsonDatasetFormat>
68 SetJson(std::forward<JsonT>(value));
79 template <
typename ParquetT = MonitoringParquetDatasetFormat>
81 m_parquetHasBeenSet =
true;
82 m_parquet = std::forward<ParquetT>(value);
84 template <
typename ParquetT = MonitoringParquetDatasetFormat>
96 bool m_csvHasBeenSet =
false;
97 bool m_jsonHasBeenSet =
false;
98 bool m_parquetHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue