@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.
|
@@ -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 = {
|