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
Returns If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.).
165 166 167 168 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 165 class DeleteFeatureGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the FeatureGroup to be deleted.
Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}.
165 166 167 168 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 165 class DeleteFeatureGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |