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-machinelearning
include
aws
machinelearning
model
RealtimeEndpointStatus.h
1
6
#pragma once
7
#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
MachineLearning
13
{
14
namespace
Model
15
{
16
enum class
RealtimeEndpointStatus
17
{
18
NOT_SET
,
19
NONE
,
20
READY
,
21
UPDATING
,
22
FAILED
23
};
24
25
namespace
RealtimeEndpointStatusMapper
26
{
27
AWS_MACHINELEARNING_API
RealtimeEndpointStatus
GetRealtimeEndpointStatusForName
(
const
Aws::String
& name);
28
29
AWS_MACHINELEARNING_API
Aws::String
GetNameForRealtimeEndpointStatus
(
RealtimeEndpointStatus
value);
30
}
// namespace RealtimeEndpointStatusMapper
31
}
// namespace Model
32
}
// namespace MachineLearning
33
}
// namespace Aws
Aws::MachineLearning::Model::RealtimeEndpointStatusMapper::GetRealtimeEndpointStatusForName
AWS_MACHINELEARNING_API RealtimeEndpointStatus GetRealtimeEndpointStatusForName(const Aws::String &name)
Aws::MachineLearning::Model::RealtimeEndpointStatusMapper::GetNameForRealtimeEndpointStatus
AWS_MACHINELEARNING_API Aws::String GetNameForRealtimeEndpointStatus(RealtimeEndpointStatus value)
Aws::MachineLearning::Model::EntityStatus::FAILED
@ FAILED
Aws::MachineLearning::Model::RealtimeEndpointStatus
RealtimeEndpointStatus
Definition
RealtimeEndpointStatus.h:17
Aws::MachineLearning::Model::RealtimeEndpointStatus::READY
@ READY
Aws::MachineLearning::Model::RealtimeEndpointStatus::NONE
@ NONE
Aws::MachineLearning::Model::RealtimeEndpointStatus::UPDATING
@ UPDATING
Aws::MachineLearning::Model::Algorithm::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