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-lookoutvision
include
aws
lookoutvision
model
ModelStatus.h
1
6
#pragma once
7
#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
LookoutforVision
13
{
14
namespace
Model
15
{
16
enum class
ModelStatus
17
{
18
NOT_SET
,
19
TRAINING
,
20
TRAINED
,
21
TRAINING_FAILED
,
22
STARTING_HOSTING
,
23
HOSTED
,
24
HOSTING_FAILED
,
25
STOPPING_HOSTING
,
26
SYSTEM_UPDATING
,
27
DELETING
28
};
29
30
namespace
ModelStatusMapper
31
{
32
AWS_LOOKOUTFORVISION_API
ModelStatus
GetModelStatusForName
(
const
Aws::String
& name);
33
34
AWS_LOOKOUTFORVISION_API
Aws::String
GetNameForModelStatus
(
ModelStatus
value);
35
}
// namespace ModelStatusMapper
36
}
// namespace Model
37
}
// namespace LookoutforVision
38
}
// namespace Aws
Aws::LookoutforVision::Model::ModelStatusMapper::GetNameForModelStatus
AWS_LOOKOUTFORVISION_API Aws::String GetNameForModelStatus(ModelStatus value)
Aws::LookoutforVision::Model::ModelStatusMapper::GetModelStatusForName
AWS_LOOKOUTFORVISION_API ModelStatus GetModelStatusForName(const Aws::String &name)
Aws::LookoutforVision::Model::ModelStatus
ModelStatus
Definition
ModelStatus.h:17
Aws::LookoutforVision::Model::ModelStatus::TRAINED
@ TRAINED
Aws::LookoutforVision::Model::ModelStatus::TRAINING
@ TRAINING
Aws::LookoutforVision::Model::ModelStatus::DELETING
@ DELETING
Aws::LookoutforVision::Model::ModelStatus::TRAINING_FAILED
@ TRAINING_FAILED
Aws::LookoutforVision::Model::DatasetStatus::NOT_SET
@ NOT_SET
Aws::LookoutforVision::Model::ModelHostingStatus::HOSTED
@ HOSTED
Aws::LookoutforVision::Model::ModelHostingStatus::STOPPING_HOSTING
@ STOPPING_HOSTING
Aws::LookoutforVision::Model::ModelHostingStatus::SYSTEM_UPDATING
@ SYSTEM_UPDATING
Aws::LookoutforVision::Model::ModelHostingStatus::HOSTING_FAILED
@ HOSTING_FAILED
Aws::LookoutforVision::Model::ModelHostingStatus::STARTING_HOSTING
@ STARTING_HOSTING
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