public sealed class DeleteEntityTypeRequest : IMessage<DeleteEntityTypeRequest>, IEquatable<DeleteEntityTypeRequest>, IDeepCloneable<DeleteEntityTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeleteEntityTypeRequest.
Request message for [FeaturestoreService.DeleteEntityTypes][].
Implements
IMessageDeleteEntityTypeRequest, IEquatableDeleteEntityTypeRequest, IDeepCloneableDeleteEntityTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteEntityTypeRequest()
public DeleteEntityTypeRequest()DeleteEntityTypeRequest(DeleteEntityTypeRequest)
public DeleteEntityTypeRequest(DeleteEntityTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteEntityTypeRequest |
Properties
EntityTypeName
public EntityTypeName EntityTypeName { get; set; }EntityTypeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntityTypeName |
|
Force
public bool Force { get; set; }If set to true, any Features for this EntityType will also be deleted. (Otherwise, the request will only work if the EntityType has no Features.)
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The name of the EntityType to be deleted.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
| Property Value | |
|---|---|
| Type | Description |
string |
|