Struct gapi_grpc::google::cloud::aiplatform::v1beta1::SampledShapleyAttribution[][src]

pub struct SampledShapleyAttribution {
    pub path_count: i32,
}

An attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features.

Fields

path_count: i32

Required. The number of feature permutations to consider when approximating the Shapley values.

Valid range of its value is [1, 50], inclusively.

Trait Implementations

impl Clone for SampledShapleyAttribution[src]

impl Debug for SampledShapleyAttribution[src]

impl Default for SampledShapleyAttribution[src]

impl Message for SampledShapleyAttribution[src]

impl PartialEq<SampledShapleyAttribution> for SampledShapleyAttribution[src]

impl StructuralPartialEq for SampledShapleyAttribution[src]

Auto Trait Implementations

impl RefUnwindSafe for SampledShapleyAttribution

impl Send for SampledShapleyAttribution

impl Sync for SampledShapleyAttribution

impl Unpin for SampledShapleyAttribution

impl UnwindSafe for SampledShapleyAttribution

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]