Class: Aws::SageMaker::Types::ListModelCardsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_card_summariesArray<Types::ModelCardSummary>

The summaries of the listed model cards.

Returns:



27834
27835
27836
27837
27838
27839
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27834

class ListModelCardsResponse < Struct.new(
  :model_card_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.

Returns:

  • (String)


27834
27835
27836
27837
27838
27839
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27834

class ListModelCardsResponse < Struct.new(
  :model_card_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end