GoogleCloudAiplatformV1FeatureViewSync constructor

GoogleCloudAiplatformV1FeatureViewSync({
  1. String? createTime,
  2. GoogleRpcStatus? finalStatus,
  3. String? name,
  4. GoogleTypeInterval? runTime,
  5. GoogleCloudAiplatformV1FeatureViewSyncSyncSummary? syncSummary,
})

Implementation

GoogleCloudAiplatformV1FeatureViewSync({
  this.createTime,
  this.finalStatus,
  this.name,
  this.runTime,
  this.syncSummary,
});