Gets a list of the pipeline executions
Source:R/sagemaker_operations.R
sagemaker_list_pipeline_executions.RdGets a list of the pipeline executions.
See https://www.paws-r-sdk.com/docs/sagemaker_list_pipeline_executions/ for full documentation.
Usage
sagemaker_list_pipeline_executions(
PipelineName,
CreatedAfter = NULL,
CreatedBefore = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- PipelineName
[required] The name or Amazon Resource Name (ARN) 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
CreatedTime.- SortOrder
The sort order for results.
- NextToken
If the result of the previous
list_pipeline_executionsrequest was truncated, the response includes aNextToken. To retrieve the next set of pipeline executions, use the token in the next request.- MaxResults
The maximum number of pipeline executions to return in the response.