View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchNearestEntitiesRequest (google_api_ai_platform v0.13.0)

The request message for FeatureOnlineStoreService.SearchNearestEntities.

Attributes

  • query (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborQuery.t, default: nil) - Required. The query.
  • returnFullEntity (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchNearestEntitiesRequest{
    query:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborQuery.t()
      | nil,
    returnFullEntity: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.