public sealed class FeatureNoiseSigma : IMessage<FeatureNoiseSigma>, IEquatable<FeatureNoiseSigma>, IDeepCloneable<FeatureNoiseSigma>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureNoiseSigma.
Noise sigma by features. Noise sigma represents the standard deviation of the
gaussian kernel that will be used to add noise to interpolated inputs prior
to computing gradients.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation is for the `FeatureNoiseSigma` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`FeatureNoiseSigma` is designed to manage noise sigma, which represents the standard deviation of a Gaussian kernel used to add noise to interpolated inputs."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The primary property of the `FeatureNoiseSigma` class is `NoiseSigma`, which allows for the specification of noise sigma per feature, with features not set receiving no noise."],["The available versions include 1.0.0-beta21 (latest) and 1.0.0-beta20, alongside the document's current version of 1.0.0-beta02."]]],[]]