Struct google_api_proto::google::cloud::automl::v1beta1::TablesModelColumnInfo
source · pub struct TablesModelColumnInfo {
pub column_spec_name: String,
pub column_display_name: String,
pub feature_importance: f32,
}
Expand description
An information specific to given column and Tables Model, in context of the Model and the predictions created by it.
Fields§
§column_spec_name: String
Output only. The name of the ColumnSpec describing the column. Not populated when this proto is outputted to BigQuery.
column_display_name: String
Output only. The display name of the column (same as the display_name of its ColumnSpec).
feature_importance: f32
Output only. When given as part of a Model (always populated): Measurement of how much model predictions correctness on the TEST data depend on values in this column. A value between 0 and 1, higher means higher influence. These values are normalized - for all input feature columns of a given model they add to 1.
When given back by Predict (populated iff [feature_importance param][google.cloud.automl.v1beta1.PredictRequest.params] is set) or Batch Predict (populated iff [feature_importance][google.cloud.automl.v1beta1.PredictRequest.params] param is set): Measurement of how impactful for the prediction returned for the given row the value in this column was. Specifically, the feature importance specifies the marginal contribution that the feature made to the prediction score compared to the baseline score. These values are computed using the Sampled Shapley method.
Trait Implementations§
source§impl Clone for TablesModelColumnInfo
impl Clone for TablesModelColumnInfo
source§fn clone(&self) -> TablesModelColumnInfo
fn clone(&self) -> TablesModelColumnInfo
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TablesModelColumnInfo
impl Debug for TablesModelColumnInfo
source§impl Default for TablesModelColumnInfo
impl Default for TablesModelColumnInfo
source§impl Message for TablesModelColumnInfo
impl Message for TablesModelColumnInfo
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 TablesModelColumnInfo
impl PartialEq for TablesModelColumnInfo
source§fn eq(&self, other: &TablesModelColumnInfo) -> bool
fn eq(&self, other: &TablesModelColumnInfo) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TablesModelColumnInfo
Auto Trait Implementations§
impl Freeze for TablesModelColumnInfo
impl RefUnwindSafe for TablesModelColumnInfo
impl Send for TablesModelColumnInfo
impl Sync for TablesModelColumnInfo
impl Unpin for TablesModelColumnInfo
impl UnwindSafe for TablesModelColumnInfo
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