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

SageMakerPipelineParameters

import type { SageMakerPipelineParameters } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";

The templated target type for the Amazon SageMaker StartPipelineExecution API operation.

interface SageMakerPipelineParameters {
PipelineParameterList?: SageMakerPipelineParameter[] | null;
}

§Properties

§
PipelineParameterList?: SageMakerPipelineParameter[] | null
[src]

List of parameter names and values to use when executing the SageMaker Model Building Pipeline.