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

ListPipelineExecutionStepsRequest

import type { ListPipelineExecutionStepsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListPipelineExecutionStepsRequest {
MaxResults?: number | null;
NextToken?: string | null;
PipelineExecutionArn?: string | null;
SortOrder?: SortOrder | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of pipeline execution steps to return in the response.

§
NextToken?: string | null
[src]

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

§
PipelineExecutionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the pipeline execution.

§
SortOrder?: SortOrder | null
[src]

The field by which to sort results. The default is CreatedTime.