public sealed class GetRagFileRequest : IMessage<GetRagFileRequest>, IEquatable<GetRagFileRequest>, IDeepCloneable<GetRagFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetRagFileRequest.
Request message for
[VertexRagDataService.GetRagFile][google.cloud.aiplatform.v1beta1.VertexRagDataService.GetRagFile]
[[["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."],[[["`GetRagFileRequest` is a class in the Cloud AI Platform v1beta1 API, designed for requesting a specific RagFile resource."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["It includes properties such as `Name` (a string) and `RagFileName` (a `RagFileName` type), to identify the requested resource, with the format `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}`."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class has two constructors: a default one `GetRagFileRequest()` and another that takes another instance of `GetRagFileRequest` as a parameter."]]],[]]