GoogleCloudAiplatformV1FindNeighborsRequest constructor
GoogleCloudAiplatformV1FindNeighborsRequest({
- String? deployedIndexId,
- List<
GoogleCloudAiplatformV1FindNeighborsRequestQuery> ? queries, - bool? returnFullDatapoint,
Implementation
GoogleCloudAiplatformV1FindNeighborsRequest({
this.deployedIndexId,
this.queries,
this.returnFullDatapoint,
});