@daocloud-proto/hydra 0.0.0-dev-605ef107 → 0.0.0-dev-4751b54b

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 = {
@@ -46,7 +46,6 @@ export type FineTuneJob = {
46
46
  cluster?: string
47
47
  namespace?: string
48
48
  storageSpec?: GoogleProtobufStruct.Struct
49
- runtimeType?: string
50
49
  resourceConfig?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ResourceConfig
51
50
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
52
51
  completionTimestamp?: GoogleProtobufTimestamp.Timestamp
@@ -57,11 +56,17 @@ export type FineTuneJob = {
57
56
 
58
57
  export type CreateWSFineTuneJobRequest = {
59
58
  workspace?: number
59
+ cluster?: string
60
60
  namespace?: string
61
61
  name?: string
62
- configName?: string
63
- runtimeType?: string
64
- resourceConfig?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ResourceConfig
62
+ stage?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.TrainingStage
63
+ finetuningType?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.FineTuningType
64
+ model?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ModelConfig
65
+ lora?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.LoraConfig
66
+ dataset?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.DatasetConfig
67
+ training?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.TrainingConfig
68
+ dpo?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.DpoConfig
69
+ resources?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ResourceConfig
65
70
  }
66
71
 
67
72
  export type GetWSFineTuneJobRequest = {
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-4751b54b",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"