public sealed class GetReasoningEngineRequest : IMessage<GetReasoningEngineRequest>, IEquatable<GetReasoningEngineRequest>, IDeepCloneable<GetReasoningEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetReasoningEngineRequest.
Request message for
[ReasoningEngineService.GetReasoningEngine][google.cloud.aiplatform.v1beta1.ReasoningEngineService.GetReasoningEngine].
[[["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 document provides reference information for the `GetReasoningEngineRequest` class within the Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["`GetReasoningEngineRequest` is a request message used to retrieve a ReasoningEngine, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and has two constructors: a default constructor and one that accepts another `GetReasoningEngineRequest` instance."],["It includes two properties, `Name` which is of type string and represents the resource name of the ReasoningEngine and `ReasoningEngineName`, which provides a typed view over the `Name` property."],["The latest and version beta20 of the `GetReasoningEngineRequest` class is also available for reference."]]],[]]