Class FeatureNoiseSigma (1.9.0)

FeatureNoiseSigma(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attribute

NameDescription
noise_sigma Sequence[google.cloud.aiplatform_v1.types.FeatureNoiseSigma.NoiseSigmaForFeature]
Noise sigma per feature. No noise is added to features that are not set.

Inheritance

builtins.object > proto.message.Message > FeatureNoiseSigma

Classes

NoiseSigmaForFeature

NoiseSigmaForFeature(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Noise sigma for a single feature.