Class: Google::Cloud::AIPlatform::V1::DeleteFeatureGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb
Overview
Request message for FeatureRegistryService.DeleteFeatureGroup.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, any Features under this FeatureGroup will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
168 169 170 171 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 168 class DeleteFeatureGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
168 169 170 171 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 168 class DeleteFeatureGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |