NAME
Paws::SageMaker::ListPipelinesResponse
ATTRIBUTES
NextToken => Str
If the result of the previous ListPipelines
request was truncated, the response includes a NextToken
. To retrieve the next set of pipelines, use the token in the next request.
PipelineSummaries => ArrayRef[Paws::SageMaker::PipelineSummary]
Contains a sorted list of PipelineSummary
objects matching the specified filters. Each PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.