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.



25543
25544
25545
25546
25547
25548
# File 'lib/aws-sdk-sagemaker/types.rb', line 25543

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)


25543
25544
25545
25546
25547
25548
# File 'lib/aws-sdk-sagemaker/types.rb', line 25543

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