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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html



26731
26732
26733
26734
26735
26736
# File 'lib/aws-sdk-sagemaker/types.rb', line 26731

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)


26731
26732
26733
26734
26735
26736
# File 'lib/aws-sdk-sagemaker/types.rb', line 26731

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