Class: Aws::SageMaker::Types::ListHyperParameterTuningJobsResponse

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

#hyper_parameter_tuning_job_summariesArray<Types::HyperParameterTuningJobSummary>

A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.



26788
26789
26790
26791
26792
26793
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26788

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

#next_tokenString

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.

Returns:

  • (String)


26788
26789
26790
26791
26792
26793
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26788

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