Struct google_api_proto::google::cloud::aiplatform::v1::explanation_metadata::input_metadata::FeatureValueDomain
source · pub struct FeatureValueDomain {
pub min_value: f32,
pub max_value: f32,
pub original_mean: f32,
pub original_stddev: f32,
}
Expand description
Domain details of the input feature value. Provides numeric information about the feature, such as its range (min, max). If the feature has been pre-processed, for example with z-scoring, then it provides information about how to recover the original feature. For example, if the input feature is an image and it has been pre-processed to obtain 0-mean and stddev = 1 values, then original_mean, and original_stddev refer to the mean and stddev of the original feature (e.g. image tensor) from which input feature (with mean = 0 and stddev = 1) was obtained.
Fields§
§min_value: f32
The minimum permissible value for this feature.
max_value: f32
The maximum permissible value for this feature.
original_mean: f32
If this input feature has been normalized to a mean value of 0, the original_mean specifies the mean value of the domain prior to normalization.
original_stddev: f32
If this input feature has been normalized to a standard deviation of 1.0, the original_stddev specifies the standard deviation of the domain prior to normalization.
Trait Implementations§
source§impl Clone for FeatureValueDomain
impl Clone for FeatureValueDomain
source§fn clone(&self) -> FeatureValueDomain
fn clone(&self) -> FeatureValueDomain
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for FeatureValueDomain
impl Debug for FeatureValueDomain
source§impl Default for FeatureValueDomain
impl Default for FeatureValueDomain
source§impl Message for FeatureValueDomain
impl Message for FeatureValueDomain
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for FeatureValueDomain
impl PartialEq for FeatureValueDomain
source§fn eq(&self, other: &FeatureValueDomain) -> bool
fn eq(&self, other: &FeatureValueDomain) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for FeatureValueDomain
impl StructuralPartialEq for FeatureValueDomain
Auto Trait Implementations§
impl Freeze for FeatureValueDomain
impl RefUnwindSafe for FeatureValueDomain
impl Send for FeatureValueDomain
impl Sync for FeatureValueDomain
impl Unpin for FeatureValueDomain
impl UnwindSafe for FeatureValueDomain
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request