FeatureOnlineStore class final
Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container.
- Inheritance
-
- Object
- ProtoMessage
- FeatureOnlineStore
Constructors
-
FeatureOnlineStore({FeatureOnlineStore_Bigtable? bigtable, FeatureOnlineStore_Optimized? optimized, String name = '', Timestamp? createTime, Timestamp? updateTime, String etag = '', Map<
String, String> labels = const {}, FeatureOnlineStore_State state = FeatureOnlineStore_State.$default, FeatureOnlineStore_DedicatedServingEndpoint? dedicatedServingEndpoint, FeatureOnlineStore_EmbeddingManagement? embeddingManagement, EncryptionSpec? encryptionSpec, bool satisfiesPzs = false, bool satisfiesPzi = false}) - FeatureOnlineStore.fromJson(Object? j)
-
factory
Properties
- bigtable → FeatureOnlineStore_Bigtable?
-
Contains settings for the Cloud Bigtable instance that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore.
final
- createTime → Timestamp?
-
Output only. Timestamp when this FeatureOnlineStore was created.
final
- dedicatedServingEndpoint → FeatureOnlineStore_DedicatedServingEndpoint?
-
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which
is different from common Vertex service endpoint.
final
- embeddingManagement → FeatureOnlineStore_EmbeddingManagement?
-
Optional. Deprecated: This field is no longer needed anymore and embedding
management is automatically enabled when specifying Optimized storage type.
final
- encryptionSpec → EncryptionSpec?
-
Optional. Customer-managed encryption key spec for data storage. If set,
online store 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
FeatureOnlineStore.
final
- name → String
-
Identifier. Name of the FeatureOnlineStore. Format:
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}final - optimized → FeatureOnlineStore_Optimized?
-
Contains settings for the Optimized store that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore. When choose Optimized storage type, need to set
PrivateServiceConnectConfig.enable_private_service_connectto use private endpoint. Otherwise will use public endpoint by default.final - 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 → FeatureOnlineStore_State
-
Output only. State of the featureOnlineStore.
final
- updateTime → Timestamp?
-
Output only. Timestamp when this FeatureOnlineStore 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