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

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

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

Runtime operation information for [VertexRagDataService.ImportRagFiles][google.cloud.aiplatform.v1beta1.VertexRagDataService.ImportRagFiles].

Inheritance

object > ImportRagFilesOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ImportRagFilesOperationMetadata()

public ImportRagFilesOperationMetadata()

ImportRagFilesOperationMetadata(ImportRagFilesOperationMetadata)

public ImportRagFilesOperationMetadata(ImportRagFilesOperationMetadata other)
Parameter
Name Description
other ImportRagFilesOperationMetadata

Properties

GenericMetadata

public GenericOperationMetadata GenericMetadata { get; set; }

The operation generic information.

Property Value
Type Description
GenericOperationMetadata

ImportRagFilesConfig

public ImportRagFilesConfig ImportRagFilesConfig { get; set; }

Output only. The config that was passed in the ImportRagFilesRequest.

Property Value
Type Description
ImportRagFilesConfig

ProgressPercentage

public int ProgressPercentage { get; set; }

The progress percentage of the operation. Value is in the range [0, 100]. This percentage is calculated as follows: progress_percentage = 100 * (successes + failures + skips) / total

Property Value
Type Description
int

RagCorpusId

public long RagCorpusId { get; set; }

The resource ID of RagCorpus that this operation is executed on.

Property Value
Type Description
long