Method: TrieveRubyClient::ChunkMetadata.openapi_types
- Defined in:
- lib/trieve_ruby_client/models/chunk_metadata.rb
.openapi_types ⇒ Object
Attribute type mapping.
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/trieve_ruby_client/models/chunk_metadata.rb', line 69 def self.openapi_types { :'chunk_html' => :'String', :'content' => :'String', :'created_at' => :'Time', :'dataset_id' => :'String', :'id' => :'String', :'link' => :'String', :'metadata' => :'Object', :'qdrant_point_id' => :'String', :'tag_set' => :'String', :'time_stamp' => :'Time', :'tracking_id' => :'String', :'updated_at' => :'Time', :'weight' => :'Float' } end |