sagemaker_list_lineage_groups: A list of lineage groups shared with your Amazon Web Services...

View source: R/sagemaker_operations.R

sagemaker_list_lineage_groupsR Documentation

A list of lineage groups shared with your Amazon Web Services account

Description

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.

Usage

sagemaker_list_lineage_groups(
  CreatedAfter = NULL,
  CreatedBefore = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CreatedAfter

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

CreatedBefore

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

SortBy

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

SortOrder

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

NextToken

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

MaxResults

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


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.