7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename ModelIdentifierT = Aws::String>
53 void SetModelIdentifier(ModelIdentifierT&& value) { m_modelIdentifierHasBeenSet =
true; m_modelIdentifier = std::forward<ModelIdentifierT>(value); }
54 template<
typename ModelIdentifierT = Aws::String>
60 bool m_modelIdentifierHasBeenSet =
false;
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetModelIdentifier() const
AWS_BEDROCK_API CustomMetricBedrockEvaluatorModel & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ModelIdentifierHasBeenSet() const
void SetModelIdentifier(ModelIdentifierT &&value)
AWS_BEDROCK_API CustomMetricBedrockEvaluatorModel()=default
AWS_BEDROCK_API CustomMetricBedrockEvaluatorModel(Aws::Utils::Json::JsonView jsonValue)
CustomMetricBedrockEvaluatorModel & WithModelIdentifier(ModelIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue