Class: Aws::QConnect::Types::ParsingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Settings for parsing document contents. By default, the service converts the contents of each document into text before splitting it into chunks. To improve processing of PDF files with tables and images, you can configure the data source to convert the pages of text into images and use a model to describe the contents of each page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_foundation_model_configurationTypes::BedrockFoundationModelConfigurationForParsing

Settings for a foundation model used to parse documents for a data source.



7590
7591
7592
7593
7594
7595
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7590

class ParsingConfiguration < Struct.new(
  :parsing_strategy,
  :bedrock_foundation_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#parsing_strategyString

The parsing strategy for the data source.

Returns:

  • (String)


7590
7591
7592
7593
7594
7595
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7590

class ParsingConfiguration < Struct.new(
  :parsing_strategy,
  :bedrock_foundation_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end