Class: Google::Cloud::AIPlatform::V1::DeleteFeaturestoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeaturestoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.DeleteFeaturestore.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, any EntityTypes and Features for this Featurestore will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.).
174 175 176 177 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 174 class DeleteFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the Featurestore to be deleted.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}
.
174 175 176 177 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 174 class DeleteFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |