Cloud AI Platform v1beta1 API - Class UpdateRagCorpusRequest (1.0.0-beta02)

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].

Inheritance

object > UpdateRagCorpusRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UpdateRagCorpusRequest()

public UpdateRagCorpusRequest()

UpdateRagCorpusRequest(UpdateRagCorpusRequest)

public UpdateRagCorpusRequest(UpdateRagCorpusRequest other)
Parameter
Name Description
other UpdateRagCorpusRequest

Properties

RagCorpus

public RagCorpus RagCorpus { get; set; }

Required. The RagCorpus which replaces the resource on the server.

Property Value
Type Description
RagCorpus