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.).
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
Returns Required. The name of the FeatureGroup to be deleted.
Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}
.
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 |