AWS SDK for C++

AWS SDK for C++ Version 1.11.610

Loading...
Searching...
No Matches
EvaluationModelConfigSummary.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Bedrock
23{
24namespace Model
25{
26
36 {
37 public:
38 AWS_BEDROCK_API EvaluationModelConfigSummary() = default;
41 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const Aws::Vector<Aws::String>& GetBedrockModelIdentifiers() const { return m_bedrockModelIdentifiers; }
50 inline bool BedrockModelIdentifiersHasBeenSet() const { return m_bedrockModelIdentifiersHasBeenSet; }
51 template<typename BedrockModelIdentifiersT = Aws::Vector<Aws::String>>
52 void SetBedrockModelIdentifiers(BedrockModelIdentifiersT&& value) { m_bedrockModelIdentifiersHasBeenSet = true; m_bedrockModelIdentifiers = std::forward<BedrockModelIdentifiersT>(value); }
53 template<typename BedrockModelIdentifiersT = Aws::Vector<Aws::String>>
54 EvaluationModelConfigSummary& WithBedrockModelIdentifiers(BedrockModelIdentifiersT&& value) { SetBedrockModelIdentifiers(std::forward<BedrockModelIdentifiersT>(value)); return *this;}
55 template<typename BedrockModelIdentifiersT = Aws::String>
56 EvaluationModelConfigSummary& AddBedrockModelIdentifiers(BedrockModelIdentifiersT&& value) { m_bedrockModelIdentifiersHasBeenSet = true; m_bedrockModelIdentifiers.emplace_back(std::forward<BedrockModelIdentifiersT>(value)); return *this; }
58
60
64 inline const Aws::Vector<Aws::String>& GetPrecomputedInferenceSourceIdentifiers() const { return m_precomputedInferenceSourceIdentifiers; }
65 inline bool PrecomputedInferenceSourceIdentifiersHasBeenSet() const { return m_precomputedInferenceSourceIdentifiersHasBeenSet; }
66 template<typename PrecomputedInferenceSourceIdentifiersT = Aws::Vector<Aws::String>>
67 void SetPrecomputedInferenceSourceIdentifiers(PrecomputedInferenceSourceIdentifiersT&& value) { m_precomputedInferenceSourceIdentifiersHasBeenSet = true; m_precomputedInferenceSourceIdentifiers = std::forward<PrecomputedInferenceSourceIdentifiersT>(value); }
68 template<typename PrecomputedInferenceSourceIdentifiersT = Aws::Vector<Aws::String>>
69 EvaluationModelConfigSummary& WithPrecomputedInferenceSourceIdentifiers(PrecomputedInferenceSourceIdentifiersT&& value) { SetPrecomputedInferenceSourceIdentifiers(std::forward<PrecomputedInferenceSourceIdentifiersT>(value)); return *this;}
70 template<typename PrecomputedInferenceSourceIdentifiersT = Aws::String>
71 EvaluationModelConfigSummary& AddPrecomputedInferenceSourceIdentifiers(PrecomputedInferenceSourceIdentifiersT&& value) { m_precomputedInferenceSourceIdentifiersHasBeenSet = true; m_precomputedInferenceSourceIdentifiers.emplace_back(std::forward<PrecomputedInferenceSourceIdentifiersT>(value)); return *this; }
73 private:
74
75 Aws::Vector<Aws::String> m_bedrockModelIdentifiers;
76 bool m_bedrockModelIdentifiersHasBeenSet = false;
77
78 Aws::Vector<Aws::String> m_precomputedInferenceSourceIdentifiers;
79 bool m_precomputedInferenceSourceIdentifiersHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace Bedrock
84} // 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::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue