AWS SDK for C++
AWS SDK for C++ Version 1.11.816
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-customer-profiles
include
aws
customer-profiles
model
TrainingMetricName.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
CustomerProfiles {
12
namespace
Model {
13
enum class
TrainingMetricName
{
14
NOT_SET
,
15
hit
,
16
coverage
,
17
recall
,
18
popularity
,
19
freshness
,
20
similarity
,
21
mean_reciprocal_rank_at_25
,
22
normalized_discounted_cumulative_gain_at_5
,
23
normalized_discounted_cumulative_gain_at_10
,
24
normalized_discounted_cumulative_gain_at_25
,
25
precision_at_5
,
26
precision_at_10
,
27
precision_at_25
28
};
29
30
namespace
TrainingMetricNameMapper {
31
AWS_CUSTOMERPROFILES_API
TrainingMetricName
GetTrainingMetricNameForName
(
const
Aws::String
& name);
32
33
AWS_CUSTOMERPROFILES_API
Aws::String
GetNameForTrainingMetricName
(
TrainingMetricName
value);
34
}
// namespace TrainingMetricNameMapper
35
}
// namespace Model
36
}
// namespace CustomerProfiles
37
}
// namespace Aws
Aws::CustomerProfiles::Model::TrainingMetricNameMapper::GetTrainingMetricNameForName
AWS_CUSTOMERPROFILES_API TrainingMetricName GetTrainingMetricNameForName(const Aws::String &name)
Aws::CustomerProfiles::Model::TrainingMetricNameMapper::GetNameForTrainingMetricName
AWS_CUSTOMERPROFILES_API Aws::String GetNameForTrainingMetricName(TrainingMetricName value)
Aws::CustomerProfiles::Model::TrainingMetricName
TrainingMetricName
Definition
TrainingMetricName.h:13
Aws::CustomerProfiles::Model::TrainingMetricName::popularity
@ popularity
Aws::CustomerProfiles::Model::TrainingMetricName::precision_at_25
@ precision_at_25
Aws::CustomerProfiles::Model::TrainingMetricName::precision_at_5
@ precision_at_5
Aws::CustomerProfiles::Model::TrainingMetricName::freshness
@ freshness
Aws::CustomerProfiles::Model::TrainingMetricName::coverage
@ coverage
Aws::CustomerProfiles::Model::TrainingMetricName::mean_reciprocal_rank_at_25
@ mean_reciprocal_rank_at_25
Aws::CustomerProfiles::Model::TrainingMetricName::precision_at_10
@ precision_at_10
Aws::CustomerProfiles::Model::TrainingMetricName::recall
@ recall
Aws::CustomerProfiles::Model::TrainingMetricName::normalized_discounted_cumulative_gain_at_5
@ normalized_discounted_cumulative_gain_at_5
Aws::CustomerProfiles::Model::TrainingMetricName::similarity
@ similarity
Aws::CustomerProfiles::Model::TrainingMetricName::normalized_discounted_cumulative_gain_at_25
@ normalized_discounted_cumulative_gain_at_25
Aws::CustomerProfiles::Model::TrainingMetricName::normalized_discounted_cumulative_gain_at_10
@ normalized_discounted_cumulative_gain_at_10
Aws::CustomerProfiles::Model::TrainingMetricName::hit
@ hit
Aws::CustomerProfiles::Model::ActionType::NOT_SET
@ NOT_SET
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