Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImportRagFilesOperationMetadata.
Runtime operation information for VertexRagDataService.ImportRagFiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#generic_metadata
def generic_metadata() -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns
- (::Google::Cloud::AIPlatform::V1::GenericOperationMetadata) — The operation generic information.
#generic_metadata=
def generic_metadata=(value) -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Parameter
- value (::Google::Cloud::AIPlatform::V1::GenericOperationMetadata) — The operation generic information.
Returns
- (::Google::Cloud::AIPlatform::V1::GenericOperationMetadata) — The operation generic information.
#import_rag_files_config
def import_rag_files_config() -> ::Google::Cloud::AIPlatform::V1::ImportRagFilesConfig
Returns
- (::Google::Cloud::AIPlatform::V1::ImportRagFilesConfig) — Output only. The config that was passed in the ImportRagFilesRequest.
#progress_percentage
def progress_percentage() -> ::Integer
Returns
- (::Integer) — 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
#progress_percentage=
def progress_percentage=(value) -> ::Integer
Parameter
- value (::Integer) — 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
Returns
- (::Integer) — 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
#rag_corpus_id
def rag_corpus_id() -> ::Integer
Returns
- (::Integer) — The resource ID of RagCorpus that this operation is executed on.
#rag_corpus_id=
def rag_corpus_id=(value) -> ::Integer
Parameter
- value (::Integer) — The resource ID of RagCorpus that this operation is executed on.
Returns
- (::Integer) — The resource ID of RagCorpus that this operation is executed on.