Class: Aws::SageMaker::Types::ListModelCardVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelCardVersionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_card_version_summary_list ⇒ Array<Types::ModelCardVersionSummary>
The summaries of the listed versions of the model card.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#model_card_version_summary_list ⇒ Array<Types::ModelCardVersionSummary>
The summaries of the listed versions of the model card.
34346 34347 34348 34349 34350 34351 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34346 class ListModelCardVersionsResponse < Struct.new( :model_card_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of model card versions, use it in the subsequent request.
34346 34347 34348 34349 34350 34351 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34346 class ListModelCardVersionsResponse < Struct.new( :model_card_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |