Class: Aws::SageMaker::Types::ListHyperParameterTuningJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHyperParameterTuningJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hyper_parameter_tuning_job_summaries ⇒ Array<Types::HyperParameterTuningJobSummary>
A list of [HyperParameterTuningJobSummary][1] objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned. -
#next_token ⇒ String
If the result of this
ListHyperParameterTuningJobs
request was truncated, the response includes aNextToken
.
Instance Attribute Details
#hyper_parameter_tuning_job_summaries ⇒ Array<Types::HyperParameterTuningJobSummary>
A list of HyperParameterTuningJobSummary objects that describe
the tuning jobs that the ListHyperParameterTuningJobs
request
returned.
29777 29778 29779 29780 29781 29782 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29777 class ListHyperParameterTuningJobsResponse < Struct.new( :hyper_parameter_tuning_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of this ListHyperParameterTuningJobs
request was
truncated, the response includes a NextToken
. To retrieve the next
set of tuning jobs, use the token in the next request.
29777 29778 29779 29780 29781 29782 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29777 class ListHyperParameterTuningJobsResponse < Struct.new( :hyper_parameter_tuning_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |