Class CreateFeatureViewRequest (1.48.0)

CreateFeatureViewRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeatureOnlineStoreAdminService.CreateFeatureView.

Attributes

NameDescription
parent str
Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
feature_view google.cloud.aiplatform_v1.types.FeatureView
Required. The FeatureView to create.
feature_view_id str
Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within a FeatureOnlineStore.
run_sync_immediately bool
Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.

Methods

CreateFeatureViewRequest

CreateFeatureViewRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeatureOnlineStoreAdminService.CreateFeatureView.