Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ImportRagFilesOperationMetadata (v0.61.0)

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

#generic_metadata=

def generic_metadata=(value) -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Parameter
Returns

#import_rag_files_config

def import_rag_files_config() -> ::Google::Cloud::AIPlatform::V1::ImportRagFilesConfig
Returns

#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.