7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/RerankingMetadataSelectionMode.h>
9#include <aws/bedrock-agent-runtime/model/RerankingMetadataSelectiveModeConfiguration.h>
22namespace BedrockAgentRuntime
61 template<
typename SelectiveModeConfigurationT = RerankingMetadataSelectiveModeConfiguration>
62 void SetSelectiveModeConfiguration(SelectiveModeConfigurationT&& value) { m_selectiveModeConfigurationHasBeenSet =
true; m_selectiveModeConfiguration = std::forward<SelectiveModeConfigurationT>(value); }
63 template<
typename SelectiveModeConfigurationT = RerankingMetadataSelectiveModeConfiguration>
69 bool m_selectionModeHasBeenSet =
false;
71 RerankingMetadataSelectiveModeConfiguration m_selectiveModeConfiguration;
72 bool m_selectiveModeConfigurationHasBeenSet =
false;
RerankingMetadataSelectionMode
Aws::Utils::Json::JsonValue JsonValue