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-25 UTC."],[[["The `UpdateEndpointLongRunningRequest` class is part of the Cloud AI Platform v1beta1 API and is used to request long-running updates to an Endpoint."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used in various data handling scenarios."],["It inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `UpdateEndpointLongRunningRequest` class has a constructor that can create a new instance or clone from an existing `UpdateEndpointLongRunningRequest`."],["The primary property of this class, `Endpoint`, allows specifying the updated endpoint details, although currently only updating the `client_connection_config` field is supported."]]],[]]