View source: R/sagemaker_operations.R
sagemaker_list_pipelines | R Documentation |
Gets a list of pipelines.
See https://www.paws-r-sdk.com/docs/sagemaker_list_pipelines/ for full documentation.
sagemaker_list_pipelines(
PipelineNamePrefix = NULL,
CreatedAfter = NULL,
CreatedBefore = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
PipelineNamePrefix |
The prefix of the pipeline name. |
CreatedAfter |
A filter that returns the pipelines that were created after a specified time. |
CreatedBefore |
A filter that returns the pipelines that were created before a specified time. |
SortBy |
The field by which to sort results. The default is |
SortOrder |
The sort order for results. |
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of pipelines to return in the response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.