AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
BedrockEvaluatorModel.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Bedrock {
20namespace Model {
21
30 public:
31 AWS_BEDROCK_API BedrockEvaluatorModel() = default;
34 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetModelIdentifier() const { return m_modelIdentifier; }
42 inline bool ModelIdentifierHasBeenSet() const { return m_modelIdentifierHasBeenSet; }
43 template <typename ModelIdentifierT = Aws::String>
45 m_modelIdentifierHasBeenSet = true;
46 m_modelIdentifier = std::forward<ModelIdentifierT>(value);
47 }
48 template <typename ModelIdentifierT = Aws::String>
50 SetModelIdentifier(std::forward<ModelIdentifierT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_modelIdentifier;
56 bool m_modelIdentifierHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Bedrock
61} // namespace Aws
BedrockEvaluatorModel & WithModelIdentifier(ModelIdentifierT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API BedrockEvaluatorModel()=default
AWS_BEDROCK_API BedrockEvaluatorModel & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API BedrockEvaluatorModel(Aws::Utils::Json::JsonView jsonValue)
void SetModelIdentifier(ModelIdentifierT &&value)
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