GoogleCloudAiplatformV1ReadIndexDatapointsRequest constructor

GoogleCloudAiplatformV1ReadIndexDatapointsRequest({
  1. String? deployedIndexId,
  2. List<String>? ids,
})

Implementation

GoogleCloudAiplatformV1ReadIndexDatapointsRequest({
  this.deployedIndexId,
  this.ids,
});