Class: Aws::SageMaker::Types::ListTransformJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

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 transform jobs, use it in the next request.

Returns:

  • (String)


7982
7983
7984
7985
7986
# File 'lib/aws-sdk-sagemaker/types.rb', line 7982

class ListTransformJobsResponse < Struct.new(
  :transform_job_summaries,
  :next_token)
  include Aws::Structure
end

#transform_job_summariesArray<Types::TransformJobSummary>

An array of ‘TransformJobSummary` objects.

Returns:



7982
7983
7984
7985
7986
# File 'lib/aws-sdk-sagemaker/types.rb', line 7982

class ListTransformJobsResponse < Struct.new(
  :transform_job_summaries,
  :next_token)
  include Aws::Structure
end