tensorkube datasets
--help BOOL
[default: false]: Show this message and exit.list
: List all the datasets created using Tensorkube cli.
create
: Create a dataset using Tensorkube. This command creates a cloud bucket and stores your dataset in that bucket.
delete
: Delete a dataset using Tensorkube cli.
tensorkube datasets list
--help BOOL
[default: false]: Show this message and exit.tensorkube datasets create
--dataset-id TEXT
: ID of the dataset to create.
--path FILE
: Path to the JSONL file.
--help BOOL
[default: false]: Show this message and exit.
tensorkube datasets delete
--dataset-id TEXT
: ID of the dataset to delete.
--help BOOL
[default: false]: Show this message and exit.