7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/PerformanceConfiguration.h>
58 template<
typename ModelIdentifierT = Aws::String>
59 void SetModelIdentifier(ModelIdentifierT&& value) { m_modelIdentifierHasBeenSet =
true; m_modelIdentifier = std::forward<ModelIdentifierT>(value); }
60 template<
typename ModelIdentifierT = Aws::String>
71 template<
typename InferenceParamsT = Aws::String>
72 void SetInferenceParams(InferenceParamsT&& value) { m_inferenceParamsHasBeenSet =
true; m_inferenceParams = std::forward<InferenceParamsT>(value); }
73 template<
typename InferenceParamsT = Aws::String>
83 template<
typename PerformanceConfigT = PerformanceConfiguration>
84 void SetPerformanceConfig(PerformanceConfigT&& value) { m_performanceConfigHasBeenSet =
true; m_performanceConfig = std::forward<PerformanceConfigT>(value); }
85 template<
typename PerformanceConfigT = PerformanceConfiguration>
91 bool m_modelIdentifierHasBeenSet =
false;
94 bool m_inferenceParamsHasBeenSet =
false;
97 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue