List FeatureGroups based on given filter and order
Source:R/sagemaker_operations.R
sagemaker_list_feature_groups.RdList FeatureGroups based on given filter and order.
See https://www.paws-r-sdk.com/docs/sagemaker_list_feature_groups/ for full documentation.
Usage
sagemaker_list_feature_groups(
NameContains = NULL,
FeatureGroupStatusEquals = NULL,
OfflineStoreStatusEquals = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
SortOrder = NULL,
SortBy = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- NameContains
A string that partially matches one or more
FeatureGroups names. FiltersFeatureGroups by name.- FeatureGroupStatusEquals
A
FeatureGroupstatus. Filters byFeatureGroupstatus.- OfflineStoreStatusEquals
An
OfflineStorestatus. Filters byOfflineStorestatus.- CreationTimeAfter
Use this parameter to search for
FeatureGroupss created after a specific date and time.- CreationTimeBefore
Use this parameter to search for
FeatureGroupss created before a specific date and time.- SortOrder
The order in which feature groups are listed.
- SortBy
The value on which the feature group list is sorted.
- MaxResults
The maximum number of results returned by
list_feature_groups.- NextToken
A token to resume pagination of
list_feature_groupsresults.