GeostoreSourceTrustProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreSourceTrustProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Trust related information about the input source (feed or user) to help feature summarization. Typically, the values in this proto are either based on source's previous observations (e.g., a blocked LBC user or a trusted feed) or their status (Google hired operator or admin user). The proto can later contain a more granular trust score or correctness probabilities. A higher enum value indicates a more trusted source. Leaving room in the value space for adding more granular enums, if they become necessary later.

Attributes List

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

View Attributes

Attributes

  1. level (type: String.t, default: nil)
    - The level of trust for the source of the observation.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreSourceTrustProto{
level: String.t() | nil
}

Function

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

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