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

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

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

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

Inheritance

object > BatchCreateRagMetadataResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

BatchCreateRagMetadataResponse()

public BatchCreateRagMetadataResponse()

BatchCreateRagMetadataResponse(BatchCreateRagMetadataResponse)

public BatchCreateRagMetadataResponse(BatchCreateRagMetadataResponse other)
Parameter
Name Description
other BatchCreateRagMetadataResponse

Properties

RagMetadata

public RepeatedField<RagMetadata> RagMetadata { get; }

RagMetadata created.

Property Value
Type Description
RepeatedFieldRagMetadata