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].
Implements
IMessageCreateRagCorpusRequest, IEquatableCreateRagCorpusRequest, IDeepCloneableCreateRagCorpusRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateRagCorpusRequest()
public CreateRagCorpusRequest()
CreateRagCorpusRequest(CreateRagCorpusRequest)
public CreateRagCorpusRequest(CreateRagCorpusRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateRagCorpusRequest |
Properties
Parent
public string Parent { get; set; }
Required. The resource name of the Location to create the RagCorpus in.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
RagCorpus
public RagCorpus RagCorpus { get; set; }
Required. The RagCorpus to create.
Property Value | |
---|---|
Type | Description |
RagCorpus |