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 2ee3975 commit c1895a3Copy full SHA for c1895a3
example/CI/metainsight/metainsight.go
@@ -55,6 +55,8 @@ func CreateDataSet() {
55
DatasetName: "dataset1",
56
Description: "dataset test",
57
TemplateId: "Official:COSBasicMeta",
58
+ Version: "standard",
59
+ Volume: 50,
60
}
61
res, _, err := c.MetaInsight.CreateDataset(context.Background(), opt)
62
log_status(err)
0 commit comments