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
)
The prefix of the pipeline name.
A filter that returns the pipelines that were created after a specified time.
A filter that returns the pipelines that were created before a specified time.
The field by which to sort results. The default is CreatedTime
.
The sort order for results.
If the result of the previous
list_pipelines
request was truncated, the
response includes a NextToken
. To retrieve the next set of pipelines,
use the token in the next request.
The maximum number of pipelines to return in the response.