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

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

Returns:

  • (String)


29672
29673
29674
29675
29676
29677
# File 'lib/aws-sdk-sagemaker/types.rb', line 29672

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

#transform_job_summariesArray<Types::TransformJobSummary>

An array of ‘TransformJobSummary` objects.

Returns:



29672
29673
29674
29675
29676
29677
# File 'lib/aws-sdk-sagemaker/types.rb', line 29672

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