GoogleCloudAiplatformV1FeatureView class

FeatureView is representation of values that the FeatureOnlineStore will serve based on its syncConfig.

Properties

bigQuerySource GoogleCloudAiplatformV1FeatureViewBigQuerySource?
Configures how data is supposed to be extracted from a BigQuery source to be loaded onto the FeatureOnlineStore.
getter/setter pair
createTime String?
Timestamp when this FeatureView was created.
getter/setter pair
etag String?
Used to perform consistent read-modify-write updates.
getter/setter pair
featureRegistrySource GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource?
Configures the features from a Feature Registry source that need to be loaded onto the FeatureOnlineStore.
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 FeatureViews.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncConfig GoogleCloudAiplatformV1FeatureViewSyncConfig?
Configures when data is to be synced/updated for this FeatureView.
getter/setter pair
updateTime String?
Timestamp when this FeatureView 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