Struct gapi_grpc::google::cloud::aiplatform::v1beta1::feature_noise_sigma::NoiseSigmaForFeature [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,