GoogleCloudAiplatformV1Featurestore constructor
GoogleCloudAiplatformV1Featurestore({
- String? createTime,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig? onlineServingConfig,
- int? onlineStorageTtlDays,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1Featurestore({
this.createTime,
this.encryptionSpec,
this.etag,
this.labels,
this.name,
this.onlineServingConfig,
this.onlineStorageTtlDays,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
this.updateTime,
});