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:



27678
27679
27680
27681
27682
27683
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27678

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)


27678
27679
27680
27681
27682
27683
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27678

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