PairwiseQVersionedItem

GoogleApi.ContentWarehouse.V1.Model.PairwiseQVersionedItem


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PairwiseQVersionedItem