Struct google_api_proto::google::cloud::aiplatform::v1::ModelExplanation
source · pub struct ModelExplanation {
pub mean_attributions: Vec<Attribution>,
}
Expand description
Aggregated explanation metrics for a Model over a set of instances.
Fields§
§mean_attributions: Vec<Attribution>
Output only. Aggregated attributions explaining the Model’s prediction outputs over the set of instances. The attributions are grouped by outputs.
For Models that predict only one output, such as regression Models that predict only one score, there is only one attibution that explains the predicted output. For Models that predict multiple outputs, such as multiclass Models that predict multiple classes, each element explains one specific item. [Attribution.output_index][google.cloud.aiplatform.v1.Attribution.output_index] can be used to identify which output this attribution is explaining.
The [baselineOutputValue][google.cloud.aiplatform.v1.Attribution.baseline_output_value], [instanceOutputValue][google.cloud.aiplatform.v1.Attribution.instance_output_value] and [featureAttributions][google.cloud.aiplatform.v1.Attribution.feature_attributions] fields are averaged over the test data.
NOTE: Currently AutoML tabular classification Models produce only one attribution, which averages attributions over all the classes it predicts. [Attribution.approximation_error][google.cloud.aiplatform.v1.Attribution.approximation_error] is not populated.
Trait Implementations§
source§impl Clone for ModelExplanation
impl Clone for ModelExplanation
source§fn clone(&self) -> ModelExplanation
fn clone(&self) -> ModelExplanation
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ModelExplanation
impl Debug for ModelExplanation
source§impl Default for ModelExplanation
impl Default for ModelExplanation
source§impl Message for ModelExplanation
impl Message for ModelExplanation
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 ModelExplanation
impl PartialEq for ModelExplanation
source§fn eq(&self, other: &ModelExplanation) -> bool
fn eq(&self, other: &ModelExplanation) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModelExplanation
Auto Trait Implementations§
impl Freeze for ModelExplanation
impl RefUnwindSafe for ModelExplanation
impl Send for ModelExplanation
impl Sync for ModelExplanation
impl Unpin for ModelExplanation
impl UnwindSafe for ModelExplanation
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