Class: Google::Cloud::AIPlatform::V1::ImportRagFilesOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ImportRagFilesOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb
Overview
Runtime operation information for VertexRagDataService.ImportRagFiles.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
-
#import_rag_files_config ⇒ ::Google::Cloud::AIPlatform::V1::ImportRagFilesConfig
readonly
Output only.
-
#progress_percentage ⇒ ::Integer
The progress percentage of the operation.
-
#rag_corpus_id ⇒ ::Integer
The resource ID of RagCorpus that this operation is executed on.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
306 307 308 309 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 306 class ImportRagFilesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#import_rag_files_config ⇒ ::Google::Cloud::AIPlatform::V1::ImportRagFilesConfig (readonly)
Returns Output only. The config that was passed in the ImportRagFilesRequest.
306 307 308 309 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 306 class ImportRagFilesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percentage ⇒ ::Integer
Returns 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.
306 307 308 309 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 306 class ImportRagFilesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rag_corpus_id ⇒ ::Integer
Returns The resource ID of RagCorpus that this operation is executed on.
306 307 308 309 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 306 class ImportRagFilesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |