Struct aws_sdk_personalize::model::HpoConfig
source · #[non_exhaustive]pub struct HpoConfig { /* private fields */ }
Expand description
Describes the properties for hyperparameter optimization (HPO).
Implementations§
source§impl HpoConfig
impl HpoConfig
sourcepub fn hpo_objective(&self) -> Option<&HpoObjective>
pub fn hpo_objective(&self) -> Option<&HpoObjective>
The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective
at this time.
sourcepub fn hpo_resource_config(&self) -> Option<&HpoResourceConfig>
pub fn hpo_resource_config(&self) -> Option<&HpoResourceConfig>
Describes the resource configuration for HPO.
sourcepub fn algorithm_hyper_parameter_ranges(&self) -> Option<&HyperParameterRanges>
pub fn algorithm_hyper_parameter_ranges(&self) -> Option<&HyperParameterRanges>
The hyperparameters and their allowable ranges.