Struct aws_sdk_personalize::model::TunedHpoParams [−][src]
#[non_exhaustive]pub struct TunedHpoParams {
pub algorithm_hyper_parameters: Option<HashMap<String, String>>,
}Expand description
If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of the best performing model.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.algorithm_hyper_parameters: Option<HashMap<String, String>>A list of the hyperparameter values of the best performing model.
Implementations
Creates a new builder-style object to manufacture TunedHpoParams
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TunedHpoParams
impl Send for TunedHpoParams
impl Sync for TunedHpoParams
impl Unpin for TunedHpoParams
impl UnwindSafe for TunedHpoParams
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
