IngestionJobFilter¶
Structure Class¶
IngestionJobFilter
dataclass
¶
The definition of a filter to filter the data.
Attributes¶
attribute
instance-attribute
¶
attribute: IngestionJobFilterAttribute
The name of field or attribute to apply the filter.
operator
instance-attribute
¶
operator: IngestionJobFilterOperator
The operation to apply to the field or attribute.
values
instance-attribute
¶
values: list[str]
A list of values that belong to the field or attribute.