Featurestore class final
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.
- Inheritance
-
- Object
- ProtoMessage
- Featurestore
Constructors
-
Featurestore({String name = '', Timestamp? createTime, Timestamp? updateTime, String etag = '', Map<
String, String> labels = const {}, Featurestore_OnlineServingConfig? onlineServingConfig, Featurestore_State state = Featurestore_State.$default, int onlineStorageTtlDays = 0, EncryptionSpec? encryptionSpec, bool satisfiesPzs = false, bool satisfiesPzi = false}) - Featurestore.fromJson(Object? j)
-
factory
Properties
- createTime → Timestamp?
-
Output only. Timestamp when this Featurestore was created.
final
- encryptionSpec → EncryptionSpec?
-
Optional. Customer-managed encryption key spec for data storage. If set,
both of the online and offline data storage will be secured by this key.
final
- etag → String
-
Optional. Used to perform consistent read-modify-write updates. If not set,
a blind "overwrite" update happens.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
→ Map<
String, String> -
Optional. The labels with user-defined metadata to organize your
Featurestore.
final
- name → String
-
Output only. Name of the Featurestore. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}final - onlineServingConfig → Featurestore_OnlineServingConfig?
-
Optional. Config for online storage resources. The field should not
co-exist with the field of
OnlineStoreReplicationConfig. If both of it and OnlineStoreReplicationConfig are unset, the feature store will not have an online store and cannot be used for online serving.final - onlineStorageTtlDays → int
-
Optional. TTL in days for feature values that will be stored in online
serving storage. The Feature Store online storage periodically removes
obsolete feature values older than
online_storage_ttl_dayssince the feature generation time. Note thatonline_storage_ttl_daysshould be less than or equal tooffline_storage_ttl_daysfor each EntityType under a featurestore. If not set, default to 4000 daysfinal - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzi → bool
-
Output only. Reserved for future use.
final
- satisfiesPzs → bool
-
Output only. Reserved for future use.
final
- state → Featurestore_State
-
Output only. State of the featurestore.
final
- updateTime → Timestamp?
-
Output only. Timestamp when this Featurestore was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String