Class: Aws::Types::ListHyperParameterTuningJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hyper_parameter_tuning_job_summaries::Array[Types::HyperParameterTuningJobSummary]

Returns the value of attribute hyper_parameter_tuning_job_summaries.



7698
7699
7700
# File 'sig/types.rbs', line 7698

def hyper_parameter_tuning_job_summaries
  @hyper_parameter_tuning_job_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7699
7700
7701
# File 'sig/types.rbs', line 7699

def next_token
  @next_token
end