View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature (google_api_ai_platform v0.13.0)

Noise sigma for a single feature.

Attributes

  • name (type: String.t, default: nil) - The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.
  • sigma (type: number(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature{
    name: String.t() | nil,
    sigma: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.