AWS SDK for C++
AWS SDK for C++ Version 1.11.609
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-bedrock
include
aws
bedrock
model
JobStatusDetails.h
1
6
#pragma once
7
#include <aws/bedrock/Bedrock_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Bedrock
13
{
14
namespace
Model
15
{
16
enum class
JobStatusDetails
17
{
18
NOT_SET
,
19
InProgress
,
20
Completed
,
21
Stopping
,
22
Stopped
,
23
Failed
,
24
NotStarted
25
};
26
27
namespace
JobStatusDetailsMapper
28
{
29
AWS_BEDROCK_API
JobStatusDetails
GetJobStatusDetailsForName
(
const
Aws::String
& name);
30
31
AWS_BEDROCK_API
Aws::String
GetNameForJobStatusDetails
(
JobStatusDetails
value);
32
}
// namespace JobStatusDetailsMapper
33
}
// namespace Model
34
}
// namespace Bedrock
35
}
// namespace Aws
Aws::Bedrock::Model::JobStatusDetailsMapper::GetNameForJobStatusDetails
AWS_BEDROCK_API Aws::String GetNameForJobStatusDetails(JobStatusDetails value)
Aws::Bedrock::Model::JobStatusDetailsMapper::GetJobStatusDetailsForName
AWS_BEDROCK_API JobStatusDetails GetJobStatusDetailsForName(const Aws::String &name)
Aws::Bedrock::Model::JobStatusDetails
JobStatusDetails
Definition
JobStatusDetails.h:17
Aws::Bedrock::Model::JobStatusDetails::NotStarted
@ NotStarted
Aws::Bedrock::Model::AgreementStatus::NOT_SET
@ NOT_SET
Aws::Bedrock::Model::EvaluationJobStatus::Completed
@ Completed
Aws::Bedrock::Model::EvaluationJobStatus::InProgress
@ InProgress
Aws::Bedrock::Model::EvaluationJobStatus::Stopping
@ Stopping
Aws::Bedrock::Model::EvaluationJobStatus::Stopped
@ Stopped
Aws::Bedrock::Model::CustomModelDeploymentStatus::Failed
@ Failed
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