GoogleCloudAiplatformV1Feature constructor

GoogleCloudAiplatformV1Feature({
  1. String? createTime,
  2. String? description,
  3. bool? disableMonitoring,
  4. String? etag,
  5. Map<String, String>? labels,
  6. List<GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly>? monitoringStatsAnomalies,
  7. String? name,
  8. String? pointOfContact,
  9. String? updateTime,
  10. String? valueType,
  11. String? versionColumnName,
})

Implementation

GoogleCloudAiplatformV1Feature({
  this.createTime,
  this.description,
  this.disableMonitoring,
  this.etag,
  this.labels,
  this.monitoringStatsAnomalies,
  this.name,
  this.pointOfContact,
  this.updateTime,
  this.valueType,
  this.versionColumnName,
});