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/cloudwatchevents.ts?docs=full";

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.

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

§Properties

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

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