Data Source Custom Document Enrichment Configuration Pre Extraction Hook Configuration Invocation Condition
data class DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition(val conditionDocumentAttributeKey: String, val conditionOnValue: DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue? = null, val operator: String)
Constructors
Link copied to clipboard
fun DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationCondition(conditionDocumentAttributeKey: String, conditionOnValue: DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue? = null, operator: String)
Types
Properties
Link copied to clipboard
The identifier of the document attribute used for the condition. For example, _source_uri
could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support _document_body
as an attribute key used for the condition.
Link copied to clipboard