| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
HookConfiguration |
HookConfiguration.clone() |
HookConfiguration |
CustomDocumentEnrichmentConfiguration.getPostExtractionHookConfiguration()
Configuration information for invoking a Lambda function in Lambda on the structured documents with their
metadata and text extracted.
|
HookConfiguration |
CustomDocumentEnrichmentConfiguration.getPreExtractionHookConfiguration()
Configuration information for invoking a Lambda function in Lambda on the original or raw documents before
extracting their metadata and text.
|
HookConfiguration |
HookConfiguration.withInvocationCondition(DocumentAttributeCondition invocationCondition)
The condition used for when a Lambda function should be invoked.
|
HookConfiguration |
HookConfiguration.withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion.
|
HookConfiguration |
HookConfiguration.withS3Bucket(String s3Bucket)
Stores the original, raw documents or the structured, parsed documents before and after altering them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDocumentEnrichmentConfiguration.setPostExtractionHookConfiguration(HookConfiguration postExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the structured documents with their
metadata and text extracted.
|
void |
CustomDocumentEnrichmentConfiguration.setPreExtractionHookConfiguration(HookConfiguration preExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the original or raw documents before
extracting their metadata and text.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withPostExtractionHookConfiguration(HookConfiguration postExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the structured documents with their
metadata and text extracted.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withPreExtractionHookConfiguration(HookConfiguration preExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the original or raw documents before
extracting their metadata and text.
|
Copyright © 2021. All rights reserved.