7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename BedrockKnowledgeBaseIdentifiersT = Aws::Vector<Aws::String>>
53 void SetBedrockKnowledgeBaseIdentifiers(BedrockKnowledgeBaseIdentifiersT&& value) { m_bedrockKnowledgeBaseIdentifiersHasBeenSet =
true; m_bedrockKnowledgeBaseIdentifiers = std::forward<BedrockKnowledgeBaseIdentifiersT>(value); }
54 template<
typename BedrockKnowledgeBaseIdentifiersT = Aws::Vector<Aws::String>>
56 template<
typename BedrockKnowledgeBaseIdentifiersT = Aws::String>
67 template<
typename PrecomputedRagSourceIdentifiersT = Aws::Vector<Aws::String>>
68 void SetPrecomputedRagSourceIdentifiers(PrecomputedRagSourceIdentifiersT&& value) { m_precomputedRagSourceIdentifiersHasBeenSet =
true; m_precomputedRagSourceIdentifiers = std::forward<PrecomputedRagSourceIdentifiersT>(value); }
69 template<
typename PrecomputedRagSourceIdentifiersT = Aws::Vector<Aws::String>>
71 template<
typename PrecomputedRagSourceIdentifiersT = Aws::String>
77 bool m_bedrockKnowledgeBaseIdentifiersHasBeenSet =
false;
80 bool m_precomputedRagSourceIdentifiersHasBeenSet =
false;
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetPrecomputedRagSourceIdentifiers() const
void SetPrecomputedRagSourceIdentifiers(PrecomputedRagSourceIdentifiersT &&value)
void SetBedrockKnowledgeBaseIdentifiers(BedrockKnowledgeBaseIdentifiersT &&value)
EvaluationRagConfigSummary & WithPrecomputedRagSourceIdentifiers(PrecomputedRagSourceIdentifiersT &&value)
EvaluationRagConfigSummary & AddPrecomputedRagSourceIdentifiers(PrecomputedRagSourceIdentifiersT &&value)
bool PrecomputedRagSourceIdentifiersHasBeenSet() const
AWS_BEDROCK_API EvaluationRagConfigSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API EvaluationRagConfigSummary()=default
EvaluationRagConfigSummary & WithBedrockKnowledgeBaseIdentifiers(BedrockKnowledgeBaseIdentifiersT &&value)
const Aws::Vector< Aws::String > & GetBedrockKnowledgeBaseIdentifiers() const
bool BedrockKnowledgeBaseIdentifiersHasBeenSet() const
EvaluationRagConfigSummary & AddBedrockKnowledgeBaseIdentifiers(BedrockKnowledgeBaseIdentifiersT &&value)
AWS_BEDROCK_API EvaluationRagConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue