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 ListAssociations operation. Lists the associations in your account and their properties.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListAssociationsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListAssociationsRequest type exposes the following members

Constructors

NameDescription
Public Method ListAssociationsRequest()

Properties

NameTypeDescription
Public Property AssociationType Amazon.SageMaker.AssociationEdgeType

Gets and sets the property AssociationType.

A filter that returns only associations of the specified type.

Public Property CreatedAfter System.DateTime

Gets and sets the property CreatedAfter.

A filter that returns only associations created on or after the specified time.

Public Property CreatedBefore System.DateTime

Gets and sets the property CreatedBefore.

A filter that returns only associations created on or before the specified time.

Public Property DestinationArn System.String

Gets and sets the property DestinationArn.

A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

Public Property DestinationType System.String

Gets and sets the property DestinationType.

A filter that returns only associations with the specified destination type.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of associations to return in the response. The default value is 10.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the previous call to ListAssociations didn't return the full set of associations, the call returns a token for getting the next set of associations.

Public Property SortBy Amazon.SageMaker.SortAssociationsBy

Gets and sets the property SortBy.

The property used to sort results. The default value is CreationTime.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The sort order. The default value is Descending.

Public Property SourceArn System.String

Gets and sets the property SourceArn.

A filter that returns only associations with the specified source ARN.

Public Property SourceType System.String

Gets and sets the property SourceType.

A filter that returns only associations with the specified source type.

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