AWS SDK for C++
AWS SDK for C++ Version 1.11.719
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SageMaker {
12
namespace
Model
{
13
enum class
AutoMLAlgorithm
{
14
NOT_SET
,
15
xgboost
,
16
linear_learner
,
17
mlp
,
18
lightgbm
,
19
catboost
,
20
randomforest
,
21
extra_trees
,
22
nn_torch
,
23
fastai
,
24
cnn_qr
,
25
deepar
,
26
prophet
,
27
npts
,
28
arima
,
29
ets
30
};
31
32
namespace
AutoMLAlgorithmMapper {
33
AWS_SAGEMAKER_API
AutoMLAlgorithm
GetAutoMLAlgorithmForName
(
const
Aws::String
& name);
34
35
AWS_SAGEMAKER_API
Aws::String
GetNameForAutoMLAlgorithm
(
AutoMLAlgorithm
value);
36
}
// namespace AutoMLAlgorithmMapper
37
}
// namespace Model
38
}
// namespace SageMaker
39
}
// 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::HubContentType::Model
@ Model
Aws::SageMaker::Model::AccountDefaultStatus::NOT_SET
@ NOT_SET
Aws::SageMaker::Model::AutoMLAlgorithm
AutoMLAlgorithm
Definition
AutoMLAlgorithm.h:13
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