Class: Aws::SageMaker::Types::ListFeatureGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

Use this parameter to search for ‘FeatureGroups`s created after a specific date and time.

Returns:

  • (Time)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_beforeTime

Use this parameter to search for ‘FeatureGroups`s created before a specific date and time.

Returns:

  • (Time)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_equalsString

A ‘FeatureGroup` status. Filters by `FeatureGroup` status.

Returns:

  • (String)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_resultsInteger

The maximum number of results returned by ‘ListFeatureGroups`.

Returns:

  • (Integer)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_containsString

A string that partially matches one or more ‘FeatureGroup`s names. Filters `FeatureGroup`s by name.

Returns:

  • (String)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_tokenString

A token to resume pagination of ‘ListFeatureGroups` results.

Returns:

  • (String)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_equalsString

An ‘OfflineStore` status. Filters by `OfflineStore` status.

Returns:

  • (String)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_byString

The value on which the feature group list is sorted.

Returns:

  • (String)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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_orderString

The order in which feature groups are listed.

Returns:

  • (String)


26359
26360
26361
26362
26363
26364
26365
26366
26367
26368
26369
26370
26371
# File 'lib/aws-sdk-sagemaker/types.rb', line 26359

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