GoogleCloudAiplatformV1FindNeighborsRequest constructor

GoogleCloudAiplatformV1FindNeighborsRequest({
  1. String? deployedIndexId,
  2. List<GoogleCloudAiplatformV1FindNeighborsRequestQuery>? queries,
  3. bool? returnFullDatapoint,
})

Implementation

GoogleCloudAiplatformV1FindNeighborsRequest({
  this.deployedIndexId,
  this.queries,
  this.returnFullDatapoint,
});