Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPipelineExecutionsResponse

import type { ListPipelineExecutionsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListPipelineExecutionsResponse {
NextToken?: string | null;
PipelineExecutionSummaries?: PipelineExecutionSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

§
PipelineExecutionSummaries?: PipelineExecutionSummary[] | null
[src]

Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.