Class: Aws::SageMaker::Types::ListModelCardExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelCardExportJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
30957 30958 30959 30960 30961 30962 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30957 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.
30957 30958 30959 30960 30961 30962 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30957 class ListModelCardExportJobsResponse < Struct.new( :model_card_export_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |