Struct aws_sdk_sagemaker::model::ModelLatencyThreshold
source · #[non_exhaustive]pub struct ModelLatencyThreshold { /* private fields */ }
Expand description
The model latency threshold.
Implementations§
source§impl ModelLatencyThreshold
impl ModelLatencyThreshold
sourcepub fn percentile(&self) -> Option<&str>
pub fn percentile(&self) -> Option<&str>
The model latency percentile threshold.
sourcepub fn value_in_milliseconds(&self) -> i32
pub fn value_in_milliseconds(&self) -> i32
The model latency percentile value in milliseconds.
source§impl ModelLatencyThreshold
impl ModelLatencyThreshold
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModelLatencyThreshold
.
Trait Implementations§
source§impl Clone for ModelLatencyThreshold
impl Clone for ModelLatencyThreshold
source§fn clone(&self) -> ModelLatencyThreshold
fn clone(&self) -> ModelLatencyThreshold
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 ModelLatencyThreshold
impl Debug for ModelLatencyThreshold
source§impl PartialEq<ModelLatencyThreshold> for ModelLatencyThreshold
impl PartialEq<ModelLatencyThreshold> for ModelLatencyThreshold
source§fn eq(&self, other: &ModelLatencyThreshold) -> bool
fn eq(&self, other: &ModelLatencyThreshold) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.