Class: Aws::SageMaker::Types::ListResourceCatalogsRequest

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 ‘ResourceCatalog`s created after a specific date and time.

Returns:

  • (Time)


29203
29204
29205
29206
29207
29208
29209
29210
29211
29212
29213
# File 'lib/aws-sdk-sagemaker/types.rb', line 29203

class ListResourceCatalogsRequest < Struct.new(
  :name_contains,
  :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 ‘ResourceCatalog`s created before a specific date and time.

Returns:

  • (Time)


29203
29204
29205
29206
29207
29208
29209
29210
29211
29212
29213
# File 'lib/aws-sdk-sagemaker/types.rb', line 29203

class ListResourceCatalogsRequest < Struct.new(
  :name_contains,
  :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 ‘ListResourceCatalogs`.

Returns:

  • (Integer)


29203
29204
29205
29206
29207
29208
29209
29210
29211
29212
29213
# File 'lib/aws-sdk-sagemaker/types.rb', line 29203

class ListResourceCatalogsRequest < Struct.new(
  :name_contains,
  :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 ‘ResourceCatalog`s names. Filters `ResourceCatalog` by name.

Returns:

  • (String)


29203
29204
29205
29206
29207
29208
29209
29210
29211
29212
29213
# File 'lib/aws-sdk-sagemaker/types.rb', line 29203

class ListResourceCatalogsRequest < Struct.new(
  :name_contains,
  :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 ‘ListResourceCatalogs` results.

Returns:

  • (String)


29203
29204
29205
29206
29207
29208
29209
29210
29211
29212
29213
# File 'lib/aws-sdk-sagemaker/types.rb', line 29203

class ListResourceCatalogsRequest < Struct.new(
  :name_contains,
  :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 resource catalog list is sorted.

Returns:

  • (String)


29203
29204
29205
29206
29207
29208
29209
29210
29211
29212
29213
# File 'lib/aws-sdk-sagemaker/types.rb', line 29203

class ListResourceCatalogsRequest < Struct.new(
  :name_contains,
  :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 the resource catalogs are listed.

Returns:

  • (String)


29203
29204
29205
29206
29207
29208
29209
29210
29211
29212
29213
# File 'lib/aws-sdk-sagemaker/types.rb', line 29203

class ListResourceCatalogsRequest < Struct.new(
  :name_contains,
  :creation_time_after,
  :creation_time_before,
  :sort_order,
  :sort_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end