Cloud AI Platform v1 API - Class DeleteFeaturestoreRequest (2.27.0)

public sealed class DeleteFeaturestoreRequest : IMessage<DeleteFeaturestoreRequest>, IEquatable<DeleteFeaturestoreRequest>, IDeepCloneable<DeleteFeaturestoreRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteFeaturestoreRequest.

Request message for [FeaturestoreService.DeleteFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.DeleteFeaturestore].

Inheritance

object > DeleteFeaturestoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteFeaturestoreRequest()

public DeleteFeaturestoreRequest()

DeleteFeaturestoreRequest(DeleteFeaturestoreRequest)

public DeleteFeaturestoreRequest(DeleteFeaturestoreRequest other)
Parameter
NameDescription
otherDeleteFeaturestoreRequest

Properties

FeaturestoreName

public FeaturestoreName FeaturestoreName { get; set; }

FeaturestoreName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string