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
StepStatus.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
StepStatus
17
{
18
NOT_SET
,
19
Starting
,
20
Executing
,
21
Stopping
,
22
Stopped
,
23
Failed
,
24
Succeeded
25
};
26
27
namespace
StepStatusMapper
28
{
29
AWS_SAGEMAKER_API
StepStatus
GetStepStatusForName
(
const
Aws::String
& name);
30
31
AWS_SAGEMAKER_API
Aws::String
GetNameForStepStatus
(
StepStatus
value);
32
}
// namespace StepStatusMapper
33
}
// namespace Model
34
}
// namespace SageMaker
35
}
// namespace Aws
Aws::SageMaker::Model::StepStatusMapper::GetNameForStepStatus
AWS_SAGEMAKER_API Aws::String GetNameForStepStatus(StepStatus value)
Aws::SageMaker::Model::StepStatusMapper::GetStepStatusForName
AWS_SAGEMAKER_API StepStatus GetStepStatusForName(const Aws::String &name)
Aws::SageMaker::Model::AutoMLJobSecondaryStatus::Starting
@ Starting
Aws::SageMaker::Model::ActionStatus::NOT_SET
@ NOT_SET
Aws::SageMaker::Model::ActionStatus::Stopping
@ Stopping
Aws::SageMaker::Model::ActionStatus::Stopped
@ Stopped
Aws::SageMaker::Model::ActionStatus::Failed
@ Failed
Aws::SageMaker::Model::PipelineExecutionStatus::Executing
@ Executing
Aws::SageMaker::Model::ObjectiveStatus::Succeeded
@ Succeeded
Aws::SageMaker::Model::StepStatus
StepStatus
Definition
StepStatus.h:17
Aws::SageMaker::Model::HubContentType::Model
@ Model
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