View source: R/sagemaker_operations.R
sagemaker_list_feature_groups | R Documentation |
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
)
NameContains |
A string that partially matches one or more |
FeatureGroupStatusEquals |
A |
OfflineStoreStatusEquals |
An |
CreationTimeAfter |
Use this parameter to search for |
CreationTimeBefore |
Use this parameter to search for |
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
|
NextToken |
A token to resume pagination of
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.