AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-bedrock-agent-runtime
include
aws
bedrock-agent-runtime
model
ImageFormat.h
1
6
#pragma once
7
#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
BedrockAgentRuntime
13
{
14
namespace
Model
15
{
16
enum class
ImageFormat
17
{
18
NOT_SET
,
19
png
,
20
jpeg
,
21
gif
,
22
webp
23
};
24
25
namespace
ImageFormatMapper
26
{
27
AWS_BEDROCKAGENTRUNTIME_API
ImageFormat
GetImageFormatForName
(
const
Aws::String
& name);
28
29
AWS_BEDROCKAGENTRUNTIME_API
Aws::String
GetNameForImageFormat
(
ImageFormat
value);
30
}
// namespace ImageFormatMapper
31
}
// namespace Model
32
}
// namespace BedrockAgentRuntime
33
}
// namespace Aws
Aws::BedrockAgentRuntime::Model::ImageFormatMapper::GetImageFormatForName
AWS_BEDROCKAGENTRUNTIME_API ImageFormat GetImageFormatForName(const Aws::String &name)
Aws::BedrockAgentRuntime::Model::ImageFormatMapper::GetNameForImageFormat
AWS_BEDROCKAGENTRUNTIME_API Aws::String GetNameForImageFormat(ImageFormat value)
Aws::BedrockAgentRuntime::Model::ImageFormat
ImageFormat
Definition
ImageFormat.h:17
Aws::BedrockAgentRuntime::Model::ImageFormat::webp
@ webp
Aws::BedrockAgentRuntime::Model::ImageFormat::jpeg
@ jpeg
Aws::BedrockAgentRuntime::Model::ImageFormat::png
@ png
Aws::BedrockAgentRuntime::Model::ImageFormat::gif
@ gif
Aws::BedrockAgentRuntime::Model::ActionGroupSignature::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