Class: Aws::SageMaker::Types::ListProcessingJobsResponse

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

#next_tokenString

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.

Returns:

  • (String)


29097
29098
29099
29100
29101
29102
# File 'lib/aws-sdk-sagemaker/types.rb', line 29097

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

#processing_job_summariesArray<Types::ProcessingJobSummary>

An array of ‘ProcessingJobSummary` objects, each listing a processing job.

Returns:



29097
29098
29099
29100
29101
29102
# File 'lib/aws-sdk-sagemaker/types.rb', line 29097

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