7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/model/AutoMLAlgorithm.h>
65 template<
typename AutoMLAlgorithmsT = Aws::Vector<AutoMLAlgorithm>>
66 void SetAutoMLAlgorithms(AutoMLAlgorithmsT&& value) { m_autoMLAlgorithmsHasBeenSet =
true; m_autoMLAlgorithms = std::forward<AutoMLAlgorithmsT>(value); }
67 template<
typename AutoMLAlgorithmsT = Aws::Vector<AutoMLAlgorithm>>
74 bool m_autoMLAlgorithmsHasBeenSet =
false;
AutoMLAlgorithmConfig & WithAutoMLAlgorithms(AutoMLAlgorithmsT &&value)
AWS_SAGEMAKER_API AutoMLAlgorithmConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API AutoMLAlgorithmConfig()=default
AWS_SAGEMAKER_API AutoMLAlgorithmConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAutoMLAlgorithms(AutoMLAlgorithmsT &&value)
const Aws::Vector< AutoMLAlgorithm > & GetAutoMLAlgorithms() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AutoMLAlgorithmConfig & AddAutoMLAlgorithms(AutoMLAlgorithm value)
bool AutoMLAlgorithmsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue