GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHyperReliableData
Table of Contents ▼
Jump to a specific part of the page:
Description
Message containing information about hyper-reliable categories. go/local-hyper-reliable
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
commodityStrength
(type:number()
, default:nil
)
- Whether a location is a commodity (distance is an important metric), neutral or non-commodity (distance is not important). Commodity locations are "atm", "gas station", etc. Non-commodity locations are "restaurant", "hotel", etc, and all others are neutral. The value is 1 for commodity queries, 0 for non-commodity queries, no-value for neutral queries (when the field doesn't exist in the grammar). The reason it is a float is to prepare for future changes when we expand the signal value from discrete classes to a score, and the score will be in the range of [0,1]. -
gcidsynsOverride
(type:list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHyperReliableDataGCIDSynsOverride)
, default:nil
)
- -
hyperReliable
(type:boolean()
, default:nil
)
- -
retrievalGcids
(type:list(String.t)
, default:nil
)
- Categories used for retrieval and used in Artemis diversity tiers as restricts. See https://ariane.googleplex.com/launch/190585 for details.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHyperReliableData{
commodityStrength: number() | nil,
gcidsynsOverride: [ GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHyperReliableDataGCIDSynsOverride.t() ] | nil,
hyperReliable: boolean() | nil,
retrievalGcids: [String.t()] | nil
}
commodityStrength: number() | nil,
gcidsynsOverride: [ GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHyperReliableDataGCIDSynsOverride.t() ] | nil,
hyperReliable: boolean() | nil,
retrievalGcids: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHyperReliableData