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
DeviceDeploymentStatus.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
DeviceDeploymentStatus
17
{
18
NOT_SET
,
19
READYTODEPLOY
,
20
INPROGRESS
,
21
DEPLOYED
,
22
FAILED
,
23
STOPPING
,
24
STOPPED
25
};
26
27
namespace
DeviceDeploymentStatusMapper
28
{
29
AWS_SAGEMAKER_API
DeviceDeploymentStatus
GetDeviceDeploymentStatusForName
(
const
Aws::String
& name);
30
31
AWS_SAGEMAKER_API
Aws::String
GetNameForDeviceDeploymentStatus
(
DeviceDeploymentStatus
value);
32
}
// namespace DeviceDeploymentStatusMapper
33
}
// namespace Model
34
}
// namespace SageMaker
35
}
// namespace Aws
Aws::SageMaker::Model::DeviceDeploymentStatusMapper::GetNameForDeviceDeploymentStatus
AWS_SAGEMAKER_API Aws::String GetNameForDeviceDeploymentStatus(DeviceDeploymentStatus value)
Aws::SageMaker::Model::DeviceDeploymentStatusMapper::GetDeviceDeploymentStatusForName
AWS_SAGEMAKER_API DeviceDeploymentStatus GetDeviceDeploymentStatusForName(const Aws::String &name)
Aws::SageMaker::Model::ActionStatus::NOT_SET
@ NOT_SET
Aws::SageMaker::Model::DeviceDeploymentStatus
DeviceDeploymentStatus
Definition
DeviceDeploymentStatus.h:17
Aws::SageMaker::Model::DeviceDeploymentStatus::READYTODEPLOY
@ READYTODEPLOY
Aws::SageMaker::Model::DeviceDeploymentStatus::DEPLOYED
@ DEPLOYED
Aws::SageMaker::Model::HubContentType::Model
@ Model
Aws::SageMaker::Model::CompilationJobStatus::STOPPED
@ STOPPED
Aws::SageMaker::Model::CompilationJobStatus::INPROGRESS
@ INPROGRESS
Aws::SageMaker::Model::CompilationJobStatus::FAILED
@ FAILED
Aws::SageMaker::Model::CompilationJobStatus::STOPPING
@ STOPPING
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