7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/AutoMLAlgorithmConfig.h>
80 template <
typename AlgorithmsConfigT = Aws::Vector<AutoMLAlgorithmConfig>>
82 m_algorithmsConfigHasBeenSet =
true;
83 m_algorithmsConfig = std::forward<AlgorithmsConfigT>(value);
85 template <
typename AlgorithmsConfigT = Aws::Vector<AutoMLAlgorithmConfig>>
90 template <
typename AlgorithmsConfigT = AutoMLAlgorithmConfig>
92 m_algorithmsConfigHasBeenSet =
true;
93 m_algorithmsConfig.emplace_back(std::forward<AlgorithmsConfigT>(value));
99 bool m_algorithmsConfigHasBeenSet =
false;
AWS_SAGEMAKER_API CandidateGenerationConfig()=default
AWS_SAGEMAKER_API CandidateGenerationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
CandidateGenerationConfig & WithAlgorithmsConfig(AlgorithmsConfigT &&value)
bool AlgorithmsConfigHasBeenSet() const
AWS_SAGEMAKER_API CandidateGenerationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAlgorithmsConfig(AlgorithmsConfigT &&value)
CandidateGenerationConfig & AddAlgorithmsConfig(AlgorithmsConfigT &&value)
const Aws::Vector< AutoMLAlgorithmConfig > & GetAlgorithmsConfig() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue