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

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

HasPartialFailuresBigqueryTable

public bool HasPartialFailuresBigqueryTable { get; }

Gets whether the "partial_failures_bigquery_table" field is set

Property Value
Type Description
bool

HasPartialFailuresGcsPath

public bool HasPartialFailuresGcsPath { get; }

Gets whether the "partial_failures_gcs_path" field is set

Property Value
Type Description
bool

ImportedRagFilesCount

public long ImportedRagFilesCount { get; set; }

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

Property Value
Type Description
long

PartialFailureSinkCase

public ImportRagFilesResponse.PartialFailureSinkOneofCase PartialFailureSinkCase { get; }
Property Value
Type Description
ImportRagFilesResponsePartialFailureSinkOneofCase

PartialFailuresBigqueryTable

public string PartialFailuresBigqueryTable { get; set; }

The BigQuery table into which the partial failures were written.

Property Value
Type Description
string

PartialFailuresGcsPath

public string PartialFailuresGcsPath { get; set; }

The Google Cloud Storage path into which the partial failures were written.

Property Value
Type Description
string

SkippedRagFilesCount

public long SkippedRagFilesCount { get; set; }

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

Property Value
Type Description
long