TrieveRubyClient::ChunkGroup
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Time | ||
| dataset_id | String | ||
| description | String | ||
| id | String | ||
| metadata | Object | [optional] | |
| name | String | ||
| tag_set | Array<String> | [optional] | |
| tracking_id | String | [optional] | |
| updated_at | Time |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::ChunkGroup.new(
created_at: null,
dataset_id: null,
description: null,
id: null,
metadata: null,
name: null,
tag_set: null,
tracking_id: null,
updated_at: null
)