/AWS1/CL_QQBDOCENRICHMENTCONF¶
Provides the configuration information for altering document metadata and content during the document ingestion process.
For more information, see Custom document enrichment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_inlineconfigurations TYPE /AWS1/CL_QQBINLINEDOCENRICHM00=>TT_INLINEDOCENRICHMENTCONFS TT_INLINEDOCENRICHMENTCONFS¶
Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.
io_preextractionhookconf TYPE REF TO /AWS1/CL_QQBHOOKCONFIGURATION /AWS1/CL_QQBHOOKCONFIGURATION¶
Provides the configuration information for invoking a Lambda function in Lambda to alter document metadata and content when ingesting documents into Amazon Q Business.
You can configure your Lambda function using the
PreExtractionHookConfigurationparameter if you want to apply advanced alterations on the original or raw documents.If you want to apply advanced alterations on the Amazon Q Business structured documents, you must configure your Lambda function using
PostExtractionHookConfiguration.You can only invoke one Lambda function. However, this function can invoke other functions it requires.
For more information, see Custom document enrichment.
io_postextractionhookconf TYPE REF TO /AWS1/CL_QQBHOOKCONFIGURATION /AWS1/CL_QQBHOOKCONFIGURATION¶
Provides the configuration information for invoking a Lambda function in Lambda to alter document metadata and content when ingesting documents into Amazon Q Business.
You can configure your Lambda function using the
PreExtractionHookConfigurationparameter if you want to apply advanced alterations on the original or raw documents.If you want to apply advanced alterations on the Amazon Q Business structured documents, you must configure your Lambda function using
PostExtractionHookConfiguration.You can only invoke one Lambda function. However, this function can invoke other functions it requires.
For more information, see Custom document enrichment.
Queryable Attributes¶
inlineConfigurations¶
Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINECONFIGURATIONS() |
Getter for INLINECONFIGURATIONS, with configurable default |
ASK_INLINECONFIGURATIONS() |
Getter for INLINECONFIGURATIONS w/ exceptions if field has n |
HAS_INLINECONFIGURATIONS() |
Determine if INLINECONFIGURATIONS has a value |
preExtractionHookConfiguration¶
Provides the configuration information for invoking a Lambda function in Lambda to alter document metadata and content when ingesting documents into Amazon Q Business.
You can configure your Lambda function using the
PreExtractionHookConfigurationparameter if you want to apply advanced alterations on the original or raw documents.If you want to apply advanced alterations on the Amazon Q Business structured documents, you must configure your Lambda function using
PostExtractionHookConfiguration.You can only invoke one Lambda function. However, this function can invoke other functions it requires.
For more information, see Custom document enrichment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREEXTRACTIONHOOKCONF() |
Getter for PREEXTRACTIONHOOKCONF |
postExtractionHookConfiguration¶
Provides the configuration information for invoking a Lambda function in Lambda to alter document metadata and content when ingesting documents into Amazon Q Business.
You can configure your Lambda function using the
PreExtractionHookConfigurationparameter if you want to apply advanced alterations on the original or raw documents.If you want to apply advanced alterations on the Amazon Q Business structured documents, you must configure your Lambda function using
PostExtractionHookConfiguration.You can only invoke one Lambda function. However, this function can invoke other functions it requires.
For more information, see Custom document enrichment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTEXTRACTIONHOOKCONF() |
Getter for POSTEXTRACTIONHOOKCONF |