Class: Aws::Types::HyperParameterTuningJobConfig

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_objectiveTypes::HyperParameterTuningJobObjective

Returns the value of attribute hyper_parameter_tuning_job_objective.



6338
6339
6340
# File 'sig/types.rbs', line 6338

def hyper_parameter_tuning_job_objective
  @hyper_parameter_tuning_job_objective
end

#parameter_rangesTypes::ParameterRanges

Returns the value of attribute parameter_ranges.



6340
6341
6342
# File 'sig/types.rbs', line 6340

def parameter_ranges
  @parameter_ranges
end

#random_seed::Integer

Returns the value of attribute random_seed.

Returns:

  • (::Integer)


6343
6344
6345
# File 'sig/types.rbs', line 6343

def random_seed
  @random_seed
end

#resource_limitsTypes::ResourceLimits

Returns the value of attribute resource_limits.



6339
6340
6341
# File 'sig/types.rbs', line 6339

def resource_limits
  @resource_limits
end

#strategy"Bayesian", ...

Returns the value of attribute strategy.

Returns:

  • ("Bayesian", "Random", "Hyperband", "Grid")


6336
6337
6338
# File 'sig/types.rbs', line 6336

def strategy
  @strategy
end

#strategy_configTypes::HyperParameterTuningJobStrategyConfig

Returns the value of attribute strategy_config.



6337
6338
6339
# File 'sig/types.rbs', line 6337

def strategy_config
  @strategy_config
end

#training_job_early_stopping_type"Off", "Auto"

Returns the value of attribute training_job_early_stopping_type.

Returns:

  • ("Off", "Auto")


6341
6342
6343
# File 'sig/types.rbs', line 6341

def training_job_early_stopping_type
  @training_job_early_stopping_type
end

#tuning_job_completion_criteriaTypes::TuningJobCompletionCriteria

Returns the value of attribute tuning_job_completion_criteria.



6342
6343
6344
# File 'sig/types.rbs', line 6342

def tuning_job_completion_criteria
  @tuning_job_completion_criteria
end