[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUploadRagFileResponse\u003c/code\u003e class is a response message for the \u003ccode\u003eVertexRagDataService.UploadRagFile\u003c/code\u003e method within the Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities such as message handling, equality checks, deep cloning, and buffer message capabilities.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eError\u003c/code\u003e, which reports any errors during the processing of a RagFile, \u003ccode\u003eRagFile\u003c/code\u003e, which contains the RagFile that was uploaded, and \u003ccode\u003eResultCase\u003c/code\u003e, indicating the type of result in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe current latest version of this class can be found at \u003ccode\u003e1.0.0-beta21\u003c/code\u003e, while previous version \u003ccode\u003e1.0.0-beta20\u003c/code\u003e is available to view.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, and its functionalities are defined within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class UploadRagFileResponse (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UploadRagFileResponse)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.UploadRagFileResponse) \n\n public sealed class UploadRagFileResponse : IMessage\u003cUploadRagFileResponse\u003e, IEquatable\u003cUploadRagFileResponse\u003e, IDeepCloneable\u003cUploadRagFileResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class UploadRagFileResponse.\n\nResponse message for\n\\[VertexRagDataService.UploadRagFile\\]\\[google.cloud.aiplatform.v1beta1.VertexRagDataService.UploadRagFile\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UploadRagFileResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UploadRagFileResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UploadRagFileResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UploadRagFileResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UploadRagFileResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UploadRagFileResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.UploadRagFileResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### UploadRagFileResponse()\n\n public UploadRagFileResponse()\n\n### UploadRagFileResponse(UploadRagFileResponse)\n\n public UploadRagFileResponse(UploadRagFileResponse other)\n\nProperties\n----------\n\n### Error\n\n public Status Error { get; set; }\n\nThe error that occurred while processing the RagFile.\n\n### RagFile\n\n public RagFile RagFile { get; set; }\n\nThe RagFile that had been uploaded into the RagCorpus.\n\n### ResultCase\n\n public UploadRagFileResponse.ResultOneofCase ResultCase { get; }"]]