Class: Aws::SageMaker::Types::ListProcessingJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListProcessingJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token.
-
#processing_job_summaries ⇒ Array<Types::ProcessingJobSummary>
An array of
ProcessingJobSummary
objects, each listing a processing job.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
32287 32288 32289 32290 32291 32292 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32287 class ListProcessingJobsResponse < Struct.new( :processing_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#processing_job_summaries ⇒ Array<Types::ProcessingJobSummary>
An array of ProcessingJobSummary
objects, each listing a
processing job.
32287 32288 32289 32290 32291 32292 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32287 class ListProcessingJobsResponse < Struct.new( :processing_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |