GoogleCloudAiplatformV1FeatureViewSyncSyncSummary constructor

GoogleCloudAiplatformV1FeatureViewSyncSyncSummary({
  1. String? rowSynced,
  2. String? systemWatermarkTime,
  3. String? totalSlot,
})

Implementation

GoogleCloudAiplatformV1FeatureViewSyncSyncSummary({
  this.rowSynced,
  this.systemWatermarkTime,
  this.totalSlot,
});