View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPerDocRelevanceRating (google_api_content_warehouse v0.4.0)
Per document ratings relevance ratings. Next id: 21.
Attributes
-
contentRelevant
(type:String.t
, default:nil
) - -
displayString
(type:String.t
, default:nil
) - How this rating is displayed in the evals, pre-computed from the other fields. -
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 -
itemId
(type:String.t
, default:nil
) - -
pageIsAboutChain
(type:String.t
, default:nil
) - If the topic is about a business chain, whether the -
projectId
(type:String.t
, default:nil
) - Metadata for task-level ratings. Not filled for aggregated doc-level ratings. -
raterCanUnderstandTopic
(type:boolean()
, default:nil
) - Whether rater can understand the topic. -
taskDetails
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails.t
, default:nil
) - -
taskId
(type:String.t
, default:nil
) - -
topicIsChain
(type:String.t
, default:nil
) - Whether the topic is about a business chain.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.