AWS SDK for C++
AWS SDK for C++ Version 1.11.751
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-bedrock-runtime
include
aws
bedrock-runtime
BedrockRuntimeClientConfiguration.h
1
6
#pragma once
7
8
#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
9
#include <aws/core/client/GenericClientConfiguration.h>
10
11
namespace
Aws
{
12
namespace
BedrockRuntime {
13
struct
AWS_BEDROCKRUNTIME_API
BedrockRuntimeClientConfiguration
:
public
Aws::Client::GenericClientConfiguration
{
14
using
BaseClientConfigClass
=
Aws::Client::GenericClientConfiguration
;
15
16
BedrockRuntimeClientConfiguration
(
const
Client::ClientConfigurationInitValues
& configuration = {});
17
24
BedrockRuntimeClientConfiguration
(
const
char
* profileName,
bool
shouldDisableIMDS =
false
);
25
32
BedrockRuntimeClientConfiguration
(
bool
useSmartDefaults,
const
char
* defaultMode =
"legacy"
,
bool
shouldDisableIMDS =
false
);
33
37
BedrockRuntimeClientConfiguration
(
const
Client::ClientConfiguration
& config);
38
39
private
:
40
void
LoadBedrockRuntimeSpecificConfig(
const
Aws::String
& profileName);
41
};
42
}
// namespace BedrockRuntime
43
}
// namespace Aws
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::BedrockRuntime::BedrockRuntimeClientConfiguration
Definition
BedrockRuntimeClientConfiguration.h:13
Aws::BedrockRuntime::BedrockRuntimeClientConfiguration::BedrockRuntimeClientConfiguration
BedrockRuntimeClientConfiguration(const Client::ClientConfiguration &config)
Aws::BedrockRuntime::BedrockRuntimeClientConfiguration::BedrockRuntimeClientConfiguration
BedrockRuntimeClientConfiguration(bool useSmartDefaults, const char *defaultMode="legacy", bool shouldDisableIMDS=false)
Aws::BedrockRuntime::BedrockRuntimeClientConfiguration::BedrockRuntimeClientConfiguration
BedrockRuntimeClientConfiguration(const char *profileName, bool shouldDisableIMDS=false)
Aws::BedrockRuntime::BedrockRuntimeClientConfiguration::BedrockRuntimeClientConfiguration
BedrockRuntimeClientConfiguration(const Client::ClientConfigurationInitValues &configuration={})
Aws::Client::ClientConfiguration
Aws::Client::ClientConfigurationInitValues
Aws::Client::GenericClientConfiguration
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences