GoogleCloudAiplatformV1UpsertDatapointsRequest constructor

GoogleCloudAiplatformV1UpsertDatapointsRequest({
  1. List<GoogleCloudAiplatformV1IndexDatapoint>? datapoints,
  2. String? updateMask,
})

Implementation

GoogleCloudAiplatformV1UpsertDatapointsRequest({
  this.datapoints,
  this.updateMask,
});