Voting helps other researchers find interesting modules.
Response to a query. The main result is the nearest neighbor list, but we also optionally include debugging information if the appropriate field is set in the request. Last used: 8
latency
list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamOnlineSearchLatencyStats.t)
nil
numDeadlineExceededMachines
integer()
numOkMachines
numTotalMachines
numUnreachableMachines
restrictStats
list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictStats.t)
results
list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamNearestNeighbors.t)
status
GoogleApi.ContentWarehouse.V1.Model.UtilStatusProto.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamQueryResponse{ latency: [ GoogleApi.ContentWarehouse.V1.Model.ResearchScamOnlineSearchLatencyStats.t() ] | nil, numDeadlineExceededMachines: integer() | nil, numOkMachines: integer() | nil, numTotalMachines: integer() | nil, numUnreachableMachines: integer() | nil, restrictStats: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictStats.t()] | nil, results: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamNearestNeighbors.t()] | nil, status: GoogleApi.ContentWarehouse.V1.Model.UtilStatusProto.t() | nil }
@spec decode(struct(), keyword()) :: struct()