7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock/model/FieldForReranking.h>
51 template<
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
52 void SetFieldsToInclude(FieldsToIncludeT&& value) { m_fieldsToIncludeHasBeenSet =
true; m_fieldsToInclude = std::forward<FieldsToIncludeT>(value); }
53 template<
typename FieldsToIncludeT = Aws::Vector<FieldForReranking>>
55 template<
typename FieldsToIncludeT = FieldForReranking>
67 template<
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
68 void SetFieldsToExclude(FieldsToExcludeT&& value) { m_fieldsToExcludeHasBeenSet =
true; m_fieldsToExclude = std::forward<FieldsToExcludeT>(value); }
69 template<
typename FieldsToExcludeT = Aws::Vector<FieldForReranking>>
71 template<
typename FieldsToExcludeT = FieldForReranking>
77 bool m_fieldsToIncludeHasBeenSet =
false;
80 bool m_fieldsToExcludeHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue