AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.QueryFilters

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class QueryFilters

The QueryFilters type exposes the following members

Constructors

NameDescription
Public Method QueryFilters()

Properties

NameTypeDescription
Public Property CreatedAfter System.DateTime

Gets and sets the property CreatedAfter.

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

Public Property CreatedBefore System.DateTime

Gets and sets the property CreatedBefore.

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

Public Property LineageTypes System.Collections.Generic.List<System.String>

Gets and sets the property LineageTypes.

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

Public Property ModifiedAfter System.DateTime

Gets and sets the property ModifiedAfter.

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

Public Property ModifiedBefore System.DateTime

Gets and sets the property ModifiedBefore.

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

Public Property Properties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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.

Public Property Types System.Collections.Generic.List<System.String>

Gets and sets the property Types.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5