Struct aws_sdk_personalize::model::TunedHpoParams
source · #[non_exhaustive]pub struct TunedHpoParams { /* private fields */ }
Expand description
If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of the best performing model.
Implementations§
source§impl TunedHpoParams
impl TunedHpoParams
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TunedHpoParams
.
Trait Implementations§
source§impl Clone for TunedHpoParams
impl Clone for TunedHpoParams
source§fn clone(&self) -> TunedHpoParams
fn clone(&self) -> TunedHpoParams
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 moresource§impl Debug for TunedHpoParams
impl Debug for TunedHpoParams
source§impl PartialEq<TunedHpoParams> for TunedHpoParams
impl PartialEq<TunedHpoParams> for TunedHpoParams
source§fn eq(&self, other: &TunedHpoParams) -> bool
fn eq(&self, other: &TunedHpoParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.