Class GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature
Noise sigma for a single feature.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureNoiseSigmaNoiseSigmaForFeature : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Name
The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Sigma
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 but represents the noise added to the current feature. Defaults to 0.1.
Declaration
[JsonProperty("sigma")]
public virtual float? Sigma { get; set; }Property Value
| Type | Description | 
|---|---|
| float? |