7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/PerformanceConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template <
typename ModelIdentifierT = Aws::String>
54 m_modelIdentifierHasBeenSet =
true;
55 m_modelIdentifier = std::forward<ModelIdentifierT>(value);
57 template <
typename ModelIdentifierT = Aws::String>
71 template <
typename InferenceParamsT = Aws::String>
73 m_inferenceParamsHasBeenSet =
true;
74 m_inferenceParams = std::forward<InferenceParamsT>(value);
76 template <
typename InferenceParamsT = Aws::String>
89 template <
typename PerformanceConfigT = PerformanceConfiguration>
91 m_performanceConfigHasBeenSet =
true;
92 m_performanceConfig = std::forward<PerformanceConfigT>(value);
94 template <
typename PerformanceConfigT = PerformanceConfiguration>
106 bool m_modelIdentifierHasBeenSet =
false;
107 bool m_inferenceParamsHasBeenSet =
false;
108 bool m_performanceConfigHasBeenSet =
false;
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API EvaluationBedrockModel(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API EvaluationBedrockModel()=default
const Aws::String & GetModelIdentifier() const
EvaluationBedrockModel & WithPerformanceConfig(PerformanceConfigT &&value)
void SetModelIdentifier(ModelIdentifierT &&value)
EvaluationBedrockModel & WithModelIdentifier(ModelIdentifierT &&value)
EvaluationBedrockModel & WithInferenceParams(InferenceParamsT &&value)
const PerformanceConfiguration & GetPerformanceConfig() const
const Aws::String & GetInferenceParams() const
void SetPerformanceConfig(PerformanceConfigT &&value)
AWS_BEDROCK_API EvaluationBedrockModel & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PerformanceConfigHasBeenSet() const
bool ModelIdentifierHasBeenSet() const
void SetInferenceParams(InferenceParamsT &&value)
bool InferenceParamsHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue