class Aws::SageMaker::Types::ListFeatureGroupsRequest
@note When making an API call, you may pass ListFeatureGroupsRequest
data as a hash: { name_contains: "FeatureGroupNameContains", feature_group_status_equals: "Creating", # accepts Creating, Created, CreateFailed, Deleting, DeleteFailed offline_store_status_equals: "Active", # accepts Active, Blocked, Disabled creation_time_after: Time.now, creation_time_before: Time.now, sort_order: "Ascending", # accepts Ascending, Descending sort_by: "Name", # accepts Name, FeatureGroupStatus, OfflineStoreStatus, CreationTime max_results: 1, next_token: "NextToken", }
@!attribute [rw] name_contains
A string that partially matches one or more `FeatureGroup`s names. Filters `FeatureGroup`s by name. @return [String]
@!attribute [rw] feature_group_status_equals
A `FeatureGroup` status. Filters by `FeatureGroup` status. @return [String]
@!attribute [rw] offline_store_status_equals
An `OfflineStore` status. Filters by `OfflineStore` status. @return [String]
@!attribute [rw] creation_time_after
Use this parameter to search for `FeatureGroups`s created after a specific date and time. @return [Time]
@!attribute [rw] creation_time_before
Use this parameter to search for `FeatureGroups`s created before a specific date and time. @return [Time]
@!attribute [rw] sort_order
The order in which feature groups are listed. @return [String]
@!attribute [rw] sort_by
The value on which the feature group list is sorted. @return [String]
@!attribute [rw] max_results
The maximum number of results returned by `ListFeatureGroups`. @return [Integer]
@!attribute [rw] next_token
A token to resume pagination of `ListFeatureGroups` results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListFeatureGroupsRequest AWS API Documentation
Constants
- SENSITIVE