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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


29091
29092
29093
29094
29095
29096
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29091

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:



29091
29092
29093
29094
29095
29096
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29091

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