7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/EvaluationPrecomputedRetrieveAndGenerateSourceConfig.h>
9#include <aws/bedrock/model/EvaluationPrecomputedRetrieveSourceConfig.h>
43 template <
typename RetrieveSourceConfigT = EvaluationPrecomputedRetrieveSourceConfig>
45 m_retrieveSourceConfigHasBeenSet =
true;
46 m_retrieveSourceConfig = std::forward<RetrieveSourceConfigT>(value);
48 template <
typename RetrieveSourceConfigT = EvaluationPrecomputedRetrieveSourceConfig>
61 return m_retrieveAndGenerateSourceConfig;
64 template <
typename RetrieveAndGenerateSourceConfigT = EvaluationPrecomputedRetrieveAndGenerateSourceConfig>
66 m_retrieveAndGenerateSourceConfigHasBeenSet =
true;
67 m_retrieveAndGenerateSourceConfig = std::forward<RetrieveAndGenerateSourceConfigT>(value);
69 template <
typename RetrieveAndGenerateSourceConfigT = EvaluationPrecomputedRetrieveAndGenerateSourceConfig>
77 bool m_retrieveSourceConfigHasBeenSet =
false;
80 bool m_retrieveAndGenerateSourceConfigHasBeenSet =
false;
const EvaluationPrecomputedRetrieveAndGenerateSourceConfig & GetRetrieveAndGenerateSourceConfig() const
EvaluationPrecomputedRagSourceConfig & WithRetrieveAndGenerateSourceConfig(RetrieveAndGenerateSourceConfigT &&value)
AWS_BEDROCK_API EvaluationPrecomputedRagSourceConfig(Aws::Utils::Json::JsonView jsonValue)
void SetRetrieveAndGenerateSourceConfig(RetrieveAndGenerateSourceConfigT &&value)
EvaluationPrecomputedRagSourceConfig & WithRetrieveSourceConfig(RetrieveSourceConfigT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const EvaluationPrecomputedRetrieveSourceConfig & GetRetrieveSourceConfig() const
bool RetrieveAndGenerateSourceConfigHasBeenSet() const
void SetRetrieveSourceConfig(RetrieveSourceConfigT &&value)
AWS_BEDROCK_API EvaluationPrecomputedRagSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API EvaluationPrecomputedRagSourceConfig()=default
bool RetrieveSourceConfigHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue