public sealed class BatchCreateRagDataSchemasRequest : IMessage<BatchCreateRagDataSchemasRequest>, IEquatable<BatchCreateRagDataSchemasRequest>, IDeepCloneable<BatchCreateRagDataSchemasRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class BatchCreateRagDataSchemasRequest.
Request message for [VertexRagDataService.BatchCreateRagDataSchemas][google.cloud.aiplatform.v1beta1.VertexRagDataService.BatchCreateRagDataSchemas].
Implements
IMessageBatchCreateRagDataSchemasRequest, IEquatableBatchCreateRagDataSchemasRequest, IDeepCloneableBatchCreateRagDataSchemasRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BatchCreateRagDataSchemasRequest()
public BatchCreateRagDataSchemasRequest()BatchCreateRagDataSchemasRequest(BatchCreateRagDataSchemasRequest)
public BatchCreateRagDataSchemasRequest(BatchCreateRagDataSchemasRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchCreateRagDataSchemasRequest |
Properties
Parent
public string Parent { get; set; }Required. The resource name of the RagCorpus to create the RagDataSchemas
in. Format:
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsRagCorpusName
public RagCorpusName ParentAsRagCorpusName { get; set; }RagCorpusName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RagCorpusName |
|
Requests
public RepeatedField<CreateRagDataSchemaRequest> Requests { get; }Required. The request messages for [VertexRagDataService.CreateRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagDataSchema]. A maximum of 500 schemas can be created in a batch.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCreateRagDataSchemaRequest |
|