View source: R/sagemaker_operations.R
sagemaker_query_lineage | R Documentation |
Use this action to inspect your lineage and discover relationships between entities. For more information, see Querying Lineage Entities in the Amazon SageMaker Developer Guide.
See https://www.paws-r-sdk.com/docs/sagemaker_query_lineage/ for full documentation.
sagemaker_query_lineage(
StartArns = NULL,
Direction = NULL,
IncludeEdges = NULL,
Filters = NULL,
MaxDepth = NULL,
MaxResults = NULL,
NextToken = NULL
)
StartArns |
A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query. |
Direction |
Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses. |
IncludeEdges |
Setting this value to |
Filters |
A set of filtering parameters that allow you to specify which entities should be returned.
|
MaxDepth |
The maximum depth in lineage relationships from the |
MaxResults |
Limits the number of vertices in the results. Use the |
NextToken |
Limits the number of vertices in the request. Use the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.