Gets a list of pipelines
Gets a list of pipelines.
sagemaker_list_pipelines(PipelineNamePrefix, CreatedAfter, CreatedBefore, SortBy, SortOrder, NextToken, MaxResults)
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. |
A list with the following syntax:
list( PipelineSummaries = list( list( PipelineArn = "string", PipelineName = "string", PipelineDisplayName = "string", PipelineDescription = "string", RoleArn = "string", CreationTime = as.POSIXct( "2015-01-01" ), LastModifiedTime = as.POSIXct( "2015-01-01" ), LastExecutionTime = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$list_pipelines( PipelineNamePrefix = "string", CreatedAfter = as.POSIXct( "2015-01-01" ), CreatedBefore = as.POSIXct( "2015-01-01" ), SortBy = "Name"|"CreationTime", SortOrder = "Ascending"|"Descending", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.