AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
EmbeddingModelConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/BedrockEmbeddingModelConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgent {
20namespace Model {
21
29 public:
30 AWS_BEDROCKAGENT_API EmbeddingModelConfiguration() = default;
33 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 return m_bedrockEmbeddingModelConfiguration;
41 }
42 inline bool BedrockEmbeddingModelConfigurationHasBeenSet() const { return m_bedrockEmbeddingModelConfigurationHasBeenSet; }
43 template <typename BedrockEmbeddingModelConfigurationT = BedrockEmbeddingModelConfiguration>
45 m_bedrockEmbeddingModelConfigurationHasBeenSet = true;
46 m_bedrockEmbeddingModelConfiguration = std::forward<BedrockEmbeddingModelConfigurationT>(value);
47 }
48 template <typename BedrockEmbeddingModelConfigurationT = BedrockEmbeddingModelConfiguration>
50 SetBedrockEmbeddingModelConfiguration(std::forward<BedrockEmbeddingModelConfigurationT>(value));
51 return *this;
52 }
54 private:
55 BedrockEmbeddingModelConfiguration m_bedrockEmbeddingModelConfiguration;
56 bool m_bedrockEmbeddingModelConfigurationHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace BedrockAgent
61} // namespace Aws
AWS_BEDROCKAGENT_API EmbeddingModelConfiguration()=default
AWS_BEDROCKAGENT_API EmbeddingModelConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API EmbeddingModelConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetBedrockEmbeddingModelConfiguration(BedrockEmbeddingModelConfigurationT &&value)
EmbeddingModelConfiguration & WithBedrockEmbeddingModelConfiguration(BedrockEmbeddingModelConfigurationT &&value)
const BedrockEmbeddingModelConfiguration & GetBedrockEmbeddingModelConfiguration() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue