GoogleCloudAiplatformV1FeatureView constructor
GoogleCloudAiplatformV1FeatureView({
- GoogleCloudAiplatformV1FeatureViewBigQuerySource? bigQuerySource,
- String? createTime,
- String? etag,
- GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource? featureRegistrySource,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudAiplatformV1FeatureViewSyncConfig? syncConfig,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1FeatureView({
this.bigQuerySource,
this.createTime,
this.etag,
this.featureRegistrySource,
this.labels,
this.name,
this.syncConfig,
this.updateTime,
});