Class: Aws::SageMaker::Types::ListFeatureGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListFeatureGroupsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Use this parameter to search for ‘FeatureGroups`s created after a specific date and time.
-
#creation_time_before ⇒ Time
Use this parameter to search for ‘FeatureGroups`s created before a specific date and time.
-
#feature_group_status_equals ⇒ String
A ‘FeatureGroup` status.
-
#max_results ⇒ Integer
The maximum number of results returned by ‘ListFeatureGroups`.
-
#name_contains ⇒ String
A string that partially matches one or more ‘FeatureGroup`s names.
-
#next_token ⇒ String
A token to resume pagination of ‘ListFeatureGroups` results.
-
#offline_store_status_equals ⇒ String
An ‘OfflineStore` status.
-
#sort_by ⇒ String
The value on which the feature group list is sorted.
-
#sort_order ⇒ String
The order in which feature groups are listed.
Instance Attribute Details
#creation_time_after ⇒ Time
Use this parameter to search for ‘FeatureGroups`s created after a specific date and time.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Use this parameter to search for ‘FeatureGroups`s created before a specific date and time.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#feature_group_status_equals ⇒ String
A ‘FeatureGroup` status. Filters by `FeatureGroup` status.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results returned by ‘ListFeatureGroups`.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A string that partially matches one or more ‘FeatureGroup`s names. Filters `FeatureGroup`s by name.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to resume pagination of ‘ListFeatureGroups` results.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#offline_store_status_equals ⇒ String
An ‘OfflineStore` status. Filters by `OfflineStore` status.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value on which the feature group list is sorted.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order in which feature groups are listed.
27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27746 class ListFeatureGroupsRequest < Struct.new( :name_contains, :feature_group_status_equals, :offline_store_status_equals, :creation_time_after, :creation_time_before, :sort_order, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |