@daocloud-proto/hydra 0.0.0-dev-605ef107 → 0.0.0-dev-06d8b3b7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,6 +43,7 @@ export type EvalJob = {
43
43
  reason?: string
44
44
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
45
45
  completionTimestamp?: GoogleProtobufTimestamp.Timestamp
46
+ datasetName?: string
46
47
  }
47
48
 
48
49
 
@@ -79,6 +80,7 @@ export type ListWSEvalJobsRequest = {
79
80
  cluster?: string
80
81
  namespace?: string
81
82
  page?: HydraCommonCommon.Pagination
83
+ finetuneJobId?: string
82
84
  }
83
85
 
84
86
  export type ListWSEvalJobsResponse = {
@@ -58,6 +58,7 @@ export type ListExportJobRequest = {
58
58
  cluster?: string
59
59
  namespace?: string
60
60
  page?: HydraCommonCommon.Pagination
61
+ finetuneJobId?: string
61
62
  }
62
63
 
63
64
  export type ListExportJobResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-605ef107",
3
+ "version": "v0.0.0-dev-06d8b3b7",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"