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, String? etag, Map<
String, String> ? labels, String? name, 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
- 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
- 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