Enums§
- Clear
Dataset Error - struct for typed errors of method
clear_dataset
- Create
Dataset Error - struct for typed errors of method
create_dataset
- Delete
Dataset ByTracking IdError - struct for typed errors of method
delete_dataset_by_tracking_id
- Delete
Dataset Error - struct for typed errors of method
delete_dataset
- GetAll
Tags Error - struct for typed errors of method
get_all_tags
- GetDataset
Error - struct for typed errors of method
get_dataset
- GetDatasets
From Organization Error - struct for typed errors of method
get_datasets_from_organization
- GetUsage
ByDataset IdError - struct for typed errors of method
get_usage_by_dataset_id
- Update
Dataset Error - struct for typed errors of method
update_dataset
Functions§
- clear_
dataset - Removes all chunks, files, and groups from the dataset while retaining the analytics and dataset itself. The auth’ed user must be an owner of the organization to clear a dataset.
- create_
dataset - Auth’ed user must be an owner of the organization to create a dataset.
- delete_
dataset - Auth’ed user must be an owner of the organization to delete a dataset.
- delete_
dataset_ by_ tracking_ id - Auth’ed user must be an owner of the organization to delete a dataset.
- get_
all_ tags - Scroll through all tags in the dataset and get the number of chunks in the dataset with that tag plus the total number of unique tags for the whole datset.
- get_
dataset - Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
- get_
datasets_ from_ organization - Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
- get_
usage_ by_ dataset_ id - Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
- update_
dataset - One of id or tracking_id must be provided. The auth’ed user must be an owner of the organization to update a dataset.