public sealed class GetRagCorpusRequest : IMessage<GetRagCorpusRequest>, IEquatable<GetRagCorpusRequest>, IDeepCloneable<GetRagCorpusRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetRagCorpusRequest.
Request message for
[VertexRagDataService.GetRagCorpus][google.cloud.aiplatform.v1beta1.VertexRagDataService.GetRagCorpus]
[[["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 `GetRagCorpusRequest` class is a request message for the `VertexRagDataService.GetRagCorpus` API within the Cloud AI Platform v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The `GetRagCorpusRequest` class includes properties such as `Name` and `RagCorpusName` which are used to define and access the resource name of the RagCorpus, with `Name` requiring a specific format."],["The class provides two constructors: a default constructor (`GetRagCorpusRequest()`) and one that accepts another `GetRagCorpusRequest` instance (`GetRagCorpusRequest(GetRagCorpusRequest other)`)."]]],[]]