public sealed class GetRagCorpusRequest : IMessage<GetRagCorpusRequest>, IEquatable<GetRagCorpusRequest>, IDeepCloneable<GetRagCorpusRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-21 UTC."],[[["This page provides documentation for the `GetRagCorpusRequest` class, which is part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["`GetRagCorpusRequest` is a request message used for the `VertexRagDataService.GetRagCorpus` method, designed to retrieve a RagCorpus resource."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["It includes constructors for creating new instances and properties like `Name` (a string) and `RagCorpusName` (a `RagCorpusName` type) for specifying the resource to be retrieved."],["The documentation is available for two versions, `1.0.0-beta21` (latest) and `1.0.0-beta20`, indicating the class's evolution and providing options for different release cycles."]]],[]]