public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-31 UTC."],[[["This documentation details the `DeleteEndpointRequest` class, which is part of the Cloud AI Platform v1beta1 API in the Google.Cloud.AIPlatform.V1Beta1 namespace."],["The `DeleteEndpointRequest` class is used to construct requests for deleting an Endpoint resource via the `EndpointService.DeleteEndpoint` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one parameterless and one that takes another `DeleteEndpointRequest` instance, and has two properties: `EndpointName` and `Name`."],["The `Name` property is required and takes a string in the format: `projects/{project}/locations/{location}/endpoints/{endpoint}`."]]],[]]