TrieveRubyClient::ClientDatasetConfiguration
Properties
| Name |
Type |
Description |
Notes |
| create_chunk_feature |
Boolean |
|
[optional] |
| date_range_value |
String |
|
[optional] |
| document_upload_feature |
Boolean |
|
[optional] |
| file_name_key |
String |
|
|
| filter_items |
Object |
|
[optional] |
| frontmatter_vals |
String |
|
[optional] |
| image_range_end_key |
String |
|
[optional] |
| image_range_start_key |
String |
|
[optional] |
| lines_before_show_more |
Integer |
|
[optional] |
| search_queries |
String |
|
[optional] |
| suggested_queries |
String |
|
[optional] |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::ClientDatasetConfiguration.new(
create_chunk_feature: null,
date_range_value: null,
document_upload_feature: null,
file_name_key: null,
filter_items: null,
frontmatter_vals: null,
image_range_end_key: null,
image_range_start_key: null,
lines_before_show_more: null,
search_queries: null,
suggested_queries: null
)