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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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.
29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29282 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 |