Voting helps other researchers find interesting modules.
All nearest neighbors for one data point. Last tag used: 5
docid
String.t
nil
metadata
neighbor
list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamNearestNeighborsNeighbor.t)
neighborSelectionOverride
GoogleApi.ContentWarehouse.V1.Model.ResearchScamNeighborSelectionOverride.t
query
GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVector.t
retrievedVersion
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamNearestNeighbors{ docid: String.t() | nil, metadata: String.t() | nil, neighbor: [ GoogleApi.ContentWarehouse.V1.Model.ResearchScamNearestNeighborsNeighbor.t() ] | nil, neighborSelectionOverride: GoogleApi.ContentWarehouse.V1.Model.ResearchScamNeighborSelectionOverride.t() | nil, query: GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVector.t() | nil, retrievedVersion: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()