7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/EvaluationModelConfig.h>
9#include <aws/bedrock/model/RAGConfig.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename ModelsT = Aws::Vector<EvaluationModelConfig>>
47 m_modelsHasBeenSet =
true;
48 m_models = std::forward<ModelsT>(value);
50 template <
typename ModelsT = Aws::Vector<EvaluationModelConfig>>
55 template <
typename ModelsT = EvaluationModelConfig>
57 m_modelsHasBeenSet =
true;
58 m_models.emplace_back(std::forward<ModelsT>(value));
71 template <
typename RagConfigsT = Aws::Vector<RAGConfig>>
73 m_ragConfigsHasBeenSet =
true;
74 m_ragConfigs = std::forward<RagConfigsT>(value);
76 template <
typename RagConfigsT = Aws::Vector<RAGConfig>>
81 template <
typename RagConfigsT = RAGConfig>
83 m_ragConfigsHasBeenSet =
true;
84 m_ragConfigs.emplace_back(std::forward<RagConfigsT>(value));
92 bool m_modelsHasBeenSet =
false;
93 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue