7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/FieldForReranking.h>
48 template<
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
49 void SetFieldsToExclude(FieldsToExcludeT&& value) { m_fieldsToExcludeHasBeenSet =
true; m_fieldsToExclude = std::forward<FieldsToExcludeT>(value); }
50 template<
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
52 template<
typename FieldsToExcludeT = FieldForReranking>
62 template<
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
63 void SetFieldsToInclude(FieldsToIncludeT&& value) { m_fieldsToIncludeHasBeenSet =
true; m_fieldsToInclude = std::forward<FieldsToIncludeT>(value); }
64 template<
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
66 template<
typename FieldsToIncludeT = FieldForReranking>
72 bool m_fieldsToExcludeHasBeenSet =
false;
75 bool m_fieldsToIncludeHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue