AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VectorIngestionConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/ChunkingConfiguration.h>
9#include <aws/bedrock-agent/model/CustomTransformationConfiguration.h>
10#include <aws/bedrock-agent/model/ParsingConfiguration.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace BedrockAgent
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_BEDROCKAGENT_API VectorIngestionConfiguration();
40 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const ChunkingConfiguration& GetChunkingConfiguration() const{ return m_chunkingConfiguration; }
50 inline bool ChunkingConfigurationHasBeenSet() const { return m_chunkingConfigurationHasBeenSet; }
51 inline void SetChunkingConfiguration(const ChunkingConfiguration& value) { m_chunkingConfigurationHasBeenSet = true; m_chunkingConfiguration = value; }
52 inline void SetChunkingConfiguration(ChunkingConfiguration&& value) { m_chunkingConfigurationHasBeenSet = true; m_chunkingConfiguration = std::move(value); }
56
58
61 inline const CustomTransformationConfiguration& GetCustomTransformationConfiguration() const{ return m_customTransformationConfiguration; }
62 inline bool CustomTransformationConfigurationHasBeenSet() const { return m_customTransformationConfigurationHasBeenSet; }
63 inline void SetCustomTransformationConfiguration(const CustomTransformationConfiguration& value) { m_customTransformationConfigurationHasBeenSet = true; m_customTransformationConfiguration = value; }
64 inline void SetCustomTransformationConfiguration(CustomTransformationConfiguration&& value) { m_customTransformationConfigurationHasBeenSet = true; m_customTransformationConfiguration = std::move(value); }
68
70
73 inline const ParsingConfiguration& GetParsingConfiguration() const{ return m_parsingConfiguration; }
74 inline bool ParsingConfigurationHasBeenSet() const { return m_parsingConfigurationHasBeenSet; }
75 inline void SetParsingConfiguration(const ParsingConfiguration& value) { m_parsingConfigurationHasBeenSet = true; m_parsingConfiguration = value; }
76 inline void SetParsingConfiguration(ParsingConfiguration&& value) { m_parsingConfigurationHasBeenSet = true; m_parsingConfiguration = std::move(value); }
80 private:
81
82 ChunkingConfiguration m_chunkingConfiguration;
83 bool m_chunkingConfigurationHasBeenSet = false;
84
85 CustomTransformationConfiguration m_customTransformationConfiguration;
86 bool m_customTransformationConfigurationHasBeenSet = false;
87
88 ParsingConfiguration m_parsingConfiguration;
89 bool m_parsingConfigurationHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace BedrockAgent
94} // namespace Aws
VectorIngestionConfiguration & WithChunkingConfiguration(ChunkingConfiguration &&value)
VectorIngestionConfiguration & WithParsingConfiguration(ParsingConfiguration &&value)
AWS_BEDROCKAGENT_API VectorIngestionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
VectorIngestionConfiguration & WithCustomTransformationConfiguration(const CustomTransformationConfiguration &value)
VectorIngestionConfiguration & WithCustomTransformationConfiguration(CustomTransformationConfiguration &&value)
void SetChunkingConfiguration(const ChunkingConfiguration &value)
const CustomTransformationConfiguration & GetCustomTransformationConfiguration() const
AWS_BEDROCKAGENT_API VectorIngestionConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCustomTransformationConfiguration(CustomTransformationConfiguration &&value)
void SetCustomTransformationConfiguration(const CustomTransformationConfiguration &value)
VectorIngestionConfiguration & WithChunkingConfiguration(const ChunkingConfiguration &value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
VectorIngestionConfiguration & WithParsingConfiguration(const ParsingConfiguration &value)
Aws::Utils::Json::JsonValue JsonValue