Struct aws_sdk_sagemaker::types::InferenceRecommendation
source · #[non_exhaustive]pub struct InferenceRecommendation { /* private fields */ }
Expand description
A list of recommendations made by Amazon SageMaker Inference Recommender.
Implementations§
source§impl InferenceRecommendation
impl InferenceRecommendation
sourcepub fn metrics(&self) -> Option<&RecommendationMetrics>
pub fn metrics(&self) -> Option<&RecommendationMetrics>
The metrics used to decide what recommendation to make.
sourcepub fn endpoint_configuration(&self) -> Option<&EndpointOutputConfiguration>
pub fn endpoint_configuration(&self) -> Option<&EndpointOutputConfiguration>
Defines the endpoint configuration parameters.
sourcepub fn model_configuration(&self) -> Option<&ModelConfiguration>
pub fn model_configuration(&self) -> Option<&ModelConfiguration>
Defines the model configuration.
sourcepub fn recommendation_id(&self) -> Option<&str>
pub fn recommendation_id(&self) -> Option<&str>
The recommendation ID which uniquely identifies each recommendation.
source§impl InferenceRecommendation
impl InferenceRecommendation
sourcepub fn builder() -> InferenceRecommendationBuilder
pub fn builder() -> InferenceRecommendationBuilder
Creates a new builder-style object to manufacture InferenceRecommendation
.
Trait Implementations§
source§impl Clone for InferenceRecommendation
impl Clone for InferenceRecommendation
source§fn clone(&self) -> InferenceRecommendation
fn clone(&self) -> InferenceRecommendation
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 InferenceRecommendation
impl Debug for InferenceRecommendation
source§impl PartialEq<InferenceRecommendation> for InferenceRecommendation
impl PartialEq<InferenceRecommendation> for InferenceRecommendation
source§fn eq(&self, other: &InferenceRecommendation) -> bool
fn eq(&self, other: &InferenceRecommendation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.