/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The training data configuration to use when creating a domain recommender or
* custom solution version (trained model).See Also:
AWS
* API Reference
Specifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline const Aws::MapSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline bool ExcludedDatasetColumnsHasBeenSet() const { return m_excludedDatasetColumnsHasBeenSet; } /** *Specifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline void SetExcludedDatasetColumns(const Aws::MapSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline void SetExcludedDatasetColumns(Aws::MapSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& WithExcludedDatasetColumns(const Aws::MapSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& WithExcludedDatasetColumns(Aws::MapSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& AddExcludedDatasetColumns(const Aws::String& key, const Aws::VectorSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& AddExcludedDatasetColumns(Aws::String&& key, const Aws::VectorSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& AddExcludedDatasetColumns(const Aws::String& key, Aws::VectorSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& AddExcludedDatasetColumns(Aws::String&& key, Aws::VectorSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& AddExcludedDatasetColumns(const char* key, Aws::VectorSpecifies the columns to exclude from training. Each key is a dataset type, * and each value is a list of columns. Exclude columns to control what data Amazon * Personalize uses to generate recommendations. For example, you might have a * column that you want to use only to filter recommendations. You can exclude this * column from training and Amazon Personalize considers it only when filtering. *
*/ inline TrainingDataConfig& AddExcludedDatasetColumns(const char* key, const Aws::Vector