Class: Aws::SageMaker::Types::ListModelCardExportJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_card_export_job_summariesArray<Types::ModelCardExportJobSummary>

The summaries of the listed model card export jobs.



25784
25785
25786
25787
25788
25789
# File 'lib/aws-sdk-sagemaker/types.rb', line 25784

class ListModelCardExportJobsResponse < Struct.new(
  :model_card_export_job_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 card export jobs, use it in the subsequent request.

Returns:

  • (String)


25784
25785
25786
25787
25788
25789
# File 'lib/aws-sdk-sagemaker/types.rb', line 25784

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