Class: Google::Cloud::AIPlatform::V1::ImportRagFilesOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#generic_metadata::Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Returns The operation generic information.

Returns:



306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 306

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

Returns:



306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 306

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

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



306
307
308
309
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 306

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

Returns:

  • (::Integer)

    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 
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end