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.
29238 29239 29240 29241 29242 29243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29238 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.
29238 29239 29240 29241 29242 29243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29238 class ListModelCardVersionsResponse < Struct.new( :model_card_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |