Class: Google::Cloud::AIPlatform::V1::DeleteFeatureOnlineStoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureOnlineStoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb
Overview
Request message for FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.).
169 170 171 172 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 169 class DeleteFeatureOnlineStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the FeatureOnlineStore to be deleted.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
.
169 170 171 172 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 169 class DeleteFeatureOnlineStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |