public sealed class CreateRagCorpusRequest : IMessage<CreateRagCorpusRequest>, IEquatable<CreateRagCorpusRequest>, IDeepCloneable<CreateRagCorpusRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateRagCorpusRequest.
Request message for
[VertexRagDataService.CreateRagCorpus][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagCorpus].
[[["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 documentation details the `CreateRagCorpusRequest` class, which is used to send requests to the Cloud AI Platform v1beta1 API for creating a new RagCorpus."],["The `CreateRagCorpusRequest` class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message processing."],["The class has properties like `Parent`, which is a string that specifies the location resource name, `ParentAsLocationName`, which offers a `LocationName`-typed view, and `RagCorpus`, representing the RagCorpus object to be created."],["The `CreateRagCorpusRequest` class has two constructors, a default constructor and another to copy an existing `CreateRagCorpusRequest` object."]]],[]]