7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/model/AutoMLAlgorithmConfig.h>
96 bool m_algorithmsConfigHasBeenSet =
false;
AWS_SAGEMAKER_API CandidateGenerationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CandidateGenerationConfig()
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
CandidateGenerationConfig & AddAlgorithmsConfig(const AutoMLAlgorithmConfig &value)
bool AlgorithmsConfigHasBeenSet() const
AWS_SAGEMAKER_API CandidateGenerationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
CandidateGenerationConfig & WithAlgorithmsConfig(const Aws::Vector< AutoMLAlgorithmConfig > &value)
CandidateGenerationConfig & AddAlgorithmsConfig(AutoMLAlgorithmConfig &&value)
CandidateGenerationConfig & WithAlgorithmsConfig(Aws::Vector< AutoMLAlgorithmConfig > &&value)
void SetAlgorithmsConfig(const Aws::Vector< AutoMLAlgorithmConfig > &value)
const Aws::Vector< AutoMLAlgorithmConfig > & GetAlgorithmsConfig() const
void SetAlgorithmsConfig(Aws::Vector< AutoMLAlgorithmConfig > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue