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
ListHyperParameterTuningJobsrequest returned. -
#next_token ⇒ String
If the result of this
ListHyperParameterTuningJobsrequest 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.
33380 33381 33382 33383 33384 33385 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33380 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.
33380 33381 33382 33383 33384 33385 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33380 class ListHyperParameterTuningJobsResponse < Struct.new( :hyper_parameter_tuning_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |