Class: Aws::SageMaker::Types::ListModelCardExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelCardExportJobsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_card_export_job_summaries ⇒ Array<Types::ModelCardExportJobSummary>
The summaries of the listed model card export jobs.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#model_card_export_job_summaries ⇒ Array<Types::ModelCardExportJobSummary>
The summaries of the listed model card export jobs.
29188 29189 29190 29191 29192 29193 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29188 class ListModelCardExportJobsResponse < Struct.new( :model_card_export_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
29188 29189 29190 29191 29192 29193 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29188 class ListModelCardExportJobsResponse < Struct.new( :model_card_export_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |