AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AutoMLAlgorithm.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10namespace Aws {
11namespace SageMaker {
12namespace Model {
13enum class AutoMLAlgorithm {
14 NOT_SET,
15 xgboost,
17 mlp,
23 fastai,
24 cnn_qr,
25 deepar,
26 prophet,
27 npts,
28 arima,
29 ets
30};
31
32namespace AutoMLAlgorithmMapper {
34
36} // namespace AutoMLAlgorithmMapper
37} // namespace Model
38} // namespace SageMaker
39} // namespace Aws
AWS_SAGEMAKER_API AutoMLAlgorithm GetAutoMLAlgorithmForName(const Aws::String &name)
AWS_SAGEMAKER_API Aws::String GetNameForAutoMLAlgorithm(AutoMLAlgorithm value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String