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

ListPipelineParametersForExecutionRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of parameters to return in the response.

§
NextToken?: string | null
[src]

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

§
PipelineExecutionArn: string
[src]

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