Class ImportRagFilesOperationMetadata (1.53.0)

ImportRagFilesOperationMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Runtime operation information for VertexRagDataService.ImportRagFiles.

Attributes

Name Description
generic_metadata google.cloud.aiplatform_v1beta1.types.GenericOperationMetadata
The operation generic information.
rag_corpus_id int
The resource ID of RagCorpus that this operation is executed on.
import_rag_files_config google.cloud.aiplatform_v1beta1.types.ImportRagFilesConfig
Output only. The config that was passed in the ImportRagFilesRequest.
progress_percentage int
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

Methods

ImportRagFilesOperationMetadata

ImportRagFilesOperationMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Runtime operation information for VertexRagDataService.ImportRagFiles.