7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock/model/EvaluationModelConfig.h>
10#include <aws/bedrock/model/RAGConfig.h>
51 template<
typename ModelsT = Aws::Vector<EvaluationModelConfig>>
52 void SetModels(ModelsT&& value) { m_modelsHasBeenSet =
true; m_models = std::forward<ModelsT>(value); }
53 template<
typename ModelsT = Aws::Vector<EvaluationModelConfig>>
55 template<
typename ModelsT = EvaluationModelConfig>
67 template<
typename RagConfigsT = Aws::Vector<RAGConfig>>
68 void SetRagConfigs(RagConfigsT&& value) { m_ragConfigsHasBeenSet =
true; m_ragConfigs = std::forward<RagConfigsT>(value); }
69 template<
typename RagConfigsT = Aws::Vector<RAGConfig>>
71 template<
typename RagConfigsT = RAGConfig>
77 bool m_modelsHasBeenSet =
false;
80 bool m_ragConfigsHasBeenSet =
false;
void SetRagConfigs(RagConfigsT &&value)
EvaluationInferenceConfig & AddRagConfigs(RagConfigsT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< EvaluationModelConfig > & GetModels() const
const Aws::Vector< RAGConfig > & GetRagConfigs() const
EvaluationInferenceConfig & AddModels(ModelsT &&value)
bool ModelsHasBeenSet() const
EvaluationInferenceConfig & WithRagConfigs(RagConfigsT &&value)
AWS_BEDROCK_API EvaluationInferenceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RagConfigsHasBeenSet() const
EvaluationInferenceConfig & WithModels(ModelsT &&value)
void SetModels(ModelsT &&value)
AWS_BEDROCK_API EvaluationInferenceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API EvaluationInferenceConfig()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue