View Source GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateSingleComponentDistribution (google_api_content_warehouse v0.4.0)

Proto contains parameters of a single component distribution.

Attributes

  • logScaling (type: number(), default: nil) - Scaling factor to ensure the approximated posterior to have the same scale as the product of prior and likelihood. This value is used to compute posterior weights. Uses log scale to provide a wider range. This field is for internal use only.
  • type (type: String.t, default: nil) - The type indicates the type of the distribution.
  • weight (type: number(), default: nil) - The weight is only used in multiple component scenarios.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateSingleComponentDistribution{
    logScaling: number() | nil,
    type: String.t() | nil,
    weight: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.