Struct aws_sdk_personalize::model::AutoMlResult
source · #[non_exhaustive]pub struct AutoMlResult { /* private fields */ }
Expand description
When the solution performs AutoML (performAutoML
is true in CreateSolution), specifies the recipe that best optimized the specified metric.
Implementations§
source§impl AutoMlResult
impl AutoMlResult
sourcepub fn best_recipe_arn(&self) -> Option<&str>
pub fn best_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the best recipe.
source§impl AutoMlResult
impl AutoMlResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoMlResult
.
Trait Implementations§
source§impl Clone for AutoMlResult
impl Clone for AutoMlResult
source§fn clone(&self) -> AutoMlResult
fn clone(&self) -> AutoMlResult
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 AutoMlResult
impl Debug for AutoMlResult
source§impl PartialEq<AutoMlResult> for AutoMlResult
impl PartialEq<AutoMlResult> for AutoMlResult
source§fn eq(&self, other: &AutoMlResult) -> bool
fn eq(&self, other: &AutoMlResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.