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

ListFeatureGroupsRequest

import type { ListFeatureGroupsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface ListFeatureGroupsRequest {
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
FeatureGroupStatusEquals?: FeatureGroupStatus | null;
MaxResults?: number | null;
NameContains?: string | null;
NextToken?: string | null;
OfflineStoreStatusEquals?: OfflineStoreStatusValue | null;
SortBy?: FeatureGroupSortBy | null;
SortOrder?: FeatureGroupSortOrder | null;
}

§Properties

§
CreationTimeAfter?: Date | number | null
[src]
§
CreationTimeBefore?: Date | number | null
[src]
§
FeatureGroupStatusEquals?: FeatureGroupStatus | null
[src]
§
MaxResults?: number | null
[src]
§
NameContains?: string | null
[src]
§
NextToken?: string | null
[src]
§
OfflineStoreStatusEquals?: OfflineStoreStatusValue | null
[src]
§
SortOrder?: FeatureGroupSortOrder | null
[src]