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

ListPipelineParametersForExecutionResponse

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

§Properties

§
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.

§
PipelineParameters?: Parameter[] | null
[src]

Contains a list of pipeline parameters. This list can be empty.