RepositoryWebrefPerDocRelevanceRating

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPerDocRelevanceRating


Table of Contents ▼

Jump to a specific part of the page:

Description

Per document ratings relevance ratings. Next id: 21.

Attributes List

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

View Attributes

Attributes

  1. contentRelevant (type: String.t, default: nil)
    -
  2. displayString (type: String.t, default: nil)
    - How this rating is displayed in the evals, pre-computed from the other fields.
  3. furballUrl (type: String.t, default: nil)
    - The url of the ewok task that resulted in this rating. Example: https://furball.corp.google.com/project/view-item?itemId=1&projectId=2
  4. itemId (type: String.t, default: nil)
    -
  5. pageIsAboutChain (type: String.t, default: nil)
    - If the topic is about a business chain, whether the
  6. projectId (type: String.t, default: nil)
    - Metadata for task-level ratings. Not filled for aggregated doc-level ratings.
  7. raterCanUnderstandTopic (type: boolean(), default: nil)
    - Whether rater can understand the topic.
  8. taskDetails (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails, default: nil)
    -
  9. taskId (type: String.t, default: nil)
    -
  10. topicIsChain (type: String.t, default: nil)
    - Whether the topic is about a business chain.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPerDocRelevanceRating{
contentRelevant: String.t() | nil,
displayString: String.t() | nil,
furballUrl: String.t() | nil,
itemId: String.t() | nil,
pageIsAboutChain: String.t() | nil,
projectId: String.t() | nil,
raterCanUnderstandTopic: boolean() | nil,
taskDetails: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails.t() | nil,
taskId: String.t() | nil,
topicIsChain: String.t() | nil
}

Function

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

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