Vertex AI v1beta1 API - Class BatchCreateRagMetadataRequest (1.0.0-beta74)

public sealed class BatchCreateRagMetadataRequest : IMessage<BatchCreateRagMetadataRequest>, IEquatable<BatchCreateRagMetadataRequest>, IDeepCloneable<BatchCreateRagMetadataRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class BatchCreateRagMetadataRequest.

Request message for [VertexRagDataService.BatchCreateRagMetadata][google.cloud.aiplatform.v1beta1.VertexRagDataService.BatchCreateRagMetadata].

Inheritance

object > BatchCreateRagMetadataRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

BatchCreateRagMetadataRequest()

public BatchCreateRagMetadataRequest()

BatchCreateRagMetadataRequest(BatchCreateRagMetadataRequest)

public BatchCreateRagMetadataRequest(BatchCreateRagMetadataRequest other)
Parameter
Name Description
other BatchCreateRagMetadataRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource where the RagMetadata will be created. Format: projects/{project_number}/locations/{location_id}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}

Property Value
Type Description
string

ParentAsRagFileName

public RagFileName ParentAsRagFileName { get; set; }

RagFileName-typed view over the Parent resource name property.

Property Value
Type Description
RagFileName

Requests

public RepeatedField<CreateRagMetadataRequest> Requests { get; }

Required. The request messages for [VertexRagDataService.CreateRagMetadata][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagMetadata]. A maximum of 500 rag file metadata can be created in a batch.

Property Value
Type Description
RepeatedFieldCreateRagMetadataRequest