Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature

Noise sigma for a single feature.

Inheritance
object
GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature : IDirectResponseSchema

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX