Class: Aws::SageMaker::Types::ListModelCardVersionsResponse

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_version_summary_listArray<Types::ModelCardVersionSummary>

The summaries of the listed versions of the model card.

Returns:



28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28470

class ListModelCardVersionsResponse < Struct.new(
  :model_card_version_summary_list,
  :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 card versions, use it in the subsequent request.

Returns:

  • (String)


28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28470

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