GoogleCloudAiplatformV1SearchNearestEntitiesRequest constructor

GoogleCloudAiplatformV1SearchNearestEntitiesRequest({
  1. GoogleCloudAiplatformV1NearestNeighborQuery? query,
  2. bool? returnFullEntity,
})

Implementation

GoogleCloudAiplatformV1SearchNearestEntitiesRequest({
  this.query,
  this.returnFullEntity,
});