Class: Aws::SageMaker::Types::ListHyperParameterTuningJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHyperParameterTuningJobsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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] 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 a `NextToken`.
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.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html
28205 28206 28207 28208 28209 28210 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28205 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.
28205 28206 28207 28208 28209 28210 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28205 class ListHyperParameterTuningJobsResponse < Struct.new( :hyper_parameter_tuning_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |