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

FeatureGroupSummary

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

The name, Arn, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

interface FeatureGroupSummary {
CreationTime: Date | number;
FeatureGroupArn: string;
FeatureGroupName: string;
FeatureGroupStatus?: FeatureGroupStatus | null;
OfflineStoreStatus?: OfflineStoreStatus | null;
}

§Properties

§
CreationTime: Date | number
[src]

A timestamp indicating the time of creation time of the FeatureGroup.

§
FeatureGroupArn: string
[src]

Unique identifier for the FeatureGroup.

§
FeatureGroupName: string
[src]

The name of FeatureGroup.

§
FeatureGroupStatus?: FeatureGroupStatus | null
[src]

The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

§
OfflineStoreStatus?: OfflineStoreStatus | null
[src]

Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.