AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-sagemaker
include
aws
sagemaker
model
AutoMLAlgorithm.h
1
6
#pragma once
7
#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SageMaker
13
{
14
namespace
Model
15
{
16
enum class
AutoMLAlgorithm
17
{
18
NOT_SET
,
19
xgboost
,
20
linear_learner
,
21
mlp
,
22
lightgbm
,
23
catboost
,
24
randomforest
,
25
extra_trees
,
26
nn_torch
,
27
fastai
,
28
cnn_qr
,
29
deepar
,
30
prophet
,
31
npts
,
32
arima
,
33
ets
34
};
35
36
namespace
AutoMLAlgorithmMapper
37
{
38
AWS_SAGEMAKER_API
AutoMLAlgorithm
GetAutoMLAlgorithmForName
(
const
Aws::String
& name);
39
40
AWS_SAGEMAKER_API
Aws::String
GetNameForAutoMLAlgorithm
(
AutoMLAlgorithm
value);
41
}
// namespace AutoMLAlgorithmMapper
42
}
// namespace Model
43
}
// namespace SageMaker
44
}
// namespace Aws
Aws::SageMaker::Model::AutoMLAlgorithmMapper::GetAutoMLAlgorithmForName
AWS_SAGEMAKER_API AutoMLAlgorithm GetAutoMLAlgorithmForName(const Aws::String &name)
Aws::SageMaker::Model::AutoMLAlgorithmMapper::GetNameForAutoMLAlgorithm
AWS_SAGEMAKER_API Aws::String GetNameForAutoMLAlgorithm(AutoMLAlgorithm value)
Aws::SageMaker::Model::ActionStatus::NOT_SET
@ NOT_SET
Aws::SageMaker::Model::HubContentType::Model
@ Model
Aws::SageMaker::Model::AutoMLAlgorithm
AutoMLAlgorithm
Definition
AutoMLAlgorithm.h:17
Aws::SageMaker::Model::AutoMLAlgorithm::arima
@ arima
Aws::SageMaker::Model::AutoMLAlgorithm::linear_learner
@ linear_learner
Aws::SageMaker::Model::AutoMLAlgorithm::randomforest
@ randomforest
Aws::SageMaker::Model::AutoMLAlgorithm::lightgbm
@ lightgbm
Aws::SageMaker::Model::AutoMLAlgorithm::catboost
@ catboost
Aws::SageMaker::Model::AutoMLAlgorithm::ets
@ ets
Aws::SageMaker::Model::AutoMLAlgorithm::mlp
@ mlp
Aws::SageMaker::Model::AutoMLAlgorithm::fastai
@ fastai
Aws::SageMaker::Model::AutoMLAlgorithm::npts
@ npts
Aws::SageMaker::Model::AutoMLAlgorithm::cnn_qr
@ cnn_qr
Aws::SageMaker::Model::AutoMLAlgorithm::prophet
@ prophet
Aws::SageMaker::Model::AutoMLAlgorithm::nn_torch
@ nn_torch
Aws::SageMaker::Model::AutoMLAlgorithm::xgboost
@ xgboost
Aws::SageMaker::Model::AutoMLAlgorithm::deepar
@ deepar
Aws::SageMaker::Model::AutoMLAlgorithm::extra_trees
@ extra_trees
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences