Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SearchNearestEntitiesRequest

The request message for FeatureOnlineStoreService.SearchNearestEntities.

Inheritance
object
GoogleCloudAiplatformV1SearchNearestEntitiesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SearchNearestEntitiesRequest : 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 GoogleCloudAiplatformV1NearestNeighborQuery Query { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1NearestNeighborQuery

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX