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
constructor(conditionDocumentAttributeKey: String, conditionOnValue: DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue? = null, operator: String)
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
val conditionOnValue: DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValue? = null
The value used by the operator. For example, you can specify the value 'financial' for strings in the _source_uri
field that partially match or contain this value. See Document Attribute Value.