| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
HookConfiguration |
CustomDocumentEnrichmentConfiguration.postExtractionHookConfiguration()
Configuration information for invoking a Lambda function in Lambda on the structured documents with their
metadata and text extracted.
|
HookConfiguration |
CustomDocumentEnrichmentConfiguration.preExtractionHookConfiguration()
Configuration information for invoking a Lambda function in Lambda on the original or raw documents before
extracting their metadata and text.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDocumentEnrichmentConfiguration.Builder |
CustomDocumentEnrichmentConfiguration.Builder.postExtractionHookConfiguration(HookConfiguration postExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the structured documents with their
metadata and text extracted.
|
CustomDocumentEnrichmentConfiguration.Builder |
CustomDocumentEnrichmentConfiguration.Builder.preExtractionHookConfiguration(HookConfiguration preExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the original or raw documents before
extracting their metadata and text.
|
Copyright © 2023. All rights reserved.