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

FeatureParameter

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

A key-value pair that you specify to describe the feature.

interface FeatureParameter {
Key?: string | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

A key that must contain a value to describe the feature.

§
Value?: string | null
[src]

The value that belongs to a key.