#[non_exhaustive]pub struct RecommendationJobInferenceBenchmark { /* private fields */ }
Expand description
The details for a specific benchmark from an Inference Recommender job.
Implementations§
source§impl RecommendationJobInferenceBenchmark
impl RecommendationJobInferenceBenchmark
sourcepub fn metrics(&self) -> Option<&RecommendationMetrics>
pub fn metrics(&self) -> Option<&RecommendationMetrics>
The metrics of recommendations.
sourcepub fn endpoint_configuration(&self) -> Option<&EndpointOutputConfiguration>
pub fn endpoint_configuration(&self) -> Option<&EndpointOutputConfiguration>
The endpoint configuration made by Inference Recommender during a recommendation job.
sourcepub fn model_configuration(&self) -> Option<&ModelConfiguration>
pub fn model_configuration(&self) -> Option<&ModelConfiguration>
Defines the model configuration. Includes the specification name and environment parameters.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
The reason why a benchmark failed.
sourcepub fn endpoint_metrics(&self) -> Option<&InferenceMetrics>
pub fn endpoint_metrics(&self) -> Option<&InferenceMetrics>
The metrics for an existing endpoint compared in an Inference Recommender job.
source§impl RecommendationJobInferenceBenchmark
impl RecommendationJobInferenceBenchmark
sourcepub fn builder() -> RecommendationJobInferenceBenchmarkBuilder
pub fn builder() -> RecommendationJobInferenceBenchmarkBuilder
Creates a new builder-style object to manufacture RecommendationJobInferenceBenchmark
.
Trait Implementations§
source§impl Clone for RecommendationJobInferenceBenchmark
impl Clone for RecommendationJobInferenceBenchmark
source§fn clone(&self) -> RecommendationJobInferenceBenchmark
fn clone(&self) -> RecommendationJobInferenceBenchmark
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 PartialEq<RecommendationJobInferenceBenchmark> for RecommendationJobInferenceBenchmark
impl PartialEq<RecommendationJobInferenceBenchmark> for RecommendationJobInferenceBenchmark
source§fn eq(&self, other: &RecommendationJobInferenceBenchmark) -> bool
fn eq(&self, other: &RecommendationJobInferenceBenchmark) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.