@daocloud-proto/hydra 0.15.0-dev-3 → 0.15.0-dev-4

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.
@@ -11,4 +11,9 @@ export enum JobStatus {
11
11
  COMPLETED = "COMPLETED",
12
12
  FAILED = "FAILED",
13
13
  DELETING = "DELETING",
14
+ }
15
+
16
+ export type EnvVar = {
17
+ name?: string
18
+ value?: string
14
19
  }
@@ -44,6 +44,7 @@ export type EvalJob = {
44
44
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
45
45
  completionTimestamp?: GoogleProtobufTimestamp.Timestamp
46
46
  datasetName?: string
47
+ env?: HydraManagement_apiFinetuneV1alpha1Common.EnvVar[]
47
48
  }
48
49
 
49
50
 
@@ -57,6 +58,7 @@ export type EvalJob = {
57
58
  finetuneJobName?: string
58
59
  datasetId?: string
59
60
  datasetVolumeId?: string
61
+ env?: HydraManagement_apiFinetuneV1alpha1Common.EnvVar[]
60
62
  }
61
63
 
62
64
  export type CreateWSEvalJobRequest = BaseCreateWSEvalJobRequest
@@ -52,6 +52,7 @@ export type FineTuneJob = {
52
52
  metrics?: MetricPoint[]
53
53
  trainingParams?: GoogleProtobufStruct.Struct
54
54
  metadata?: GoogleProtobufStruct.Struct
55
+ env?: HydraManagement_apiFinetuneV1alpha1Common.EnvVar[]
55
56
  }
56
57
 
57
58
  export type CreateWSFineTuneJobRequest = {
@@ -67,6 +68,7 @@ export type CreateWSFineTuneJobRequest = {
67
68
  training?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.TrainingConfig
68
69
  dpo?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.DpoConfig
69
70
  resources?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ResourceConfig
71
+ env?: HydraManagement_apiFinetuneV1alpha1Common.EnvVar[]
70
72
  }
71
73
 
72
74
  export type GetWSFineTuneJobRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.15.0-dev-3",
3
+ "version": "v0.15.0-dev-4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"