Class: Aws::SageMaker::Types::ListTrainingJobsForHyperParameterTuningJobResponse

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

#next_tokenString

If the result of this ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

Returns:

  • (String)


29498
29499
29500
29501
29502
29503
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29498

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

#training_job_summariesArray<Types::HyperParameterTrainingJobSummary>

A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.



29498
29499
29500
29501
29502
29503
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29498

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