7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FieldForReranking.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgent {
42 template <
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
44 m_fieldsToIncludeHasBeenSet =
true;
45 m_fieldsToInclude = std::forward<FieldsToIncludeT>(value);
47 template <
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
52 template <
typename FieldsToIncludeT = FieldForReranking>
54 m_fieldsToIncludeHasBeenSet =
true;
55 m_fieldsToInclude.emplace_back(std::forward<FieldsToIncludeT>(value));
66 template <
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
68 m_fieldsToExcludeHasBeenSet =
true;
69 m_fieldsToExclude = std::forward<FieldsToExcludeT>(value);
71 template <
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
76 template <
typename FieldsToExcludeT = FieldForReranking>
78 m_fieldsToExcludeHasBeenSet =
true;
79 m_fieldsToExclude.emplace_back(std::forward<FieldsToExcludeT>(value));
87 bool m_fieldsToIncludeHasBeenSet =
false;
88 bool m_fieldsToExcludeHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue