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
include
aws
sagemaker
model
UserProfileStatus.h
1
6
#pragma once
7
#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SageMaker
13
{
14
namespace
Model
15
{
16
enum class
UserProfileStatus
17
{
18
NOT_SET
,
19
Deleting
,
20
Failed
,
21
InService
,
22
Pending
,
23
Updating
,
24
Update_Failed
,
25
Delete_Failed
26
};
27
28
namespace
UserProfileStatusMapper
29
{
30
AWS_SAGEMAKER_API
UserProfileStatus
GetUserProfileStatusForName
(
const
Aws::String
& name);
31
32
AWS_SAGEMAKER_API
Aws::String
GetNameForUserProfileStatus
(
UserProfileStatus
value);
33
}
// namespace UserProfileStatusMapper
34
}
// namespace Model
35
}
// namespace SageMaker
36
}
// namespace Aws
Aws::SageMaker::Model::UserProfileStatusMapper::GetUserProfileStatusForName
AWS_SAGEMAKER_API UserProfileStatus GetUserProfileStatusForName(const Aws::String &name)
Aws::SageMaker::Model::UserProfileStatusMapper::GetNameForUserProfileStatus
AWS_SAGEMAKER_API Aws::String GetNameForUserProfileStatus(UserProfileStatus value)
Aws::SageMaker::Model::ActionStatus::NOT_SET
@ NOT_SET
Aws::SageMaker::Model::ActionStatus::Failed
@ Failed
Aws::SageMaker::Model::DomainStatus::Update_Failed
@ Update_Failed
Aws::SageMaker::Model::DomainStatus::Delete_Failed
@ Delete_Failed
Aws::SageMaker::Model::AlgorithmStatus::Pending
@ Pending
Aws::SageMaker::Model::AlgorithmStatus::Deleting
@ Deleting
Aws::SageMaker::Model::HubContentType::Model
@ Model
Aws::SageMaker::Model::UserProfileStatus
UserProfileStatus
Definition
UserProfileStatus.h:17
Aws::SageMaker::Model::ClusterStatus::Updating
@ Updating
Aws::SageMaker::Model::AppStatus::InService
@ InService
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