public sealed class UpdateEndpointRequest : IMessage<UpdateEndpointRequest>, IEquatable<UpdateEndpointRequest>, IDeepCloneable<UpdateEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateEndpointRequest.
Request message for
[EndpointService.UpdateEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.UpdateEndpoint].
[[["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."],[[["The latest version of the `UpdateEndpointRequest` class is 1.0.0-beta21, which is part of the Vertex AI v1beta1 API."],["`UpdateEndpointRequest` is a request message used for updating an endpoint via the `EndpointService.UpdateEndpoint` method."],["The `UpdateEndpointRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors, `UpdateEndpointRequest()`, and `UpdateEndpointRequest(UpdateEndpointRequest other)` which allows creating a new instance from an existing one."],["It features properties `Endpoint`, of type `Endpoint`, and `UpdateMask`, of type `FieldMask`, to define the endpoint to be updated and the specific fields to modify."]]],[]]