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.

Container for the parameters to the ListLineageGroups operation. A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.ListLineageGroupsRequest

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

Syntax

C#
public class ListLineageGroupsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListLineageGroupsRequest type exposes the following members

Constructors

NameDescription
Public Method ListLineageGroupsRequest()

Properties

NameTypeDescription
Public Property CreatedAfter System.DateTime

Gets and sets the property CreatedAfter.

A timestamp to filter against lineage groups created after a certain point in time.

Public Property CreatedBefore System.DateTime

Gets and sets the property CreatedBefore.

A timestamp to filter against lineage groups created before a certain point in time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of endpoints to return in the response. This value defaults to 10.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

Public Property SortBy Amazon.SageMaker.SortLineageGroupsBy

Gets and sets the property SortBy.

The parameter by which to sort the results. The default is CreationTime.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The sort order for the results. The default is Ascending.

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