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>
51 template<
typename BedrockModelIdentifiersT = Aws::Vector<Aws::String>>
52 void SetBedrockModelIdentifiers(BedrockModelIdentifiersT&& value) { m_bedrockModelIdentifiersHasBeenSet =
true; m_bedrockModelIdentifiers = std::forward<BedrockModelIdentifiersT>(value); }
53 template<
typename BedrockModelIdentifiersT = Aws::Vector<Aws::String>>
55 template<
typename BedrockModelIdentifiersT = Aws::String>
66 template<
typename PrecomputedInferenceSourceIdentifiersT = Aws::Vector<Aws::String>>
67 void SetPrecomputedInferenceSourceIdentifiers(PrecomputedInferenceSourceIdentifiersT&& value) { m_precomputedInferenceSourceIdentifiersHasBeenSet =
true; m_precomputedInferenceSourceIdentifiers = std::forward<PrecomputedInferenceSourceIdentifiersT>(value); }
68 template<
typename PrecomputedInferenceSourceIdentifiersT = Aws::Vector<Aws::String>>
70 template<
typename PrecomputedInferenceSourceIdentifiersT = Aws::String>
76 bool m_bedrockModelIdentifiersHasBeenSet =
false;
79 bool m_precomputedInferenceSourceIdentifiersHasBeenSet =
false;
void SetBedrockModelIdentifiers(BedrockModelIdentifiersT &&value)
const Aws::Vector< Aws::String > & GetPrecomputedInferenceSourceIdentifiers() const
EvaluationModelConfigSummary & AddBedrockModelIdentifiers(BedrockModelIdentifiersT &&value)
EvaluationModelConfigSummary & AddPrecomputedInferenceSourceIdentifiers(PrecomputedInferenceSourceIdentifiersT &&value)
AWS_BEDROCK_API EvaluationModelConfigSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetBedrockModelIdentifiers() const
void SetPrecomputedInferenceSourceIdentifiers(PrecomputedInferenceSourceIdentifiersT &&value)
EvaluationModelConfigSummary & WithBedrockModelIdentifiers(BedrockModelIdentifiersT &&value)
EvaluationModelConfigSummary & WithPrecomputedInferenceSourceIdentifiers(PrecomputedInferenceSourceIdentifiersT &&value)
bool PrecomputedInferenceSourceIdentifiersHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API EvaluationModelConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BedrockModelIdentifiersHasBeenSet() const
AWS_BEDROCK_API EvaluationModelConfigSummary()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue