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

FeatureMetadata

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

The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.

interface FeatureMetadata {
CreationTime?: Date | number | null;
Description?: string | null;
FeatureGroupArn?: string | null;
FeatureGroupName?: string | null;
FeatureName?: string | null;
FeatureType?: FeatureType | null;
LastModifiedTime?: Date | number | null;
Parameters?: FeatureParameter[] | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

A timestamp indicating when the feature was created.

§
Description?: string | null
[src]

An optional description that you specify to better describe the feature.

§
FeatureGroupArn?: string | null
[src]

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

§
FeatureGroupName?: string | null
[src]

The name of the feature group containing the feature.

§
FeatureName?: string | null
[src]

The name of feature.

§
FeatureType?: FeatureType | null
[src]

The data type of the feature.

§
LastModifiedTime?: Date | number | null
[src]

A timestamp indicating when the feature was last modified.

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

Optional key-value pairs that you specify to better describe the feature.