Cloud AI Platform v1beta1 API - Class ImportRagFilesResponse (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImportRagFilesResponse.

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

Inheritance

object > ImportRagFilesResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ImportRagFilesResponse()

public ImportRagFilesResponse()

ImportRagFilesResponse(ImportRagFilesResponse)

public ImportRagFilesResponse(ImportRagFilesResponse other)
Parameter
Name Description
other ImportRagFilesResponse

Properties

FailedRagFilesCount

public long FailedRagFilesCount { get; set; }

The number of RagFiles that had failed while importing into the RagCorpus.

Property Value
Type Description
long

ImportedRagFilesCount

public long ImportedRagFilesCount { get; set; }

The number of RagFiles that had been imported into the RagCorpus.

Property Value
Type Description
long

SkippedRagFilesCount

public long SkippedRagFilesCount { get; set; }

The number of RagFiles that was skipped while importing into the RagCorpus.

Property Value
Type Description
long