Add externalfile api params (#2745)
* feat: external dataset api * perf: doc
This commit is contained in:
@@ -21,6 +21,8 @@ export type DatasetCollectionsListItemType = {
|
||||
trainingType?: DatasetCollectionSchemaType['trainingType'];
|
||||
tags?: string[];
|
||||
|
||||
externalFileId?: string;
|
||||
|
||||
fileId?: string;
|
||||
rawLink?: string;
|
||||
permission: DatasetPermission;
|
||||
|
||||
Reference in New Issue
Block a user