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.deno.dev/v0.4/services/sagemaker.ts?docs=full";
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]

Use this parameter to search for FeatureGroupss created after a specific date and time.

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

Use this parameter to search for FeatureGroupss created before a specific date and time.

§
FeatureGroupStatusEquals?: FeatureGroupStatus | null
[src]

A FeatureGroup status. Filters by FeatureGroup status.

§
MaxResults?: number | null
[src]

The maximum number of results returned by ListFeatureGroups.

§
NameContains?: string | null
[src]

A string that partially matches one or more FeatureGroups names. Filters FeatureGroups by name.

§
NextToken?: string | null
[src]

A token to resume pagination of ListFeatureGroups results.

§
OfflineStoreStatusEquals?: OfflineStoreStatusValue | null
[src]

An OfflineStore status. Filters by OfflineStore status.

§
SortBy?: FeatureGroupSortBy | null
[src]

The value on which the feature group list is sorted.

§
SortOrder?: FeatureGroupSortOrder | null
[src]

The order in which feature groups are listed.