QueryFilters - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

QueryFilters

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

Contents

CreatedAfter

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

Type: Timestamp

Required: No

CreatedBefore

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

Type: Timestamp

Required: No

LineageTypes

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

Type: Array of strings

Array Members: Maximum number of 4 items.

Valid Values: TrialComponent | Artifact | Context | Action

Required: No

ModifiedAfter

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

Type: Timestamp

Required: No

ModifiedBefore

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

Type: Timestamp

Required: No

Properties

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.

Type: String to string map

Map Entries: Maximum number of 5 items.

Key Length Constraints: Maximum length of 256.

Value Length Constraints: Maximum length of 256.

Required: No

Types

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

Type: Array of strings

Array Members: Maximum number of 5 items.

Length Constraints: Maximum length of 40.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: