View source: R/sagemaker_operations.R
sagemaker_list_lineage_groups | R Documentation |
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
)
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
|
SortOrder |
The sort order for the results. The default is |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.