public sealed class UpdateEndpointRequest : IMessage<UpdateEndpointRequest>, IEquatable<UpdateEndpointRequest>, IDeepCloneable<UpdateEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation details the `UpdateEndpointRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`UpdateEndpointRequest` is used as a request message for the `EndpointService.UpdateEndpoint` function, facilitating updates to an endpoint resource on the server."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and object cloning."],["The `UpdateEndpointRequest` class has properties for specifying the `Endpoint` to be updated and a `FieldMask` to define which parts of the endpoint should be modified."],["It is worth noting the latest version of this API is 1.0.0-beta21, not 1.0.0-beta02, so you may be missing out on the latest updates and features if you do not upgrade."]]],[]]