Class CreateFeatureOnlineStoreRequest (1.48.0)

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

Request message for FeatureOnlineStoreAdminService.CreateFeatureOnlineStore.

Attributes

NameDescription
parent str
Required. The resource name of the Location to create FeatureOnlineStores. Format: projects/{project}/locations/{location}
feature_online_store google.cloud.aiplatform_v1beta1.types.FeatureOnlineStore
Required. The FeatureOnlineStore to create.
feature_online_store_id str
Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore'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 the project and location.

Methods

CreateFeatureOnlineStoreRequest

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

Request message for FeatureOnlineStoreAdminService.CreateFeatureOnlineStore.