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