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):
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
, default:nil
)
- -
taskId
(type:String.t
, default:nil
)
- -
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
}
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