public static interface FeatureNoiseSigma.NoiseSigmaForFeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the input feature for which noise sigma is provided.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the input feature for which noise sigma is provided.
|
float |
getSigma()
This represents the standard deviation of the Gaussian kernel that will
be used to add noise to the feature prior to computing gradients.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the input feature for which noise sigma is provided. The features are defined in [explanation metadata inputs][google.cloud.aiplatform.v1.ExplanationMetadata.inputs].
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the input feature for which noise sigma is provided. The features are defined in [explanation metadata inputs][google.cloud.aiplatform.v1.ExplanationMetadata.inputs].
string name = 1;float getSigma()
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.v1.SmoothGradConfig.noise_sigma] but represents the noise added to the current feature. Defaults to 0.1.
float sigma = 2;Copyright © 2023 Google LLC. All rights reserved.