public sealed class UpdateEndpointLongRunningRequest : IMessage<UpdateEndpointLongRunningRequest>, IEquatable<UpdateEndpointLongRunningRequest>, IDeepCloneable<UpdateEndpointLongRunningRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateEndpointLongRunningRequest.
Request message for
[EndpointService.UpdateEndpointLongRunning][google.cloud.aiplatform.v1beta1.EndpointService.UpdateEndpointLongRunning].
Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
[[["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 document provides reference information for the `UpdateEndpointLongRunningRequest` class within the Cloud AI Platform v1beta1 API."],["`UpdateEndpointLongRunningRequest` is a request message used for the `EndpointService.UpdateEndpointLongRunning` operation."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains the property `Endpoint`, which allows for updating the resource on the server, with current support limited to modifying the `client_connection_config` field."],["There are two constructors available to create an instance of `UpdateEndpointLongRunningRequest`: a default one, and another to duplicate an existing instance."]]],[]]