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

DescribeFeatureMetadataResponse

import type { DescribeFeatureMetadataResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeFeatureMetadataResponse {
CreationTime: Date | number;
Description?: string | null;
FeatureGroupArn: string;
FeatureGroupName: string;
FeatureName: string;
FeatureType: FeatureType;
LastModifiedTime: Date | number;
Parameters?: FeatureParameter[] | null;
}

§Properties

§
CreationTime: Date | number
[src]

A timestamp indicating when the feature was created.

§
Description?: string | null
[src]

The description you added to describe the feature.

§
FeatureGroupArn: string
[src]

The Amazon Resource Number (ARN) of the feature group that contains the feature.

§
FeatureGroupName: string
[src]

The name of the feature group that you've specified.

§
FeatureName: string
[src]

The name of the feature that you've specified.

§
FeatureType: FeatureType
[src]

The data type of the feature.

§
LastModifiedTime: Date | number
[src]

A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you

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

The key-value pairs that you added to describe the feature.