7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent-runtime/model/FieldForReranking.h>
22namespace BedrockAgentRuntime
53 template<
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
54 void SetFieldsToExclude(FieldsToExcludeT&& value) { m_fieldsToExcludeHasBeenSet =
true; m_fieldsToExclude = std::forward<FieldsToExcludeT>(value); }
55 template<
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
57 template<
typename FieldsToExcludeT = FieldForReranking>
68 template<
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
69 void SetFieldsToInclude(FieldsToIncludeT&& value) { m_fieldsToIncludeHasBeenSet =
true; m_fieldsToInclude = std::forward<FieldsToIncludeT>(value); }
70 template<
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
72 template<
typename FieldsToIncludeT = FieldForReranking>
78 bool m_fieldsToExcludeHasBeenSet =
false;
81 bool m_fieldsToIncludeHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue