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

DescribeFeatureGroupRequest

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

§Properties

§
FeatureGroupName: string
[src]

The name of the FeatureGroup you want described.

§
NextToken?: string | null
[src]

A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.