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

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

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

Response message for [VertexRagDataService.BatchCreateRagDataSchemas][google.cloud.aiplatform.v1beta1.VertexRagDataService.BatchCreateRagDataSchemas].

Inheritance

object > BatchCreateRagDataSchemasResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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