Class: Google::Cloud::AIPlatform::V1::RagFileTransformationConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb

Overview

Specifies the transformation config for RagFiles.

Instance Attribute Summary collapse

Instance Attribute Details

#rag_file_chunking_config::Google::Cloud::AIPlatform::V1::RagFileChunkingConfig

Returns Specifies the chunking config for RagFiles.

Returns:



383
384
385
386
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 383

class RagFileTransformationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end