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

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.

Attributes

  • noiseSigma (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature.t), default: nil) - Noise sigma per feature. No noise is added to features that are not set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureNoiseSigma{
  noiseSigma:
    [
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.