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

Parameter

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

Assigns a value to a named Pipeline parameter.

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

§Properties

§
Name: string
[src]

The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

§
Value: string
[src]

The literal value for the parameter.