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

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

Returns:

  • (String)


29729
29730
29731
29732
29733
29734
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29729

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:



29729
29730
29731
29732
29733
29734
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29729

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