public sealed class UpdateRagCorpusRequest : IMessage<UpdateRagCorpusRequest>, IEquatable<UpdateRagCorpusRequest>, IDeepCloneable<UpdateRagCorpusRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateRagCorpusRequest.
Request message for
[VertexRagDataService.UpdateRagCorpus][google.cloud.aiplatform.v1beta1.VertexRagDataService.UpdateRagCorpus].
[[["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 page provides documentation for the `UpdateRagCorpusRequest` class, part of the Cloud AI Platform v1beta1 API, within the `Google.Cloud.AIPlatform.V1Beta1` namespace, with a focus on its use in updating a RagCorpus."],["`UpdateRagCorpusRequest` serves as the request message for the `VertexRagDataService.UpdateRagCorpus` method, utilized for updating the state of a resource."],["The class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its role in data handling and API communication."],["Key features of this class include constructors for creating instances and a `RagCorpus` property, which represents the RagCorpus to be updated on the server."],["This class is available in two beta versions, with version 1.0.0-beta21 being the latest and version 1.0.0-beta20 also being available."]]],[]]