Class: Aws::QConnect::Types::VectorIngestionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::VectorIngestionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Contains details about how to ingest the documents in a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chunking_configuration ⇒ Types::ChunkingConfiguration
Details about how to chunk the documents in the data source.
-
#parsing_configuration ⇒ Types::ParsingConfiguration
A custom parser for data source documents.
Instance Attribute Details
#chunking_configuration ⇒ Types::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.
12428 12429 12430 12431 12432 12433 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12428 class VectorIngestionConfiguration < Struct.new( :chunking_configuration, :parsing_configuration) SENSITIVE = [] include Aws::Structure end |
#parsing_configuration ⇒ Types::ParsingConfiguration
A custom parser for data source documents.
12428 12429 12430 12431 12432 12433 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12428 class VectorIngestionConfiguration < Struct.new( :chunking_configuration, :parsing_configuration) SENSITIVE = [] include Aws::Structure end |