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.
See https://www.paws-r-sdk.com/docs/sagemaker_list_lineage_groups/ for full documentation.
sagemaker_list_lineage_groups(
CreatedAfter = NULL,
CreatedBefore = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
A timestamp to filter against lineage groups created after a certain point in time.
A timestamp to filter against lineage groups created before a certain point in time.
The parameter by which to sort the results. The default is
CreationTime
.
The sort order for the results. The default is Ascending
.
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
The maximum number of endpoints to return in the response. This value defaults to 10.