AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AlgorithmNameResampling.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace SageMakerGeospatial
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 NEAR,
21 CUBIC,
23 LANCZOS,
24 AVERAGE,
25 RMS,
26 MODE,
27 MAX,
28 MIN,
29 MED,
30 Q1,
31 Q3,
32 SUM
33 };
34
35namespace AlgorithmNameResamplingMapper
36{
38
40} // namespace AlgorithmNameResamplingMapper
41} // namespace Model
42} // namespace SageMakerGeospatial
43} // namespace Aws
AWS_SAGEMAKERGEOSPATIAL_API Aws::String GetNameForAlgorithmNameResampling(AlgorithmNameResampling value)
AWS_SAGEMAKERGEOSPATIAL_API AlgorithmNameResampling GetAlgorithmNameResamplingForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String