7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/EmbeddingModelConfiguration.h>
9#include <aws/bedrock-agent/model/EmbeddingModelType.h>
10#include <aws/bedrock-agent/model/ServerSideEncryptionConfiguration.h>
11#include <aws/bedrock-agent/model/SupplementalDataStorageConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
23namespace BedrockAgent {
46 m_embeddingModelTypeHasBeenSet =
true;
47 m_embeddingModelType = value;
61 template <
typename EmbeddingModelArnT = Aws::String>
63 m_embeddingModelArnHasBeenSet =
true;
64 m_embeddingModelArn = std::forward<EmbeddingModelArnT>(value);
66 template <
typename EmbeddingModelArnT = Aws::String>
80 template <
typename EmbeddingModelConfigurationT = EmbeddingModelConfiguration>
82 m_embeddingModelConfigurationHasBeenSet =
true;
83 m_embeddingModelConfiguration = std::forward<EmbeddingModelConfigurationT>(value);
85 template <
typename EmbeddingModelConfigurationT = EmbeddingModelConfiguration>
98 return m_serverSideEncryptionConfiguration;
101 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
103 m_serverSideEncryptionConfigurationHasBeenSet =
true;
104 m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value);
106 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
120 return m_supplementalDataStorageConfiguration;
123 template <
typename SupplementalDataStorageConfigurationT = SupplementalDataStorageConfiguration>
125 m_supplementalDataStorageConfigurationHasBeenSet =
true;
126 m_supplementalDataStorageConfiguration = std::forward<SupplementalDataStorageConfigurationT>(value);
128 template <
typename SupplementalDataStorageConfigurationT = SupplementalDataStorageConfiguration>
139 EmbeddingModelConfiguration m_embeddingModelConfiguration;
141 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
143 SupplementalDataStorageConfiguration m_supplementalDataStorageConfiguration;
144 bool m_embeddingModelTypeHasBeenSet =
false;
145 bool m_embeddingModelArnHasBeenSet =
false;
146 bool m_embeddingModelConfigurationHasBeenSet =
false;
147 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
148 bool m_supplementalDataStorageConfigurationHasBeenSet =
false;
bool EmbeddingModelArnHasBeenSet() const
void SetSupplementalDataStorageConfiguration(SupplementalDataStorageConfigurationT &&value)
const SupplementalDataStorageConfiguration & GetSupplementalDataStorageConfiguration() const
bool EmbeddingModelConfigurationHasBeenSet() const
ManagedKnowledgeBaseConfiguration & WithSupplementalDataStorageConfiguration(SupplementalDataStorageConfigurationT &&value)
AWS_BEDROCKAGENT_API ManagedKnowledgeBaseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EmbeddingModelTypeHasBeenSet() const
void SetEmbeddingModelArn(EmbeddingModelArnT &&value)
const Aws::String & GetEmbeddingModelArn() const
ManagedKnowledgeBaseConfiguration & WithEmbeddingModelType(EmbeddingModelType value)
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
EmbeddingModelType GetEmbeddingModelType() const
ManagedKnowledgeBaseConfiguration & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
const EmbeddingModelConfiguration & GetEmbeddingModelConfiguration() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
ManagedKnowledgeBaseConfiguration & WithEmbeddingModelArn(EmbeddingModelArnT &&value)
ManagedKnowledgeBaseConfiguration & WithEmbeddingModelConfiguration(EmbeddingModelConfigurationT &&value)
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
AWS_BEDROCKAGENT_API ManagedKnowledgeBaseConfiguration()=default
bool SupplementalDataStorageConfigurationHasBeenSet() const
void SetEmbeddingModelConfiguration(EmbeddingModelConfigurationT &&value)
AWS_BEDROCKAGENT_API ManagedKnowledgeBaseConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool ServerSideEncryptionConfigurationHasBeenSet() const
void SetEmbeddingModelType(EmbeddingModelType value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue