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.



7713
7714
7715
# File 'sig/types.rbs', line 7713

def hyper_parameter_tuning_job_summaries
  @hyper_parameter_tuning_job_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7714
7715
7716
# File 'sig/types.rbs', line 7714

def next_token
  @next_token
end