Class: Google::Cloud::AIPlatform::V1::DeleteFeatureGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb

Overview

Instance Attribute Summary collapse

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.).

Returns:

  • (::Boolean)

    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}.

Returns:

  • (::String)

    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