7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/VectorSearchBedrockRerankingConfiguration.h>
9#include <aws/bedrock-agent/model/VectorSearchRerankingConfigurationType.h>
20namespace BedrockAgent {
44 m_typeHasBeenSet =
true;
59 return m_bedrockRerankingConfiguration;
62 template <
typename BedrockRerankingConfigurationT = VectorSearchBedrockRerankingConfiguration>
64 m_bedrockRerankingConfigurationHasBeenSet =
true;
65 m_bedrockRerankingConfiguration = std::forward<BedrockRerankingConfigurationT>(value);
67 template <
typename BedrockRerankingConfigurationT = VectorSearchBedrockRerankingConfiguration>
76 VectorSearchBedrockRerankingConfiguration m_bedrockRerankingConfiguration;
77 bool m_typeHasBeenSet =
false;
78 bool m_bedrockRerankingConfigurationHasBeenSet =
false;
const VectorSearchBedrockRerankingConfiguration & GetBedrockRerankingConfiguration() const
AWS_BEDROCKAGENT_API VectorSearchRerankingConfiguration()=default
bool TypeHasBeenSet() const
void SetType(VectorSearchRerankingConfigurationType value)
VectorSearchRerankingConfigurationType GetType() const
void SetBedrockRerankingConfiguration(BedrockRerankingConfigurationT &&value)
AWS_BEDROCKAGENT_API VectorSearchRerankingConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool BedrockRerankingConfigurationHasBeenSet() const
VectorSearchRerankingConfiguration & WithBedrockRerankingConfiguration(BedrockRerankingConfigurationT &&value)
VectorSearchRerankingConfiguration & WithType(VectorSearchRerankingConfigurationType value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API VectorSearchRerankingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
VectorSearchRerankingConfigurationType
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue