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

SageMakerPipelineParameter

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

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

interface SageMakerPipelineParameter {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

Name of parameter to start execution of a SageMaker Model Building Pipeline.

§
Value: string
[src]

Value of parameter to start execution of a SageMaker Model Building Pipeline.