public sealed class BatchCreateRagDataSchemasResponse : IMessage<BatchCreateRagDataSchemasResponse>, IEquatable<BatchCreateRagDataSchemasResponse>, IDeepCloneable<BatchCreateRagDataSchemasResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class BatchCreateRagDataSchemasResponse.
Response message for [VertexRagDataService.BatchCreateRagDataSchemas][google.cloud.aiplatform.v1beta1.VertexRagDataService.BatchCreateRagDataSchemas].
Implements
IMessageBatchCreateRagDataSchemasResponse, IEquatableBatchCreateRagDataSchemasResponse, IDeepCloneableBatchCreateRagDataSchemasResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BatchCreateRagDataSchemasResponse()
public BatchCreateRagDataSchemasResponse()BatchCreateRagDataSchemasResponse(BatchCreateRagDataSchemasResponse)
public BatchCreateRagDataSchemasResponse(BatchCreateRagDataSchemasResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchCreateRagDataSchemasResponse |
Properties
RagDataSchemas
public RepeatedField<RagDataSchema> RagDataSchemas { get; }RagDataSchemas created.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRagDataSchema |
|