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
DatasetStatus.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
DatasetStatus
17
{
18
NOT_SET
,
19
CREATE_IN_PROGRESS
,
20
CREATE_COMPLETE
,
21
CREATE_FAILED
,
22
UPDATE_IN_PROGRESS
,
23
UPDATE_COMPLETE
,
24
UPDATE_FAILED_ROLLBACK_IN_PROGRESS
,
25
UPDATE_FAILED_ROLLBACK_COMPLETE
,
26
DELETE_IN_PROGRESS
,
27
DELETE_COMPLETE
,
28
DELETE_FAILED
29
};
30
31
namespace
DatasetStatusMapper
32
{
33
AWS_LOOKOUTFORVISION_API
DatasetStatus
GetDatasetStatusForName
(
const
Aws::String
& name);
34
35
AWS_LOOKOUTFORVISION_API
Aws::String
GetNameForDatasetStatus
(
DatasetStatus
value);
36
}
// namespace DatasetStatusMapper
37
}
// namespace Model
38
}
// namespace LookoutforVision
39
}
// namespace Aws
Aws::LookoutforVision::Model::DatasetStatusMapper::GetNameForDatasetStatus
AWS_LOOKOUTFORVISION_API Aws::String GetNameForDatasetStatus(DatasetStatus value)
Aws::LookoutforVision::Model::DatasetStatusMapper::GetDatasetStatusForName
AWS_LOOKOUTFORVISION_API DatasetStatus GetDatasetStatusForName(const Aws::String &name)
Aws::LookoutforVision::Model::DatasetStatus
DatasetStatus
Definition
DatasetStatus.h:17
Aws::LookoutforVision::Model::DatasetStatus::NOT_SET
@ NOT_SET
Aws::LookoutforVision::Model::DatasetStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::LookoutforVision::Model::DatasetStatus::UPDATE_FAILED_ROLLBACK_COMPLETE
@ UPDATE_FAILED_ROLLBACK_COMPLETE
Aws::LookoutforVision::Model::DatasetStatus::CREATE_COMPLETE
@ CREATE_COMPLETE
Aws::LookoutforVision::Model::DatasetStatus::DELETE_COMPLETE
@ DELETE_COMPLETE
Aws::LookoutforVision::Model::DatasetStatus::UPDATE_IN_PROGRESS
@ UPDATE_IN_PROGRESS
Aws::LookoutforVision::Model::DatasetStatus::UPDATE_FAILED_ROLLBACK_IN_PROGRESS
@ UPDATE_FAILED_ROLLBACK_IN_PROGRESS
Aws::LookoutforVision::Model::DatasetStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::LookoutforVision::Model::DatasetStatus::UPDATE_COMPLETE
@ UPDATE_COMPLETE
Aws::LookoutforVision::Model::DatasetStatus::CREATE_IN_PROGRESS
@ CREATE_IN_PROGRESS
Aws::LookoutforVision::Model::DatasetStatus::CREATE_FAILED
@ CREATE_FAILED
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