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

Message representing a versioned PairwiseQ scores used for experimentation. This protobuf is copied from quality_nsr_pairwiseq::PairwiseQVersionedItem.

Attributes

  • confidenceValue (type: number(), default: nil) - The PairwiseQ confidence value corresponding to this version.
  • value (type: number(), default: nil) - The PairwiseQ value corresponding to this version.
  • versionId (type: integer(), default: nil) - The version id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PairwiseQVersionedItem{
  confidenceValue: number() | nil,
  value: number() | nil,
  versionId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.