7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename TargetAttributeNameT = Aws::String>
51 void SetTargetAttributeName(TargetAttributeNameT&& value) { m_targetAttributeNameHasBeenSet =
true; m_targetAttributeName = std::forward<TargetAttributeNameT>(value); }
52 template<
typename TargetAttributeNameT = Aws::String>
63 template<
typename TimestampAttributeNameT = Aws::String>
64 void SetTimestampAttributeName(TimestampAttributeNameT&& value) { m_timestampAttributeNameHasBeenSet =
true; m_timestampAttributeName = std::forward<TimestampAttributeNameT>(value); }
65 template<
typename TimestampAttributeNameT = Aws::String>
76 template<
typename ItemIdentifierAttributeNameT = Aws::String>
77 void SetItemIdentifierAttributeName(ItemIdentifierAttributeNameT&& value) { m_itemIdentifierAttributeNameHasBeenSet =
true; m_itemIdentifierAttributeName = std::forward<ItemIdentifierAttributeNameT>(value); }
78 template<
typename ItemIdentifierAttributeNameT = Aws::String>
89 template<
typename GroupingAttributeNamesT = Aws::Vector<Aws::String>>
90 void SetGroupingAttributeNames(GroupingAttributeNamesT&& value) { m_groupingAttributeNamesHasBeenSet =
true; m_groupingAttributeNames = std::forward<GroupingAttributeNamesT>(value); }
91 template<
typename GroupingAttributeNamesT = Aws::Vector<Aws::String>>
93 template<
typename GroupingAttributeNamesT = Aws::String>
94 TimeSeriesConfig&
AddGroupingAttributeNames(GroupingAttributeNamesT&& value) { m_groupingAttributeNamesHasBeenSet =
true; m_groupingAttributeNames.emplace_back(std::forward<GroupingAttributeNamesT>(value));
return *
this; }
99 bool m_targetAttributeNameHasBeenSet =
false;
102 bool m_timestampAttributeNameHasBeenSet =
false;
105 bool m_itemIdentifierAttributeNameHasBeenSet =
false;
108 bool m_groupingAttributeNamesHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTargetAttributeName(TargetAttributeNameT &&value)
TimeSeriesConfig & AddGroupingAttributeNames(GroupingAttributeNamesT &&value)
void SetTimestampAttributeName(TimestampAttributeNameT &&value)
const Aws::String & GetTimestampAttributeName() const
const Aws::String & GetItemIdentifierAttributeName() const
AWS_SAGEMAKER_API TimeSeriesConfig()=default
void SetGroupingAttributeNames(GroupingAttributeNamesT &&value)
bool TimestampAttributeNameHasBeenSet() const
AWS_SAGEMAKER_API TimeSeriesConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ItemIdentifierAttributeNameHasBeenSet() const
TimeSeriesConfig & WithGroupingAttributeNames(GroupingAttributeNamesT &&value)
bool GroupingAttributeNamesHasBeenSet() const
AWS_SAGEMAKER_API TimeSeriesConfig(Aws::Utils::Json::JsonView jsonValue)
void SetItemIdentifierAttributeName(ItemIdentifierAttributeNameT &&value)
TimeSeriesConfig & WithItemIdentifierAttributeName(ItemIdentifierAttributeNameT &&value)
TimeSeriesConfig & WithTimestampAttributeName(TimestampAttributeNameT &&value)
const Aws::String & GetTargetAttributeName() const
TimeSeriesConfig & WithTargetAttributeName(TargetAttributeNameT &&value)
bool TargetAttributeNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetGroupingAttributeNames() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue