Class: Aws::SageMaker::Types::ListModelCardsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelCardsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Only list model cards that were created after the time specified.
-
#creation_time_before ⇒ Time
Only list model cards that were created before the time specified.
-
#max_results ⇒ Integer
The maximum number of model cards to list.
-
#model_card_status ⇒ String
Only list model cards with the specified approval status.
-
#name_contains ⇒ String
Only list model cards with names that contain the specified string.
-
#next_token ⇒ String
If the response to a previous ‘ListModelCards` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
Sort model cards by either name or creation time.
-
#sort_order ⇒ String
Sort model cards by ascending or descending order.
Instance Attribute Details
#creation_time_after ⇒ Time
Only list model cards that were created after the time specified.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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_before ⇒ Time
Only list model cards that were created before the time specified.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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_results ⇒ Integer
The maximum number of model cards to list.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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_status ⇒ String
Only list model cards with the specified approval status.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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_contains ⇒ String
Only list model cards with names that contain the specified string.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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_token ⇒ String
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.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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_by ⇒ String
Sort model cards by either name or creation time. Sorts by creation time by default.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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_order ⇒ String
Sort model cards by ascending or descending order.
30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30605 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 |