GoogleCloudAiplatformV1FeatureViewSyncConfig constructor

GoogleCloudAiplatformV1FeatureViewSyncConfig({
  1. bool? continuous,
  2. String? cron,
})

Implementation

GoogleCloudAiplatformV1FeatureViewSyncConfig({
  this.continuous,
  this.cron,
});