Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SearchNearestEntitiesRequest

import type { GoogleCloudAiplatformV1SearchNearestEntitiesRequest } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

The request message for FeatureOnlineStoreService.SearchNearestEntities.

interface GoogleCloudAiplatformV1SearchNearestEntitiesRequest {
returnFullEntity?: boolean;
}

§Properties

§
returnFullEntity?: boolean
[src]

Optional. If set to true, the full entities (including all vector values and metadata) of the nearest neighbors are returned; otherwise only entity id of the nearest neighbors will be returned. Note that returning full entities will significantly increase the latency and cost of the query.