GoogleCloudAiplatformV1FeatureOnlineStore constructor
GoogleCloudAiplatformV1FeatureOnlineStore({
- GoogleCloudAiplatformV1FeatureOnlineStoreBigtable? bigtable,
- String? createTime,
- GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint? dedicatedServingEndpoint,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudAiplatformV1FeatureOnlineStoreOptimized? optimized,
- String? state,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1FeatureOnlineStore({
this.bigtable,
this.createTime,
this.dedicatedServingEndpoint,
this.encryptionSpec,
this.etag,
this.labels,
this.name,
this.optimized,
this.state,
this.updateTime,
});