GoogleCloudAiplatformV1FeatureOnlineStore class
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.
Constructors
-
GoogleCloudAiplatformV1FeatureOnlineStore({GoogleCloudAiplatformV1FeatureOnlineStoreBigtable? bigtable, String? createTime, GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint? dedicatedServingEndpoint, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, Map<
String, String> ? labels, String? name, GoogleCloudAiplatformV1FeatureOnlineStoreOptimized? optimized, String? state, String? updateTime}) - GoogleCloudAiplatformV1FeatureOnlineStore.fromJson(Map json_)
Properties
- bigtable ↔ GoogleCloudAiplatformV1FeatureOnlineStoreBigtable?
-
Contains settings for the Cloud Bigtable instance that will be created to
serve featureValues for all FeatureViews under this FeatureOnlineStore.
getter/setter pair
- createTime ↔ String?
-
Timestamp when this FeatureOnlineStore was created.
getter/setter pair
- dedicatedServingEndpoint ↔ GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint?
-
The dedicated serving endpoint for this FeatureOnlineStore, which is
different from common Vertex service endpoint.
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 FeatureOnlineStore.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- optimized ↔ GoogleCloudAiplatformV1FeatureOnlineStoreOptimized?
-
Contains settings for the Optimized store that will be created to serve
featureValues for all FeatureViews under this FeatureOnlineStore.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the featureOnlineStore.
getter/setter pair
- updateTime ↔ String?
-
Timestamp when this FeatureOnlineStore 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