QueryFilters

A set of filters to narrow the set of lineage entities connected to the StartArn(s) returned by the QueryLineage API action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filter the lineage entities connected to the StartArn(s) after the create date.

Link copied to clipboard

Filter the lineage entities connected to the StartArn(s) by created date.

Link copied to clipboard

Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.

Link copied to clipboard

Filter the lineage entities connected to the StartArn(s) after the last modified date.

Link copied to clipboard

Filter the lineage entities connected to the StartArn(s) before the last modified date.

Link copied to clipboard

Filter the lineage entities connected to the StartArn(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.

Link copied to clipboard

Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.

Functions

Link copied to clipboard
inline fun copy(block: QueryFilters.Builder.() -> Unit = {}): QueryFilters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String