Class: Aws::SageMaker::Types::ListModelCardsRequest

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

Only list model cards that were created after the time specified.

Returns:

  • (Time)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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

#creation_time_beforeTime

Only list model cards that were created before the time specified.

Returns:

  • (Time)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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

#max_resultsInteger

The maximum number of model cards to list.

Returns:

  • (Integer)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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

#model_card_statusString

Only list model cards with the specified approval status.

Returns:

  • (String)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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

#name_containsString

Only list model cards with names that contain the specified string.

Returns:

  • (String)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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

#next_tokenString

If the response to a previous ‘ListModelCards` request was truncated, the response includes a `NextToken`. To retrieve the next set of model cards, use the token in the next request.

Returns:

  • (String)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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

#sort_byString

Sort model cards by either name or creation time. Sorts by creation time by default.

Returns:

  • (String)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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

#sort_orderString

Sort model cards by ascending or descending order.

Returns:

  • (String)


27809
27810
27811
27812
27813
27814
27815
27816
27817
27818
27819
27820
# File 'lib/aws-sdk-sagemaker/types.rb', line 27809

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