We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3872d0d commit 3e61e90Copy full SHA for 3e61e90
datasets.go
@@ -18,12 +18,6 @@ type DatasetElement struct {
18
BinaryContents []byte `json:"binaryContents"`
19
}
20
21
-type Dataset struct {
22
- ID string `json:"id"`
23
- BaseDir string `json:"baseDir,omitempty"`
24
- Elements map[string]DatasetElementMeta `json:"elements"`
25
-}
26
-
27
type datasetRequest struct {
28
Input string `json:"input"`
29
DatasetTool string `json:"datasetTool"`
0 commit comments