AWS SDK for C++
AWS SDK for C++ Version 1.11.610
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-bedrock-agent
include
aws
bedrock-agent
model
DocumentStatus.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
DocumentStatus
17
{
18
NOT_SET
,
19
INDEXED
,
20
PARTIALLY_INDEXED
,
21
PENDING
,
22
FAILED
,
23
METADATA_PARTIALLY_INDEXED
,
24
METADATA_UPDATE_FAILED
,
25
IGNORED
,
26
NOT_FOUND
,
27
STARTING
,
28
IN_PROGRESS
,
29
DELETING
,
30
DELETE_IN_PROGRESS
31
};
32
33
namespace
DocumentStatusMapper
34
{
35
AWS_BEDROCKAGENT_API
DocumentStatus
GetDocumentStatusForName
(
const
Aws::String
& name);
36
37
AWS_BEDROCKAGENT_API
Aws::String
GetNameForDocumentStatus
(
DocumentStatus
value);
38
}
// namespace DocumentStatusMapper
39
}
// namespace Model
40
}
// namespace BedrockAgent
41
}
// namespace Aws
Aws::BedrockAgent::Model::DocumentStatusMapper::GetDocumentStatusForName
AWS_BEDROCKAGENT_API DocumentStatus GetDocumentStatusForName(const Aws::String &name)
Aws::BedrockAgent::Model::DocumentStatusMapper::GetNameForDocumentStatus
AWS_BEDROCKAGENT_API Aws::String GetNameForDocumentStatus(DocumentStatus value)
Aws::BedrockAgent::Model::ActionGroupSignature::NOT_SET
@ NOT_SET
Aws::BedrockAgent::Model::AgentAliasStatus::DELETING
@ DELETING
Aws::BedrockAgent::Model::AgentAliasStatus::FAILED
@ FAILED
Aws::BedrockAgent::Model::DocumentStatus
DocumentStatus
Definition
DocumentStatus.h:17
Aws::BedrockAgent::Model::DocumentStatus::STARTING
@ STARTING
Aws::BedrockAgent::Model::DocumentStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::BedrockAgent::Model::DocumentStatus::INDEXED
@ INDEXED
Aws::BedrockAgent::Model::DocumentStatus::NOT_FOUND
@ NOT_FOUND
Aws::BedrockAgent::Model::DocumentStatus::PARTIALLY_INDEXED
@ PARTIALLY_INDEXED
Aws::BedrockAgent::Model::DocumentStatus::IGNORED
@ IGNORED
Aws::BedrockAgent::Model::DocumentStatus::METADATA_PARTIALLY_INDEXED
@ METADATA_PARTIALLY_INDEXED
Aws::BedrockAgent::Model::DocumentStatus::PENDING
@ PENDING
Aws::BedrockAgent::Model::DocumentStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::BedrockAgent::Model::DocumentStatus::METADATA_UPDATE_FAILED
@ METADATA_UPDATE_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