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.



27693
27694
27695
27696
27697
27698
# File 'lib/aws-sdk-sagemaker/types.rb', line 27693

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)


27693
27694
27695
27696
27697
27698
# File 'lib/aws-sdk-sagemaker/types.rb', line 27693

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