Class: Aws::SageMaker::Types::ListModelCardVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelCardVersionsRequest
- 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 card versions that were created after the time specified.
-
#creation_time_before ⇒ Time
Only list model card versions that were created before the time specified.
-
#max_results ⇒ Integer
The maximum number of model card versions to list.
-
#model_card_name ⇒ String
List model card versions for the model card with the specified name or Amazon Resource Name (ARN).
-
#model_card_status ⇒ String
Only list model card versions with the specified approval status.
-
#next_token ⇒ String
If the response to a previous ‘ListModelCardVersions` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
Sort listed model card versions by version.
-
#sort_order ⇒ String
Sort model card versions by ascending or descending order.
Instance Attribute Details
#creation_time_after ⇒ Time
Only list model card versions that were created after the time specified.
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Only list model card versions that were created before the time specified.
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of model card versions to list.
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#model_card_name ⇒ String
List model card versions for the model card with the specified name or Amazon Resource Name (ARN).
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#model_card_status ⇒ String
Only list model card versions with the specified approval status.
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response to a previous ‘ListModelCardVersions` request was truncated, the response includes a `NextToken`. To retrieve the next set of model card versions, use the token in the next request.
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Sort listed model card versions by version. Sorts by version by default.
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Sort model card versions by ascending or descending order.
29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29213 class ListModelCardVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :max_results, :model_card_name, :model_card_status, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |