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

UpdateFeatureGroupRequest

import type { UpdateFeatureGroupRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateFeatureGroupRequest {
FeatureAdditions?: FeatureDefinition[] | null;
FeatureGroupName: string;
}

§Properties

§
FeatureAdditions?: FeatureDefinition[] | null
[src]

Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.

§
FeatureGroupName: string
[src]

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