Class: Aws::BedrockAgent::Types::VectorIngestionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::VectorIngestionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Configures ingestion for a vector knowledge base
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chunking_configuration ⇒ Types::ChunkingConfiguration
Configures chunking strategy.
Instance Attribute Details
#chunking_configuration ⇒ Types::ChunkingConfiguration
Configures chunking strategy
3369 3370 3371 3372 3373 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3369 class VectorIngestionConfiguration < Struct.new( :chunking_configuration) SENSITIVE = [] include Aws::Structure end |