Class: Aws::SageMaker::Types::ListAutoMLJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAutoMLJobsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_ml_job_summaries ⇒ Array<Types::AutoMLJobSummary>
Returns a summary list of jobs.
-
#next_token ⇒ String
If the previous response was truncated, you receive this token.
Instance Attribute Details
#auto_ml_job_summaries ⇒ Array<Types::AutoMLJobSummary>
Returns a summary list of jobs.
26595 26596 26597 26598 26599 26600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26595 class ListAutoMLJobsResponse < Struct.new( :auto_ml_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
26595 26596 26597 26598 26599 26600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26595 class ListAutoMLJobsResponse < Struct.new( :auto_ml_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |