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

UpdateFeatureMetadataRequest

import type { UpdateFeatureMetadataRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateFeatureMetadataRequest {
Description?: string | null;
FeatureGroupName: string;
FeatureName: string;
ParameterAdditions?: FeatureParameter[] | null;
ParameterRemovals?: string[] | null;
}

§Properties

§
Description?: string | null
[src]

A description that you can write to better describe the feature.

§
FeatureGroupName: string
[src]

The name of the feature group containing the feature that you're updating.

§
FeatureName: string
[src]

The name of the feature that you're updating.

§
ParameterAdditions?: FeatureParameter[] | null
[src]

A list of key-value pairs that you can add to better describe the feature.

§
ParameterRemovals?: string[] | null
[src]

A list of parameter keys that you can specify to remove parameters that describe your feature.