class Aws::BedrockAgent::Types::ParsingConfiguration
@see docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/ParsingConfiguration AWS API Documentation
@return [String]
The parsing strategy for the data source.
@!attribute [rw] parsing_strategy
@return [Types::BedrockFoundationModelConfiguration]
configurations for using a foundation model to parse documents.
for ingesting your data source, use this object to modify
If you specify ‘BEDROCK_FOUNDATION_MODEL` as the parsing strategy
@!attribute [rw] bedrock_foundation_model_configuration
@return [Types::BedrockDataAutomationConfiguration]
for using the Amazon Bedrock Data Automation parser.
ingesting your data source, use this object to modify configurations
If you specify `BEDROCK_DATA_AUTOMATION` as the parsing strategy for
@!attribute [rw] bedrock_data_automation_configuration<br><br>: docs.aws.amazon.com/bedrock/latest/userguide/kb-advanced-parsing.html<br><br><br><br></note>
be used instead.
and it fails to parse a file, the Amazon Bedrock default parser will
<note markdown=“1”> If you specify `BEDROCK_DATA_AUTOMATION` or `BEDROCK_FOUNDATION_MODEL`
information, see [Parsing options for your data source].
omit it to use the Amazon Bedrock default parser. For more
`parsingStrategy` field and include the relevant configuration, or
splitting it into chunks. Specify the parsing strategy to use in the
default parser converts the contents of each document into text before
Settings for parsing document contents. If you exclude this field, the