GoogleCloudAiplatformV1FeatureView constructor

GoogleCloudAiplatformV1FeatureView({
  1. GoogleCloudAiplatformV1FeatureViewBigQuerySource? bigQuerySource,
  2. GoogleCloudAiplatformV1FeatureViewBigtableMetadata? bigtableMetadata,
  3. String? createTime,
  4. String? etag,
  5. GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource? featureRegistrySource,
  6. GoogleCloudAiplatformV1FeatureViewIndexConfig? indexConfig,
  7. Map<String, String>? labels,
  8. String? name,
  9. GoogleCloudAiplatformV1FeatureViewOptimizedConfig? optimizedConfig,
  10. bool? satisfiesPzi,
  11. bool? satisfiesPzs,
  12. String? serviceAccountEmail,
  13. String? serviceAgentType,
  14. GoogleCloudAiplatformV1FeatureViewSyncConfig? syncConfig,
  15. String? updateTime,
  16. GoogleCloudAiplatformV1FeatureViewVertexRagSource? vertexRagSource,
})

Implementation

GoogleCloudAiplatformV1FeatureView({
  this.bigQuerySource,
  this.bigtableMetadata,
  this.createTime,
  this.etag,
  this.featureRegistrySource,
  this.indexConfig,
  this.labels,
  this.name,
  this.optimizedConfig,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.serviceAccountEmail,
  this.serviceAgentType,
  this.syncConfig,
  this.updateTime,
  this.vertexRagSource,
});