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.).
167 168 169 170 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 167 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}
.
167 168 169 170 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 167 class DeleteFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |