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-runtime
include
aws
bedrock-runtime
model
StopReason.h
1
6
#pragma once
7
#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
BedrockRuntime
13
{
14
namespace
Model
15
{
16
enum class
StopReason
17
{
18
NOT_SET
,
19
end_turn
,
20
tool_use
,
21
max_tokens
,
22
stop_sequence
,
23
guardrail_intervened
,
24
content_filtered
25
};
26
27
namespace
StopReasonMapper
28
{
29
AWS_BEDROCKRUNTIME_API
StopReason
GetStopReasonForName
(
const
Aws::String
& name);
30
31
AWS_BEDROCKRUNTIME_API
Aws::String
GetNameForStopReason
(
StopReason
value);
32
}
// namespace StopReasonMapper
33
}
// namespace Model
34
}
// namespace BedrockRuntime
35
}
// namespace Aws
Aws::BedrockRuntime::Model::StopReasonMapper::GetNameForStopReason
AWS_BEDROCKRUNTIME_API Aws::String GetNameForStopReason(StopReason value)
Aws::BedrockRuntime::Model::StopReasonMapper::GetStopReasonForName
AWS_BEDROCKRUNTIME_API StopReason GetStopReasonForName(const Aws::String &name)
Aws::BedrockRuntime::Model::StopReason
StopReason
Definition
StopReason.h:17
Aws::BedrockRuntime::Model::StopReason::tool_use
@ tool_use
Aws::BedrockRuntime::Model::StopReason::end_turn
@ end_turn
Aws::BedrockRuntime::Model::StopReason::stop_sequence
@ stop_sequence
Aws::BedrockRuntime::Model::StopReason::guardrail_intervened
@ guardrail_intervened
Aws::BedrockRuntime::Model::StopReason::max_tokens
@ max_tokens
Aws::BedrockRuntime::Model::StopReason::content_filtered
@ content_filtered
Aws::BedrockRuntime::Model::ConversationRole::NOT_SET
@ NOT_SET
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