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
ModelPackagingJobStatus.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
ModelPackagingJobStatus
17
{
18
NOT_SET
,
19
CREATED
,
20
RUNNING
,
21
SUCCEEDED
,
22
FAILED
23
};
24
25
namespace
ModelPackagingJobStatusMapper
26
{
27
AWS_LOOKOUTFORVISION_API
ModelPackagingJobStatus
GetModelPackagingJobStatusForName
(
const
Aws::String
& name);
28
29
AWS_LOOKOUTFORVISION_API
Aws::String
GetNameForModelPackagingJobStatus
(
ModelPackagingJobStatus
value);
30
}
// namespace ModelPackagingJobStatusMapper
31
}
// namespace Model
32
}
// namespace LookoutforVision
33
}
// namespace Aws
Aws::LookoutforVision::Model::ModelPackagingJobStatusMapper::GetNameForModelPackagingJobStatus
AWS_LOOKOUTFORVISION_API Aws::String GetNameForModelPackagingJobStatus(ModelPackagingJobStatus value)
Aws::LookoutforVision::Model::ModelPackagingJobStatusMapper::GetModelPackagingJobStatusForName
AWS_LOOKOUTFORVISION_API ModelPackagingJobStatus GetModelPackagingJobStatusForName(const Aws::String &name)
Aws::LookoutforVision::Model::ModelPackagingJobStatus
ModelPackagingJobStatus
Definition
ModelPackagingJobStatus.h:17
Aws::LookoutforVision::Model::ModelPackagingJobStatus::RUNNING
@ RUNNING
Aws::LookoutforVision::Model::ModelPackagingJobStatus::CREATED
@ CREATED
Aws::LookoutforVision::Model::ModelPackagingJobStatus::FAILED
@ FAILED
Aws::LookoutforVision::Model::ModelPackagingJobStatus::SUCCEEDED
@ SUCCEEDED
Aws::LookoutforVision::Model::DatasetStatus::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