Gets a list of the pipeline executions
Gets a list of the pipeline executions.
sagemaker_list_pipeline_executions(PipelineName, CreatedAfter, CreatedBefore, SortBy, SortOrder, NextToken, MaxResults)
PipelineName |
[required] The name of the pipeline. |
CreatedAfter |
A filter that returns the pipeline executions that were created after a specified time. |
CreatedBefore |
A filter that returns the pipeline executions 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 pipeline executions to return in the response. |
A list with the following syntax:
list( PipelineExecutionSummaries = list( list( PipelineExecutionArn = "string", StartTime = as.POSIXct( "2015-01-01" ), PipelineExecutionStatus = "Executing"|"Stopping"|"Stopped"|"Failed"|"Succeeded", PipelineExecutionDescription = "string", PipelineExecutionDisplayName = "string" ) ), NextToken = "string" )
svc$list_pipeline_executions( PipelineName = "string", CreatedAfter = as.POSIXct( "2015-01-01" ), CreatedBefore = as.POSIXct( "2015-01-01" ), SortBy = "CreationTime"|"PipelineExecutionArn", SortOrder = "Ascending"|"Descending", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.