GoogleCloudAiplatformV1Featurestore class

Vertex AI Feature Store provides a centralized repository for organizing, storing, and serving ML features.

The Featurestore is a top-level container for your features and their values.

Constructors

GoogleCloudAiplatformV1Featurestore({String? createTime, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, Map<String, String>? labels, String? name, GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig? onlineServingConfig, int? onlineStorageTtlDays, String? state, String? updateTime})
GoogleCloudAiplatformV1Featurestore.fromJson(Map json_)

Properties

createTime String?
Timestamp when this Featurestore was created.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for data storage.
getter/setter pair
etag String?
Used to perform consistent read-modify-write updates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels with user-defined metadata to organize your Featurestore.
getter/setter pair
name String?
Name of the Featurestore.
getter/setter pair
onlineServingConfig GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig?
Config for online storage resources.
getter/setter pair
onlineStorageTtlDays int?
TTL in days for feature values that will be stored in online serving storage.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the featurestore.
getter/setter pair
updateTime String?
Timestamp when this Featurestore was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited