AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains details about how to ingest the documents in a data source.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgent.Model.VectorIngestionConfiguration

Namespace: Amazon.BedrockAgent.Model
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z

Syntax

C#
public class VectorIngestionConfiguration

The VectorIngestionConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ChunkingConfiguration Amazon.BedrockAgent.Model.ChunkingConfiguration

Gets and sets the property ChunkingConfiguration.

Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.

Public Property ContextEnrichmentConfiguration Amazon.BedrockAgent.Model.ContextEnrichmentConfiguration

Gets and sets the property ContextEnrichmentConfiguration.

The context enrichment configuration used for ingestion of the data into the vector store.

Public Property CustomTransformationConfiguration Amazon.BedrockAgent.Model.CustomTransformationConfiguration

Gets and sets the property CustomTransformationConfiguration.

A custom document transformer for parsed data source documents.

Public Property ParsingConfiguration Amazon.BedrockAgent.Model.ParsingConfiguration

Gets and sets the property ParsingConfiguration.

Configurations for a parser to use for parsing documents in your data source. If you exclude this field, the default parser will be used.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5