Class GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest
The request message for FeatureOnlineStoreService.SearchNearestEntities.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
Required. The query.
Declaration
[JsonProperty("query")]
public virtual GoogleCloudAiplatformV1beta1NearestNeighborQuery Query { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1NearestNeighborQuery |
ReturnFullEntity
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.
Declaration
[JsonProperty("returnFullEntity")]
public virtual bool? ReturnFullEntity { get; set; }
Property Value
Type | Description |
---|---|
bool? |