Cloud AI Platform v1 API - Class FeatureNoiseSigma (2.27.0)

public sealed class FeatureNoiseSigma : IMessage<FeatureNoiseSigma>, IEquatable<FeatureNoiseSigma>, IDeepCloneable<FeatureNoiseSigma>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 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.

Inheritance

object > FeatureNoiseSigma

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureNoiseSigma()

public FeatureNoiseSigma()

FeatureNoiseSigma(FeatureNoiseSigma)

public FeatureNoiseSigma(FeatureNoiseSigma other)
Parameter
NameDescription
otherFeatureNoiseSigma

Properties

NoiseSigma

public RepeatedField<FeatureNoiseSigma.Types.NoiseSigmaForFeature> NoiseSigma { get; }

Noise sigma per feature. No noise is added to features that are not set.

Property Value
TypeDescription
RepeatedFieldFeatureNoiseSigmaTypesNoiseSigmaForFeature