GoogleCloudAiplatformV1NearestNeighborQuery constructor
GoogleCloudAiplatformV1NearestNeighborQuery({
- GoogleCloudAiplatformV1NearestNeighborQueryEmbedding? embedding,
- String? entityId,
- int? neighborCount,
- GoogleCloudAiplatformV1NearestNeighborQueryParameters? parameters,
- int? perCrowdingAttributeNeighborCount,
- List<
GoogleCloudAiplatformV1NearestNeighborQueryStringFilter> ? stringFilters,
Implementation
GoogleCloudAiplatformV1NearestNeighborQuery({
this.embedding,
this.entityId,
this.neighborCount,
this.parameters,
this.perCrowdingAttributeNeighborCount,
this.stringFilters,
});