Struct gapi_grpc::google::cloud::aiplatform::v1beta1::feature_noise_sigma::NoiseSigmaForFeature[][src]

pub struct NoiseSigmaForFeature {
    pub name: String,
    pub sigma: f32,
}

Noise sigma for a single feature.

Fields

name: String

The name of the input feature for which noise sigma is provided. The features are defined in [explanation metadata inputs][google.cloud.aiplatform.v1beta1.ExplanationMetadata.inputs].

sigma: f32

This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to [noise_sigma][google.cloud.aiplatform.v1beta1.SmoothGradConfig.noise_sigma] but represents the noise added to the current feature. Defaults to 0.1.

Trait Implementations

impl Clone for NoiseSigmaForFeature[src]

impl Debug for NoiseSigmaForFeature[src]

impl Default for NoiseSigmaForFeature[src]

impl Message for NoiseSigmaForFeature[src]

impl PartialEq<NoiseSigmaForFeature> for NoiseSigmaForFeature[src]

impl StructuralPartialEq for NoiseSigmaForFeature[src]

Auto Trait Implementations

impl RefUnwindSafe for NoiseSigmaForFeature

impl Send for NoiseSigmaForFeature

impl Sync for NoiseSigmaForFeature

impl Unpin for NoiseSigmaForFeature

impl UnwindSafe for NoiseSigmaForFeature

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]