Class: Aws::SageMaker::Types::ListFeatureGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListFeatureGroupsRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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
.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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.
22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 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 |