Class: Aws::SageMaker::Types::ListModelCardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelCardsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_card_summaries ⇒ Array<Types::ModelCardSummary>
The summaries of the listed model cards.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#model_card_summaries ⇒ Array<Types::ModelCardSummary>
The summaries of the listed model cards.
29329 29330 29331 29332 29333 29334 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29329 class ListModelCardsResponse < Struct.new( :model_card_summaries, :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 cards, use it in the subsequent request.
29329 29330 29331 29332 29333 29334 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29329 class ListModelCardsResponse < Struct.new( :model_card_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |