public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteEndpointRequest.
Request message for
[EndpointService.DeleteEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.DeleteEndpoint].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation is for the `DeleteEndpointRequest` class within the Vertex AI v1beta1 API, used to request the deletion of an endpoint."],["The `DeleteEndpointRequest` class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is implemented in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["This class offers two constructors: a default constructor and one that takes another `DeleteEndpointRequest` object as a parameter, allowing for the creation of new instances or copying existing ones."],["The `DeleteEndpointRequest` class has properties, `EndpointName` and `Name`, allowing for interaction with the name of an endpoint; the `Name` property is required and represents the resource path of the endpoint to delete."],["The latest version of this class is in version `1.0.0-beta21`."]]],[]]