Data Source Document Attribute Condition
data class DataSourceDocumentAttributeCondition(val key: String, val operator: DataSourceDocumentEnrichmentConditionOperator, val value: Any? = null)
Constructors
Link copied to clipboard
constructor(key: String, operator: DataSourceDocumentEnrichmentConditionOperator, value: Any? = null)
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 Q Business currently doesn't support _document_body
as an attribute key used for the condition.
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 Q Business currently does not support _document_body
as an attribute key used for the condition.