Skip to content

Create skeleton of endpoints to view and manage training datasets (revisions) #4995

@leoll2

Description

@leoll2

Endpoints

List the items in a dataset revision

Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items
Query parameters:

  • limit: for pagination
  • offset: for pagination
  • subset (optional): filter by subset

Response: same structure as /api/projects/{project_id}/dataset/items

Get info about an item in the dataset revision

Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items/<id>

Response: same structure as /api/projects/{project_id}/dataset/items/<id>

Get the image data of an item in the dataset revision

Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items/<id>/binary

Get the thumbnail of an item in the dataset revision

Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items/<id>/thumbnail

Delete the files associated to a dataset revision

Method and path: DELETE /api/projects/<id>/dataset_revisions/<id>

Metadata

Metadata

Assignees

Labels

Geti Tune BackendIssues related to Geti Tune Studio backend

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions