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-bedrock-agent
include
aws
bedrock-agent
model
IngestionJobStatus.h
1
6
#pragma once
7
#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
BedrockAgent
13
{
14
namespace
Model
15
{
16
enum class
IngestionJobStatus
17
{
18
NOT_SET
,
19
STARTING
,
20
IN_PROGRESS
,
21
COMPLETE
,
22
FAILED
,
23
STOPPING
,
24
STOPPED
25
};
26
27
namespace
IngestionJobStatusMapper
28
{
29
AWS_BEDROCKAGENT_API
IngestionJobStatus
GetIngestionJobStatusForName
(
const
Aws::String
& name);
30
31
AWS_BEDROCKAGENT_API
Aws::String
GetNameForIngestionJobStatus
(
IngestionJobStatus
value);
32
}
// namespace IngestionJobStatusMapper
33
}
// namespace Model
34
}
// namespace BedrockAgent
35
}
// namespace Aws
Aws::BedrockAgent::Model::IngestionJobStatusMapper::GetNameForIngestionJobStatus
AWS_BEDROCKAGENT_API Aws::String GetNameForIngestionJobStatus(IngestionJobStatus value)
Aws::BedrockAgent::Model::IngestionJobStatusMapper::GetIngestionJobStatusForName
AWS_BEDROCKAGENT_API IngestionJobStatus GetIngestionJobStatusForName(const Aws::String &name)
Aws::BedrockAgent::Model::ActionGroupSignature::NOT_SET
@ NOT_SET
Aws::BedrockAgent::Model::AgentAliasStatus::FAILED
@ FAILED
Aws::BedrockAgent::Model::IngestionJobStatus
IngestionJobStatus
Definition
IngestionJobStatus.h:17
Aws::BedrockAgent::Model::IngestionJobStatus::STARTING
@ STARTING
Aws::BedrockAgent::Model::IngestionJobStatus::STOPPED
@ STOPPED
Aws::BedrockAgent::Model::IngestionJobStatus::COMPLETE
@ COMPLETE
Aws::BedrockAgent::Model::IngestionJobStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::BedrockAgent::Model::IngestionJobStatus::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