7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/model/AutoMLAlgorithmConfig.h>
86 template<
typename AlgorithmsConfigT = Aws::Vector<AutoMLAlgorithmConfig>>
87 void SetAlgorithmsConfig(AlgorithmsConfigT&& value) { m_algorithmsConfigHasBeenSet =
true; m_algorithmsConfig = std::forward<AlgorithmsConfigT>(value); }
88 template<
typename AlgorithmsConfigT = Aws::Vector<AutoMLAlgorithmConfig>>
90 template<
typename AlgorithmsConfigT = AutoMLAlgorithmConfig>
96 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