Class: Aws::SageMaker::Types::ListAutoMLJobsResponse

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

#auto_ml_job_summariesArray<Types::AutoMLJobSummary>

Returns a summary list of jobs.

Returns:



25101
25102
25103
25104
25105
25106
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25101

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

#next_tokenString

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


25101
25102
25103
25104
25105
25106
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25101

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