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

PipeTargetSageMakerPipelineParameters

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

The parameters for using a SageMaker pipeline as a target.

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

§Properties

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

List of Parameter names and values for SageMaker Model Building Pipeline execution.