public sealed class UpdateReasoningEngineRequest : IMessage<UpdateReasoningEngineRequest>, IEquatable<UpdateReasoningEngineRequest>, IDeepCloneable<UpdateReasoningEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateReasoningEngineRequest.
Request message for
[ReasoningEngineService.UpdateReasoningEngine][google.cloud.aiplatform.v1beta1.ReasoningEngineService.UpdateReasoningEngine].
[[["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."],[[["This documentation covers the `UpdateReasoningEngineRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09, with links to newer versions available."],["`UpdateReasoningEngineRequest` is a request message used for updating a ReasoningEngine via `ReasoningEngineService.UpdateReasoningEngine` within the AI Platform."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `UpdateReasoningEngineRequest` include `ReasoningEngine` (the resource to replace) and `UpdateMask` (specifying which fields to update)."],["It provides two constructors for creating an instance of the `UpdateReasoningEngineRequest` class, either blank or passing an existing instance."]]],[]]