public sealed class DeleteFeaturestoreRequest : IMessage<DeleteFeaturestoreRequest>, IEquatable<DeleteFeaturestoreRequest>, IDeepCloneable<DeleteFeaturestoreRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeleteFeaturestoreRequest.
Request message for [FeaturestoreService.DeleteFeaturestore][google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeaturestore].
Implements
IMessageDeleteFeaturestoreRequest, IEquatableDeleteFeaturestoreRequest, IDeepCloneableDeleteFeaturestoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteFeaturestoreRequest()
public DeleteFeaturestoreRequest()DeleteFeaturestoreRequest(DeleteFeaturestoreRequest)
public DeleteFeaturestoreRequest(DeleteFeaturestoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteFeaturestoreRequest |
Properties
FeaturestoreName
public FeaturestoreName FeaturestoreName { get; set; }FeaturestoreName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeaturestoreName |
|
Force
public bool Force { get; set; }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.)
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The name of the Featurestore to be deleted.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}
| Property Value | |
|---|---|
| Type | Description |
string |
|