Class: Aws::Types::HPOConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_hyper_parameter_ranges ⇒ Types::HyperParameterRanges

Returns the value of attribute algorithm_hyper_parameter_ranges.



910
911
912
# File 'sig/types.rbs', line 910

def algorithm_hyper_parameter_ranges
  @algorithm_hyper_parameter_ranges
end

#hpo_objective ⇒ Types::HPOObjective

Returns the value of attribute hpo_objective.

Returns:



908
909
910
# File 'sig/types.rbs', line 908

def hpo_objective
  @hpo_objective
end

#hpo_resource_config ⇒ Types::HPOResourceConfig

Returns the value of attribute hpo_resource_config.



909
910
911
# File 'sig/types.rbs', line 909

def hpo_resource_config
  @hpo_resource_config
end