7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AggregationTransformationValue.h>
11#include <aws/sagemaker/model/FillingType.h>
63 template <
typename FillingT = Aws::Map<Aws::String, Aws::Map<FillingType, Aws::String>>>
65 m_fillingHasBeenSet =
true;
66 m_filling = std::forward<FillingT>(value);
68 template <
typename FillingT = Aws::Map<Aws::String, Aws::Map<FillingType, Aws::String>>>
73 template <
typename FillingKeyT = Aws::String,
typename FillingValueT = Aws::Map<FillingType, Aws::String>>
75 m_fillingHasBeenSet =
true;
76 m_filling.emplace(std::forward<FillingKeyT>(key), std::forward<FillingValueT>(value));
91 template <
typename AggregationT = Aws::Map<Aws::String, AggregationTransformationValue>>
93 m_aggregationHasBeenSet =
true;
94 m_aggregation = std::forward<AggregationT>(value);
96 template <
typename AggregationT = Aws::Map<Aws::String, AggregationTransformationValue>>
102 m_aggregationHasBeenSet =
true;
103 m_aggregation.emplace(key, value);
111 bool m_fillingHasBeenSet =
false;
112 bool m_aggregationHasBeenSet =
false;
AggregationTransformationValue
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue