7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FieldForReranking.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
47 template <
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
49 m_fieldsToExcludeHasBeenSet =
true;
50 m_fieldsToExclude = std::forward<FieldsToExcludeT>(value);
52 template <
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
57 template <
typename FieldsToExcludeT = FieldForReranking>
59 m_fieldsToExcludeHasBeenSet =
true;
60 m_fieldsToExclude.emplace_back(std::forward<FieldsToExcludeT>(value));
72 template <
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
74 m_fieldsToIncludeHasBeenSet =
true;
75 m_fieldsToInclude = std::forward<FieldsToIncludeT>(value);
77 template <
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
82 template <
typename FieldsToIncludeT = FieldForReranking>
84 m_fieldsToIncludeHasBeenSet =
true;
85 m_fieldsToInclude.emplace_back(std::forward<FieldsToIncludeT>(value));
93 bool m_fieldsToExcludeHasBeenSet =
false;
94 bool m_fieldsToIncludeHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue