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-sagemaker-a2i-runtime
include
aws
sagemaker-a2i-runtime
model
HumanLoopStatus.h
1
6
#pragma once
7
#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntime_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AugmentedAIRuntime
13
{
14
namespace
Model
15
{
16
enum class
HumanLoopStatus
17
{
18
NOT_SET
,
19
InProgress
,
20
Failed
,
21
Completed
,
22
Stopped
,
23
Stopping
24
};
25
26
namespace
HumanLoopStatusMapper
27
{
28
AWS_AUGMENTEDAIRUNTIME_API
HumanLoopStatus
GetHumanLoopStatusForName
(
const
Aws::String
& name);
29
30
AWS_AUGMENTEDAIRUNTIME_API
Aws::String
GetNameForHumanLoopStatus
(
HumanLoopStatus
value);
31
}
// namespace HumanLoopStatusMapper
32
}
// namespace Model
33
}
// namespace AugmentedAIRuntime
34
}
// namespace Aws
Aws::AugmentedAIRuntime::Model::HumanLoopStatusMapper::GetNameForHumanLoopStatus
AWS_AUGMENTEDAIRUNTIME_API Aws::String GetNameForHumanLoopStatus(HumanLoopStatus value)
Aws::AugmentedAIRuntime::Model::HumanLoopStatusMapper::GetHumanLoopStatusForName
AWS_AUGMENTEDAIRUNTIME_API HumanLoopStatus GetHumanLoopStatusForName(const Aws::String &name)
Aws::AugmentedAIRuntime::Model::HumanLoopStatus
HumanLoopStatus
Definition
HumanLoopStatus.h:17
Aws::AugmentedAIRuntime::Model::HumanLoopStatus::Completed
@ Completed
Aws::AugmentedAIRuntime::Model::HumanLoopStatus::InProgress
@ InProgress
Aws::AugmentedAIRuntime::Model::HumanLoopStatus::Stopping
@ Stopping
Aws::AugmentedAIRuntime::Model::HumanLoopStatus::Stopped
@ Stopped
Aws::AugmentedAIRuntime::Model::HumanLoopStatus::Failed
@ Failed
Aws::AugmentedAIRuntime::Model::ContentClassifier::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