AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
EvaluationModelConfigSummary.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Bedrock {
21namespace Model {
22
32 public:
33 AWS_BEDROCK_API EvaluationModelConfigSummary() = default;
36 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
43 inline const Aws::Vector<Aws::String>& GetBedrockModelIdentifiers() const { return m_bedrockModelIdentifiers; }
44 inline bool BedrockModelIdentifiersHasBeenSet() const { return m_bedrockModelIdentifiersHasBeenSet; }
45 template <typename BedrockModelIdentifiersT = Aws::Vector<Aws::String>>
47 m_bedrockModelIdentifiersHasBeenSet = true;
48 m_bedrockModelIdentifiers = std::forward<BedrockModelIdentifiersT>(value);
49 }
50 template <typename BedrockModelIdentifiersT = Aws::Vector<Aws::String>>
52 SetBedrockModelIdentifiers(std::forward<BedrockModelIdentifiersT>(value));
53 return *this;
54 }
55 template <typename BedrockModelIdentifiersT = Aws::String>
57 m_bedrockModelIdentifiersHasBeenSet = true;
58 m_bedrockModelIdentifiers.emplace_back(std::forward<BedrockModelIdentifiersT>(value));
59 return *this;
60 }
62
64
69 return m_precomputedInferenceSourceIdentifiers;
70 }
71 inline bool PrecomputedInferenceSourceIdentifiersHasBeenSet() const { return m_precomputedInferenceSourceIdentifiersHasBeenSet; }
72 template <typename PrecomputedInferenceSourceIdentifiersT = Aws::Vector<Aws::String>>
74 m_precomputedInferenceSourceIdentifiersHasBeenSet = true;
75 m_precomputedInferenceSourceIdentifiers = std::forward<PrecomputedInferenceSourceIdentifiersT>(value);
76 }
77 template <typename PrecomputedInferenceSourceIdentifiersT = Aws::Vector<Aws::String>>
79 SetPrecomputedInferenceSourceIdentifiers(std::forward<PrecomputedInferenceSourceIdentifiersT>(value));
80 return *this;
81 }
82 template <typename PrecomputedInferenceSourceIdentifiersT = Aws::String>
84 m_precomputedInferenceSourceIdentifiersHasBeenSet = true;
85 m_precomputedInferenceSourceIdentifiers.emplace_back(std::forward<PrecomputedInferenceSourceIdentifiersT>(value));
86 return *this;
87 }
89 private:
90 Aws::Vector<Aws::String> m_bedrockModelIdentifiers;
91
92 Aws::Vector<Aws::String> m_precomputedInferenceSourceIdentifiers;
93 bool m_bedrockModelIdentifiersHasBeenSet = false;
94 bool m_precomputedInferenceSourceIdentifiersHasBeenSet = false;
95};
96
97} // namespace Model
98} // namespace Bedrock
99} // namespace Aws
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)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API EvaluationModelConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API EvaluationModelConfigSummary()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue