How datasets are created
You create datasets in two ways: Synthetic data generation — UsePOST /generate to have Pioneer produce labeled examples from a description of your domain and the labels you care about. This is the fastest way to bootstrap a dataset without any existing labeled data.
GET /generate/jobs/:job_id to check when generation is complete before starting training.
Uploading your own dataset
Uploading your own data: UsePOST/felix/datasets/upload/url if you already have labeled data. This is a three-step process:
Step 1. Get a presigned upload URL
Step 2. Upload the file directly to S3
Step 3. Trigger processing
GET /felix/datasets/{name}/{version} until status is ready before starting a training job.
Listing your datasets
Retrieve all datasets in your account:Inspecting a dataset
To see the versions and details of a specific dataset, pass its name:Deleting a dataset
Dataset storage is free. You are not charged for storing datasets in Pioneer, regardless of size or number of versions.
Dataset endpoints summary
Data Privacy: If you would like to opt out of having your data used in Fastino’s model training, please email support@fastino.ai and we will ensure your data is excluded from our training pipelines.