Cloud AI Platform v1 API - Class SearchNearestEntitiesResponse (2.27.0)

public sealed class SearchNearestEntitiesResponse : IMessage<SearchNearestEntitiesResponse>, IEquatable<SearchNearestEntitiesResponse>, IDeepCloneable<SearchNearestEntitiesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class SearchNearestEntitiesResponse.

Response message for [FeatureOnlineStoreService.SearchNearestEntities][google.cloud.aiplatform.v1.FeatureOnlineStoreService.SearchNearestEntities]

Inheritance

object > SearchNearestEntitiesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SearchNearestEntitiesResponse()

public SearchNearestEntitiesResponse()

SearchNearestEntitiesResponse(SearchNearestEntitiesResponse)

public SearchNearestEntitiesResponse(SearchNearestEntitiesResponse other)
Parameter
NameDescription
otherSearchNearestEntitiesResponse

Properties

NearestNeighbors

public NearestNeighbors NearestNeighbors { get; set; }

The nearest neighbors of the query entity.

Property Value
TypeDescription
NearestNeighbors