Cloud AI Platform v1 API - Class DeleteFeatureViewRequest (2.27.0)

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

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

Request message for [FeatureOnlineStoreAdminService.DeleteFeatureViews][].

Inheritance

object > DeleteFeatureViewRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteFeatureViewRequest()

public DeleteFeatureViewRequest()

DeleteFeatureViewRequest(DeleteFeatureViewRequest)

public DeleteFeatureViewRequest(DeleteFeatureViewRequest other)
Parameter
NameDescription
otherDeleteFeatureViewRequest

Properties

FeatureViewName

public FeatureViewName FeatureViewName { get; set; }

FeatureViewName-typed view over the Name resource name property.

Property Value
TypeDescription
FeatureViewName

Name

public string Name { get; set; }

Required. The name of the FeatureView to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}

Property Value
TypeDescription
string