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
ImageFormat.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
ImageFormat
17
{
18
NOT_SET
,
19
png
,
20
jpeg
,
21
gif
,
22
webp
23
};
24
25
namespace
ImageFormatMapper
26
{
27
AWS_BEDROCKRUNTIME_API
ImageFormat
GetImageFormatForName
(
const
Aws::String
& name);
28
29
AWS_BEDROCKRUNTIME_API
Aws::String
GetNameForImageFormat
(
ImageFormat
value);
30
}
// namespace ImageFormatMapper
31
}
// namespace Model
32
}
// namespace BedrockRuntime
33
}
// namespace Aws
Aws::BedrockRuntime::Model::ImageFormatMapper::GetImageFormatForName
AWS_BEDROCKRUNTIME_API ImageFormat GetImageFormatForName(const Aws::String &name)
Aws::BedrockRuntime::Model::ImageFormatMapper::GetNameForImageFormat
AWS_BEDROCKRUNTIME_API Aws::String GetNameForImageFormat(ImageFormat value)
Aws::BedrockRuntime::Model::ImageFormat
ImageFormat
Definition
ImageFormat.h:17
Aws::BedrockRuntime::Model::ImageFormat::webp
@ webp
Aws::BedrockRuntime::Model::ImageFormat::jpeg
@ jpeg
Aws::BedrockRuntime::Model::ImageFormat::png
@ png
Aws::BedrockRuntime::Model::ImageFormat::gif
@ gif
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