Data Source Custom Document Enrichment Configuration Inline Configuration Target
data class DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTarget(val targetDocumentAttributeKey: String? = null, val targetDocumentAttributeValue: DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue? = null, val targetDocumentAttributeValueDeletion: Boolean? = null)
Constructors
Link copied to clipboard
constructor(targetDocumentAttributeKey: String? = null, targetDocumentAttributeValue: DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue? = null, targetDocumentAttributeValueDeletion: Boolean? = null)
Properties
Link copied to clipboard
The identifier of the target document attribute or metadata field. For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.
Link copied to clipboard
val targetDocumentAttributeValue: DataSourceCustomDocumentEnrichmentConfigurationInlineConfigurationTargetTargetDocumentAttributeValue? = null
The target value you want to create for the target attribute. For example, 'Finance' could be the target value for the target attribute key 'Department'. See target_document_attribute_value.
Link copied to clipboard
TRUE
to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to TRUE
. To create a target value (TargetDocumentAttributeValue
), set this to FALSE
.