Struct aws_sdk_sagemaker::model::RecommendationMetrics
source · [−]#[non_exhaustive]pub struct RecommendationMetrics {
pub cost_per_hour: f32,
pub cost_per_inference: f32,
pub max_invocations: i32,
pub model_latency: i32,
}
Expand description
The metrics of recommendations.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cost_per_hour: f32
Defines the cost per hour for the instance.
cost_per_inference: f32
Defines the cost per inference for the instance .
max_invocations: i32
The expected maximum number of requests per minute for the instance.
model_latency: i32
The expected model latency at maximum invocation per minute for the instance.
Implementations
Defines the cost per hour for the instance.
Defines the cost per inference for the instance .
The expected maximum number of requests per minute for the instance.
The expected model latency at maximum invocation per minute for the instance.
Creates a new builder-style object to manufacture RecommendationMetrics
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 RecommendationMetrics
impl Send for RecommendationMetrics
impl Sync for RecommendationMetrics
impl Unpin for RecommendationMetrics
impl UnwindSafe for RecommendationMetrics
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