Lists the associations in your account and their properties
Lists the associations in your account and their properties.
sagemaker_list_associations(SourceArn, DestinationArn, SourceType, DestinationType, AssociationType, CreatedAfter, CreatedBefore, SortBy, SortOrder, NextToken, MaxResults)
SourceArn |
A filter that returns only associations with the specified source ARN. |
DestinationArn |
A filter that returns only associations with the specified destination Amazon Resource Name (ARN). |
SourceType |
A filter that returns only associations with the specified source type. |
DestinationType |
A filter that returns only associations with the specified destination type. |
AssociationType |
A filter that returns only associations of the specified type. |
CreatedAfter |
A filter that returns only associations created on or after the specified time. |
CreatedBefore |
A filter that returns only associations created on or before the specified time. |
SortBy |
The property used to sort results. The default value is |
SortOrder |
The sort order. The default value is |
NextToken |
If the previous call to
|
MaxResults |
The maximum number of associations to return in the response. The default value is 10. |
A list with the following syntax:
list( AssociationSummaries = list( list( SourceArn = "string", DestinationArn = "string", SourceType = "string", DestinationType = "string", AssociationType = "ContributedTo"|"AssociatedWith"|"DerivedFrom"|"Produced", SourceName = "string", DestinationName = "string", CreationTime = as.POSIXct( "2015-01-01" ), CreatedBy = list( UserProfileArn = "string", UserProfileName = "string", DomainId = "string" ) ) ), NextToken = "string" )
svc$list_associations( SourceArn = "string", DestinationArn = "string", SourceType = "string", DestinationType = "string", AssociationType = "ContributedTo"|"AssociatedWith"|"DerivedFrom"|"Produced", CreatedAfter = as.POSIXct( "2015-01-01" ), CreatedBefore = as.POSIXct( "2015-01-01" ), SortBy = "SourceArn"|"DestinationArn"|"SourceType"|"DestinationType"|"CreationTime", SortOrder = "Ascending"|"Descending", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.