GoogleCloudAiplatformV1FeatureViewSyncSyncSummary constructor

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

Implementation

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