Struct aws_sdk_personalize::model::HpoObjective
source · #[non_exhaustive]pub struct HpoObjective { /* private fields */ }
Expand description
The metric to optimize during hyperparameter optimization (HPO).
Amazon Personalize doesn't support configuring the hpoObjective
at this time.
Implementations§
source§impl HpoObjective
impl HpoObjective
source§impl HpoObjective
impl HpoObjective
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HpoObjective
.
Trait Implementations§
source§impl Clone for HpoObjective
impl Clone for HpoObjective
source§fn clone(&self) -> HpoObjective
fn clone(&self) -> HpoObjective
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more