Class DeleteFeaturestoreRequest (1.15.1)

DeleteFeaturestoreRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeaturestoreService.DeleteFeaturestore.

Attributes

NameDescription
name str
Required. The name of the Featurestore to be deleted. Format: ``projects/{project}/locations/{location}/featurestores/{featurestore}``
force bool
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.)

Inheritance

builtins.object > proto.message.Message > DeleteFeaturestoreRequest