AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AutoMLMetricEnum.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace SageMaker
13{
14namespace Model
15{
17 {
18 NOT_SET,
20 MSE,
21 F1,
22 F1macro,
23 AUC,
24 RMSE,
26 R2,
27 Recall,
31 MAE,
32 MAPE,
33 MASE,
34 WAPE,
36 };
37
38namespace AutoMLMetricEnumMapper
39{
41
43} // namespace AutoMLMetricEnumMapper
44} // namespace Model
45} // namespace SageMaker
46} // namespace Aws
AWS_SAGEMAKER_API Aws::String GetNameForAutoMLMetricEnum(AutoMLMetricEnum value)
AWS_SAGEMAKER_API AutoMLMetricEnum GetAutoMLMetricEnumForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String