@cozeloop/prompt-components 0.0.1 → 0.0.3
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.
- package/dist/es/idls/fornax_ml_flow/index.js +2322 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/ai_annotate.js +41 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/aidpcallback.js +108 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/annotation_job.js +52 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/base.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/batch_infer.js +72 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/dataprocess.js +10 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/dataset.js +36 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2.js +139 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2job.js +40 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2lineage.js +25 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2similarity.js +12 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/filter.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/flow_devops_evaluation_callback_common.js +36 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/flow_devops_prompt_common.js +318 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/fornax_domain_model.js +326 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/ml_flow_domain_model.js +327 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/openapi.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotateservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotationjobservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_batchinferservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_crowdsourcingannotationjobservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_dataprocessservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservicev2.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_modelservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_annotationjobservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_batchinferservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_datasetservicev2.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_tagservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/tag.js +33 -0
- package/dist/es/idls/prompt_api/index.js +2009 -0
- package/dist/es/idls/prompt_api/namespaces/base.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_callback.js +35 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_commercial_openapi.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_common.js +318 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_debug.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_manage.js +23 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_mcp.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_optimize.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_paas.js +43 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_platform.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/mcp.js +9 -0
- package/dist/es/idls/prompt_api/namespaces/model.js +320 -0
- package/dist/es/idls/prompt_api/namespaces/permission.js +47 -0
- package/dist/es/idls/prompt_api/namespaces/release.js +25 -0
- package/dist/es/prompt-editor/index.js +1 -1
- package/dist/es/utils/model-config.js +3 -3
- package/dist/lib/idls/fornax_ml_flow/index.js +2414 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/ai_annotate.js +69 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/aidpcallback.js +140 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/annotation_job.js +82 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/base.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/batch_infer.js +105 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/dataprocess.js +34 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/dataset.js +63 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2.js +177 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2job.js +68 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2lineage.js +50 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2similarity.js +37 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/filter.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/flow_devops_evaluation_callback_common.js +62 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/flow_devops_prompt_common.js +378 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/fornax_domain_model.js +384 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/ml_flow_domain_model.js +385 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/openapi.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotateservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotationjobservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_batchinferservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_crowdsourcingannotationjobservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_dataprocessservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservicev2.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_modelservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_annotationjobservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_batchinferservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_datasetservicev2.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_tagservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/tag.js +60 -0
- package/dist/lib/idls/prompt_api/index.js +2071 -0
- package/dist/lib/idls/prompt_api/namespaces/base.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_callback.js +62 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_commercial_openapi.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_common.js +378 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_debug.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_manage.js +49 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_mcp.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_optimize.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_paas.js +72 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_platform.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/mcp.js +33 -0
- package/dist/lib/idls/prompt_api/namespaces/model.js +377 -0
- package/dist/lib/idls/prompt_api/namespaces/permission.js +72 -0
- package/dist/lib/idls/prompt_api/namespaces/release.js +50 -0
- package/dist/lib/prompt-editor/index.js +1 -1
- package/dist/lib/utils/model-config.js +13 -3
- package/dist/types/idls/fornax_ml_flow/index.d.ts +779 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/ai_annotate.d.ts +102 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/aidpcallback.d.ts +227 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/annotation_job.d.ts +402 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/base.d.ts +18 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/batch_infer.d.ts +331 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/dataprocess.d.ts +16 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/dataset.d.ts +88 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2.d.ts +462 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2job.d.ts +180 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2lineage.d.ts +69 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2similarity.d.ts +8 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/filter.d.ts +39 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/flow_devops_evaluation_callback_common.d.ts +88 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/flow_devops_prompt_common.d.ts +370 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/fornax_domain_model.d.ts +320 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/ml_flow_domain_model.d.ts +510 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/openapi.d.ts +6 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotateservice.d.ts +106 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotationjobservice.d.ts +256 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_batchinferservice.d.ts +73 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_crowdsourcingannotationjobservice.d.ts +94 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_dataprocessservice.d.ts +11 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservice.d.ts +24 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservicev2.d.ts +653 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_modelservice.d.ts +83 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_annotationjobservice.d.ts +81 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_batchinferservice.d.ts +24 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_datasetservicev2.d.ts +260 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_tagservice.d.ts +111 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/tag.d.ts +109 -0
- package/dist/types/idls/prompt_api/index.d.ts +667 -0
- package/dist/types/idls/prompt_api/namespaces/base.d.ts +18 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_callback.d.ts +102 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_commercial_openapi.d.ts +81 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_common.d.ts +1270 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_debug.d.ts +197 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_manage.d.ts +769 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_mcp.d.ts +301 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_optimize.d.ts +155 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_paas.d.ts +198 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_platform.d.ts +230 -0
- package/dist/types/idls/prompt_api/namespaces/mcp.d.ts +95 -0
- package/dist/types/idls/prompt_api/namespaces/model.d.ts +315 -0
- package/dist/types/idls/prompt_api/namespaces/permission.d.ts +52 -0
- package/dist/types/idls/prompt_api/namespaces/release.d.ts +62 -0
- package/dist/types/model-config-editor/basic-type.d.ts +2 -2
- package/dist/types/model-config-editor/model-config-form.d.ts +1 -1
- package/dist/types/model-config-editor/popover-type.d.ts +3 -3
- package/dist/types/model-select/index.d.ts +1 -1
- package/dist/types/model-select/model-option/index.d.ts +1 -1
- package/dist/types/prompt-editor/index.d.ts +1 -1
- package/dist/types/utils/model-config.d.ts +4 -4
- package/package.json +5 -3
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
var AnnotateType = /* @__PURE__ */ ((AnnotateType2) => {
|
|
2
|
+
AnnotateType2[AnnotateType2["BadCase"] = 1] = "BadCase";
|
|
3
|
+
return AnnotateType2;
|
|
4
|
+
})(AnnotateType || {});
|
|
5
|
+
var AuthPrincipalType = /* @__PURE__ */ ((AuthPrincipalType2) => {
|
|
6
|
+
AuthPrincipalType2[AuthPrincipalType2["Undefined"] = 0] = "Undefined";
|
|
7
|
+
AuthPrincipalType2[AuthPrincipalType2["User"] = 1] = "User";
|
|
8
|
+
AuthPrincipalType2[AuthPrincipalType2["Department"] = 2] = "Department";
|
|
9
|
+
return AuthPrincipalType2;
|
|
10
|
+
})(AuthPrincipalType || {});
|
|
11
|
+
var ComboType = /* @__PURE__ */ ((ComboType2) => {
|
|
12
|
+
ComboType2[ComboType2["ComboTypeUndefined"] = 0] = "ComboTypeUndefined";
|
|
13
|
+
ComboType2[ComboType2["ComboTypeAnd"] = 1] = "ComboTypeAnd";
|
|
14
|
+
ComboType2[ComboType2["ComboTypeOr"] = 2] = "ComboTypeOr";
|
|
15
|
+
return ComboType2;
|
|
16
|
+
})(ComboType || {});
|
|
17
|
+
var CompareType = /* @__PURE__ */ ((CompareType2) => {
|
|
18
|
+
CompareType2[CompareType2["Undefined"] = 0] = "Undefined";
|
|
19
|
+
CompareType2[CompareType2["SystemPromptCmp"] = 1] = "SystemPromptCmp";
|
|
20
|
+
CompareType2[CompareType2["ModelCmp"] = 2] = "ModelCmp";
|
|
21
|
+
CompareType2[CompareType2["SelfCmp"] = 3] = "SelfCmp";
|
|
22
|
+
return CompareType2;
|
|
23
|
+
})(CompareType || {});
|
|
24
|
+
var ConditionType = /* @__PURE__ */ ((ConditionType2) => {
|
|
25
|
+
ConditionType2[ConditionType2["ConditionTypeUndefined"] = 0] = "ConditionTypeUndefined";
|
|
26
|
+
ConditionType2[ConditionType2["ConditionTypeExpr"] = 1] = "ConditionTypeExpr";
|
|
27
|
+
ConditionType2[ConditionType2["ConditionTypeCombo"] = 2] = "ConditionTypeCombo";
|
|
28
|
+
return ConditionType2;
|
|
29
|
+
})(ConditionType || {});
|
|
30
|
+
var ContentType = /* @__PURE__ */ ((ContentType2) => {
|
|
31
|
+
ContentType2[ContentType2["Text"] = 1] = "Text";
|
|
32
|
+
ContentType2[ContentType2["Image"] = 2] = "Image";
|
|
33
|
+
ContentType2[ContentType2["Binary"] = 3] = "Binary";
|
|
34
|
+
ContentType2[ContentType2["ImageVariable"] = 4] = "ImageVariable";
|
|
35
|
+
return ContentType2;
|
|
36
|
+
})(ContentType || {});
|
|
37
|
+
var Env = /* @__PURE__ */ ((Env2) => {
|
|
38
|
+
Env2[Env2["Undefined"] = 0] = "Undefined";
|
|
39
|
+
Env2[Env2["BOE"] = 1] = "BOE";
|
|
40
|
+
Env2[Env2["Online"] = 2] = "Online";
|
|
41
|
+
return Env2;
|
|
42
|
+
})(Env || {});
|
|
43
|
+
var EvalStrategyStrategyEnum = /* @__PURE__ */ ((EvalStrategyStrategyEnum2) => {
|
|
44
|
+
EvalStrategyStrategyEnum2[EvalStrategyStrategyEnum2["Undefined"] = 0] = "Undefined";
|
|
45
|
+
EvalStrategyStrategyEnum2[EvalStrategyStrategyEnum2["AIPassGSB"] = 1] = "AIPassGSB";
|
|
46
|
+
EvalStrategyStrategyEnum2[EvalStrategyStrategyEnum2["FornaxEval"] = 2] = "FornaxEval";
|
|
47
|
+
return EvalStrategyStrategyEnum2;
|
|
48
|
+
})(EvalStrategyStrategyEnum || {});
|
|
49
|
+
var GrayReleaseFieldType = /* @__PURE__ */ ((GrayReleaseFieldType2) => {
|
|
50
|
+
GrayReleaseFieldType2[GrayReleaseFieldType2["Undefined"] = 0] = "Undefined";
|
|
51
|
+
GrayReleaseFieldType2[GrayReleaseFieldType2["Uid"] = 1] = "Uid";
|
|
52
|
+
GrayReleaseFieldType2[GrayReleaseFieldType2["Did"] = 2] = "Did";
|
|
53
|
+
GrayReleaseFieldType2[GrayReleaseFieldType2["CustomKey"] = 3] = "CustomKey";
|
|
54
|
+
return GrayReleaseFieldType2;
|
|
55
|
+
})(GrayReleaseFieldType || {});
|
|
56
|
+
var GrayReleaseStrategy = /* @__PURE__ */ ((GrayReleaseStrategy2) => {
|
|
57
|
+
GrayReleaseStrategy2[GrayReleaseStrategy2["None"] = 0] = "None";
|
|
58
|
+
GrayReleaseStrategy2[GrayReleaseStrategy2["InstanceGrayRelease"] = 1] = "InstanceGrayRelease";
|
|
59
|
+
return GrayReleaseStrategy2;
|
|
60
|
+
})(GrayReleaseStrategy || {});
|
|
61
|
+
var GSBResult = /* @__PURE__ */ ((GSBResult2) => {
|
|
62
|
+
GSBResult2[GSBResult2["Undefined"] = 0] = "Undefined";
|
|
63
|
+
GSBResult2[GSBResult2["Good"] = 1] = "Good";
|
|
64
|
+
GSBResult2[GSBResult2["Same"] = 2] = "Same";
|
|
65
|
+
GSBResult2[GSBResult2["Bad"] = 3] = "Bad";
|
|
66
|
+
return GSBResult2;
|
|
67
|
+
})(GSBResult || {});
|
|
68
|
+
var MessageType = /* @__PURE__ */ ((MessageType2) => {
|
|
69
|
+
MessageType2[MessageType2["System"] = 1] = "System";
|
|
70
|
+
MessageType2[MessageType2["User"] = 2] = "User";
|
|
71
|
+
MessageType2[MessageType2["Assistant"] = 3] = "Assistant";
|
|
72
|
+
MessageType2[MessageType2["Tool"] = 4] = "Tool";
|
|
73
|
+
MessageType2[MessageType2["Placeholder"] = 20] = "Placeholder";
|
|
74
|
+
return MessageType2;
|
|
75
|
+
})(MessageType || {});
|
|
76
|
+
var ModelClass = /* @__PURE__ */ ((ModelClass2) => {
|
|
77
|
+
ModelClass2[ModelClass2["Undefined"] = 0] = "Undefined";
|
|
78
|
+
ModelClass2[ModelClass2["GPT"] = 1] = "GPT";
|
|
79
|
+
ModelClass2[ModelClass2["SEED"] = 2] = "SEED";
|
|
80
|
+
ModelClass2[ModelClass2["Gemini"] = 3] = "Gemini";
|
|
81
|
+
ModelClass2[ModelClass2["Claude"] = 4] = "Claude";
|
|
82
|
+
ModelClass2[ModelClass2["Ernie"] = 5] = "Ernie";
|
|
83
|
+
ModelClass2[ModelClass2["Baichuan"] = 6] = "Baichuan";
|
|
84
|
+
ModelClass2[ModelClass2["Qwen"] = 7] = "Qwen";
|
|
85
|
+
ModelClass2[ModelClass2["GML"] = 8] = "GML";
|
|
86
|
+
ModelClass2[ModelClass2["DeepSeek"] = 9] = "DeepSeek";
|
|
87
|
+
return ModelClass2;
|
|
88
|
+
})(ModelClass || {});
|
|
89
|
+
var OperatorType = /* @__PURE__ */ ((OperatorType2) => {
|
|
90
|
+
OperatorType2[OperatorType2["OperatorTypeUndefined"] = 0] = "OperatorTypeUndefined";
|
|
91
|
+
OperatorType2[OperatorType2["OperatorTypeEq"] = 1] = "OperatorTypeEq";
|
|
92
|
+
OperatorType2[OperatorType2["OperatorTypeIn"] = 2] = "OperatorTypeIn";
|
|
93
|
+
OperatorType2[OperatorType2["OperatorTypeNotIn"] = 3] = "OperatorTypeNotIn";
|
|
94
|
+
OperatorType2[OperatorType2["OperatorTypeNotEq"] = 4] = "OperatorTypeNotEq";
|
|
95
|
+
OperatorType2[OperatorType2["OperatorTypeGt"] = 5] = "OperatorTypeGt";
|
|
96
|
+
OperatorType2[OperatorType2["OperatorTypeGte"] = 6] = "OperatorTypeGte";
|
|
97
|
+
OperatorType2[OperatorType2["OperatorTypeLt"] = 7] = "OperatorTypeLt";
|
|
98
|
+
OperatorType2[OperatorType2["OperatorTypeLte"] = 8] = "OperatorTypeLte";
|
|
99
|
+
OperatorType2[OperatorType2["OperatorTypeIsNull"] = 9] = "OperatorTypeIsNull";
|
|
100
|
+
OperatorType2[OperatorType2["OperatorTypeIsNotNull"] = 10] = "OperatorTypeIsNotNull";
|
|
101
|
+
return OperatorType2;
|
|
102
|
+
})(OperatorType || {});
|
|
103
|
+
var OptimizeEngine = /* @__PURE__ */ ((OptimizeEngine2) => {
|
|
104
|
+
OptimizeEngine2[OptimizeEngine2["Undefined"] = 0] = "Undefined";
|
|
105
|
+
OptimizeEngine2[OptimizeEngine2["AIPaas_GradientDescent"] = 1] = "AIPaas_GradientDescent";
|
|
106
|
+
return OptimizeEngine2;
|
|
107
|
+
})(OptimizeEngine || {});
|
|
108
|
+
var OptimizeExecutionStatus = /* @__PURE__ */ ((OptimizeExecutionStatus2) => {
|
|
109
|
+
OptimizeExecutionStatus2[OptimizeExecutionStatus2["Undefined"] = 0] = "Undefined";
|
|
110
|
+
OptimizeExecutionStatus2[OptimizeExecutionStatus2["Init"] = 1] = "Init";
|
|
111
|
+
OptimizeExecutionStatus2[OptimizeExecutionStatus2["Running"] = 2] = "Running";
|
|
112
|
+
OptimizeExecutionStatus2[OptimizeExecutionStatus2["Canceled"] = 3] = "Canceled";
|
|
113
|
+
OptimizeExecutionStatus2[OptimizeExecutionStatus2["Fail"] = 4] = "Fail";
|
|
114
|
+
OptimizeExecutionStatus2[OptimizeExecutionStatus2["Completed"] = 5] = "Completed";
|
|
115
|
+
return OptimizeExecutionStatus2;
|
|
116
|
+
})(OptimizeExecutionStatus || {});
|
|
117
|
+
var OptimizeTargetType = /* @__PURE__ */ ((OptimizeTargetType2) => {
|
|
118
|
+
OptimizeTargetType2[OptimizeTargetType2["Prompt"] = 1] = "Prompt";
|
|
119
|
+
return OptimizeTargetType2;
|
|
120
|
+
})(OptimizeTargetType || {});
|
|
121
|
+
var OrderField = /* @__PURE__ */ ((OrderField2) => {
|
|
122
|
+
OrderField2[OrderField2["CreateTime"] = 1] = "CreateTime";
|
|
123
|
+
OrderField2[OrderField2["LastedPublishTime"] = 2] = "LastedPublishTime";
|
|
124
|
+
return OrderField2;
|
|
125
|
+
})(OrderField || {});
|
|
126
|
+
var PromptEncryptOption = /* @__PURE__ */ ((PromptEncryptOption2) => {
|
|
127
|
+
PromptEncryptOption2[PromptEncryptOption2["Undefined"] = 0] = "Undefined";
|
|
128
|
+
PromptEncryptOption2[PromptEncryptOption2["EncryptWithPlainText"] = 1] = "EncryptWithPlainText";
|
|
129
|
+
PromptEncryptOption2[PromptEncryptOption2["EncryptWithoutPlainText"] = 2] = "EncryptWithoutPlainText";
|
|
130
|
+
return PromptEncryptOption2;
|
|
131
|
+
})(PromptEncryptOption || {});
|
|
132
|
+
var PromptType = /* @__PURE__ */ ((PromptType2) => {
|
|
133
|
+
PromptType2[PromptType2["Undefined"] = 0] = "Undefined";
|
|
134
|
+
PromptType2[PromptType2["Completion"] = 1] = "Completion";
|
|
135
|
+
PromptType2[PromptType2["Chat"] = 2] = "Chat";
|
|
136
|
+
PromptType2[PromptType2["Completion_V2"] = 3] = "Completion_V2";
|
|
137
|
+
PromptType2[PromptType2["Segment"] = 4] = "Segment";
|
|
138
|
+
return PromptType2;
|
|
139
|
+
})(PromptType || {});
|
|
140
|
+
var PublishStatus = /* @__PURE__ */ ((PublishStatus2) => {
|
|
141
|
+
PublishStatus2[PublishStatus2["Undefined"] = 0] = "Undefined";
|
|
142
|
+
PublishStatus2[PublishStatus2["UnPublish"] = 1] = "UnPublish";
|
|
143
|
+
PublishStatus2[PublishStatus2["Published"] = 2] = "Published";
|
|
144
|
+
return PublishStatus2;
|
|
145
|
+
})(PublishStatus || {});
|
|
146
|
+
var ReleaseStatus = /* @__PURE__ */ ((ReleaseStatus2) => {
|
|
147
|
+
ReleaseStatus2[ReleaseStatus2["Undefined"] = 0] = "Undefined";
|
|
148
|
+
ReleaseStatus2[ReleaseStatus2["Online"] = 1] = "Online";
|
|
149
|
+
ReleaseStatus2[ReleaseStatus2["Offline"] = 2] = "Offline";
|
|
150
|
+
ReleaseStatus2[ReleaseStatus2["InGray"] = 3] = "InGray";
|
|
151
|
+
ReleaseStatus2[ReleaseStatus2["Canary"] = 4] = "Canary";
|
|
152
|
+
ReleaseStatus2[ReleaseStatus2["SingleDC"] = 5] = "SingleDC";
|
|
153
|
+
return ReleaseStatus2;
|
|
154
|
+
})(ReleaseStatus || {});
|
|
155
|
+
var ReleaseSubtaskStatus = /* @__PURE__ */ ((ReleaseSubtaskStatus2) => {
|
|
156
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["PendingStart"] = 1] = "PendingStart";
|
|
157
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["InProgress"] = 2] = "InProgress";
|
|
158
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["ExecuteSuccess"] = 3] = "ExecuteSuccess";
|
|
159
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["PendingApproval"] = 4] = "PendingApproval";
|
|
160
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["ApprovalPassed"] = 5] = "ApprovalPassed";
|
|
161
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["ApprovalRejected"] = 6] = "ApprovalRejected";
|
|
162
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["Finished"] = 7] = "Finished";
|
|
163
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["Failed"] = 8] = "Failed";
|
|
164
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["Skipped"] = 9] = "Skipped";
|
|
165
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["Rollbacked"] = 10] = "Rollbacked";
|
|
166
|
+
ReleaseSubtaskStatus2[ReleaseSubtaskStatus2["Canceled"] = 11] = "Canceled";
|
|
167
|
+
return ReleaseSubtaskStatus2;
|
|
168
|
+
})(ReleaseSubtaskStatus || {});
|
|
169
|
+
var ReleaseTaskStatus = /* @__PURE__ */ ((ReleaseTaskStatus2) => {
|
|
170
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["PendingStart"] = 1] = "PendingStart";
|
|
171
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["Inprogress"] = 2] = "Inprogress";
|
|
172
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["PendingApproval"] = 3] = "PendingApproval";
|
|
173
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["ApprovalPass"] = 4] = "ApprovalPass";
|
|
174
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["ApprovalRejected"] = 5] = "ApprovalRejected";
|
|
175
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["GrayReleasing"] = 6] = "GrayReleasing";
|
|
176
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["Finished"] = 7] = "Finished";
|
|
177
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["Canceled"] = 8] = "Canceled";
|
|
178
|
+
ReleaseTaskStatus2[ReleaseTaskStatus2["Rollbacked"] = 9] = "Rollbacked";
|
|
179
|
+
return ReleaseTaskStatus2;
|
|
180
|
+
})(ReleaseTaskStatus || {});
|
|
181
|
+
var ReleaseType = /* @__PURE__ */ ((ReleaseType2) => {
|
|
182
|
+
ReleaseType2[ReleaseType2["Undefined"] = 0] = "Undefined";
|
|
183
|
+
ReleaseType2[ReleaseType2["Release"] = 1] = "Release";
|
|
184
|
+
ReleaseType2[ReleaseType2["RollBack"] = 2] = "RollBack";
|
|
185
|
+
ReleaseType2[ReleaseType2["Offline"] = 3] = "Offline";
|
|
186
|
+
ReleaseType2[ReleaseType2["GrayRelease"] = 4] = "GrayRelease";
|
|
187
|
+
ReleaseType2[ReleaseType2["GrayCancel"] = 5] = "GrayCancel";
|
|
188
|
+
ReleaseType2[ReleaseType2["CanaryRelease"] = 6] = "CanaryRelease";
|
|
189
|
+
ReleaseType2[ReleaseType2["SingleDCRelease"] = 7] = "SingleDCRelease";
|
|
190
|
+
return ReleaseType2;
|
|
191
|
+
})(ReleaseType || {});
|
|
192
|
+
var ReplyType = /* @__PURE__ */ ((ReplyType2) => {
|
|
193
|
+
ReplyType2[ReplyType2["ReplyTypeFinalAnswer"] = 0] = "ReplyTypeFinalAnswer";
|
|
194
|
+
ReplyType2[ReplyType2["ReplyTypeToolCall"] = 1] = "ReplyTypeToolCall";
|
|
195
|
+
return ReplyType2;
|
|
196
|
+
})(ReplyType || {});
|
|
197
|
+
var ReportEventType = /* @__PURE__ */ ((ReportEventType2) => {
|
|
198
|
+
ReportEventType2[ReportEventType2["Undefined"] = 0] = "Undefined";
|
|
199
|
+
ReportEventType2[ReportEventType2["DebugOfficialPrompt"] = 1] = "DebugOfficialPrompt";
|
|
200
|
+
ReportEventType2[ReportEventType2["AdoptOfficialPrompt"] = 2] = "AdoptOfficialPrompt";
|
|
201
|
+
return ReportEventType2;
|
|
202
|
+
})(ReportEventType || {});
|
|
203
|
+
var ResourceType = /* @__PURE__ */ ((ResourceType2) => {
|
|
204
|
+
ResourceType2[ResourceType2["Undefined"] = 0] = "Undefined";
|
|
205
|
+
ResourceType2[ResourceType2["Space"] = 1] = "Space";
|
|
206
|
+
ResourceType2[ResourceType2["Prompt"] = 2] = "Prompt";
|
|
207
|
+
ResourceType2[ResourceType2["Application"] = 3] = "Application";
|
|
208
|
+
ResourceType2[ResourceType2["Evaluation"] = 4] = "Evaluation";
|
|
209
|
+
ResourceType2[ResourceType2["Trace"] = 5] = "Trace";
|
|
210
|
+
ResourceType2[ResourceType2["Agent"] = 6] = "Agent";
|
|
211
|
+
return ResourceType2;
|
|
212
|
+
})(ResourceType || {});
|
|
213
|
+
var SecurityLevel = /* @__PURE__ */ ((SecurityLevel2) => {
|
|
214
|
+
SecurityLevel2[SecurityLevel2["Undefined"] = 0] = "Undefined";
|
|
215
|
+
SecurityLevel2[SecurityLevel2["L1"] = 1] = "L1";
|
|
216
|
+
SecurityLevel2[SecurityLevel2["L2"] = 2] = "L2";
|
|
217
|
+
SecurityLevel2[SecurityLevel2["L3"] = 3] = "L3";
|
|
218
|
+
SecurityLevel2[SecurityLevel2["L4"] = 4] = "L4";
|
|
219
|
+
return SecurityLevel2;
|
|
220
|
+
})(SecurityLevel || {});
|
|
221
|
+
var SpaceRoleType = /* @__PURE__ */ ((SpaceRoleType2) => {
|
|
222
|
+
SpaceRoleType2[SpaceRoleType2["Undefined"] = 0] = "Undefined";
|
|
223
|
+
SpaceRoleType2[SpaceRoleType2["Owner"] = 1] = "Owner";
|
|
224
|
+
SpaceRoleType2[SpaceRoleType2["Developer"] = 2] = "Developer";
|
|
225
|
+
SpaceRoleType2[SpaceRoleType2["Tester"] = 3] = "Tester";
|
|
226
|
+
return SpaceRoleType2;
|
|
227
|
+
})(SpaceRoleType || {});
|
|
228
|
+
var SpaceType = /* @__PURE__ */ ((SpaceType2) => {
|
|
229
|
+
SpaceType2[SpaceType2["Undefined"] = 0] = "Undefined";
|
|
230
|
+
SpaceType2[SpaceType2["Personal"] = 1] = "Personal";
|
|
231
|
+
SpaceType2[SpaceType2["Team"] = 2] = "Team";
|
|
232
|
+
SpaceType2[SpaceType2["Official"] = 3] = "Official";
|
|
233
|
+
return SpaceType2;
|
|
234
|
+
})(SpaceType || {});
|
|
235
|
+
var StreamState = /* @__PURE__ */ ((StreamState2) => {
|
|
236
|
+
StreamState2[StreamState2["StreamStateNone"] = 1] = "StreamStateNone";
|
|
237
|
+
StreamState2[StreamState2["StreamStateBegin"] = 2] = "StreamStateBegin";
|
|
238
|
+
StreamState2[StreamState2["StreamStateStreaming"] = 3] = "StreamStateStreaming";
|
|
239
|
+
StreamState2[StreamState2["StreamStateEnd"] = 4] = "StreamStateEnd";
|
|
240
|
+
return StreamState2;
|
|
241
|
+
})(StreamState || {});
|
|
242
|
+
var TenantType = /* @__PURE__ */ ((TenantType2) => {
|
|
243
|
+
TenantType2[TenantType2["ByteDance"] = 0] = "ByteDance";
|
|
244
|
+
TenantType2[TenantType2["Dcar"] = 1] = "Dcar";
|
|
245
|
+
return TenantType2;
|
|
246
|
+
})(TenantType || {});
|
|
247
|
+
var ToolChoiceType = /* @__PURE__ */ ((ToolChoiceType2) => {
|
|
248
|
+
ToolChoiceType2[ToolChoiceType2["Auto"] = 1] = "Auto";
|
|
249
|
+
ToolChoiceType2[ToolChoiceType2["None"] = 2] = "None";
|
|
250
|
+
ToolChoiceType2[ToolChoiceType2["Specific"] = 3] = "Specific";
|
|
251
|
+
return ToolChoiceType2;
|
|
252
|
+
})(ToolChoiceType || {});
|
|
253
|
+
var ToolType = /* @__PURE__ */ ((ToolType2) => {
|
|
254
|
+
ToolType2[ToolType2["Function"] = 1] = "Function";
|
|
255
|
+
ToolType2[ToolType2["GoogleSearch"] = 2] = "GoogleSearch";
|
|
256
|
+
return ToolType2;
|
|
257
|
+
})(ToolType || {});
|
|
258
|
+
var TriggerOperation = /* @__PURE__ */ ((TriggerOperation2) => {
|
|
259
|
+
TriggerOperation2[TriggerOperation2["Start"] = 1] = "Start";
|
|
260
|
+
TriggerOperation2[TriggerOperation2["ApprovalPass"] = 2] = "ApprovalPass";
|
|
261
|
+
TriggerOperation2[TriggerOperation2["ApprovalReject"] = 3] = "ApprovalReject";
|
|
262
|
+
TriggerOperation2[TriggerOperation2["Finish"] = 4] = "Finish";
|
|
263
|
+
TriggerOperation2[TriggerOperation2["Retry"] = 5] = "Retry";
|
|
264
|
+
TriggerOperation2[TriggerOperation2["Skip"] = 6] = "Skip";
|
|
265
|
+
TriggerOperation2[TriggerOperation2["Next"] = 7] = "Next";
|
|
266
|
+
return TriggerOperation2;
|
|
267
|
+
})(TriggerOperation || {});
|
|
268
|
+
var VariableType = /* @__PURE__ */ ((VariableType2) => {
|
|
269
|
+
VariableType2[VariableType2["Undefined"] = 0] = "Undefined";
|
|
270
|
+
VariableType2[VariableType2["String"] = 1] = "String";
|
|
271
|
+
VariableType2[VariableType2["Integer"] = 2] = "Integer";
|
|
272
|
+
VariableType2[VariableType2["Boolean"] = 3] = "Boolean";
|
|
273
|
+
VariableType2[VariableType2["Number"] = 4] = "Number";
|
|
274
|
+
VariableType2[VariableType2["Array"] = 5] = "Array";
|
|
275
|
+
VariableType2[VariableType2["Object"] = 6] = "Object";
|
|
276
|
+
VariableType2[VariableType2["Placeholder"] = 7] = "Placeholder";
|
|
277
|
+
VariableType2[VariableType2["Image"] = 8] = "Image";
|
|
278
|
+
return VariableType2;
|
|
279
|
+
})(VariableType || {});
|
|
280
|
+
export {
|
|
281
|
+
AnnotateType,
|
|
282
|
+
AuthPrincipalType,
|
|
283
|
+
ComboType,
|
|
284
|
+
CompareType,
|
|
285
|
+
ConditionType,
|
|
286
|
+
ContentType,
|
|
287
|
+
Env,
|
|
288
|
+
EvalStrategyStrategyEnum,
|
|
289
|
+
GSBResult,
|
|
290
|
+
GrayReleaseFieldType,
|
|
291
|
+
GrayReleaseStrategy,
|
|
292
|
+
MessageType,
|
|
293
|
+
ModelClass,
|
|
294
|
+
OperatorType,
|
|
295
|
+
OptimizeEngine,
|
|
296
|
+
OptimizeExecutionStatus,
|
|
297
|
+
OptimizeTargetType,
|
|
298
|
+
OrderField,
|
|
299
|
+
PromptEncryptOption,
|
|
300
|
+
PromptType,
|
|
301
|
+
PublishStatus,
|
|
302
|
+
ReleaseStatus,
|
|
303
|
+
ReleaseSubtaskStatus,
|
|
304
|
+
ReleaseTaskStatus,
|
|
305
|
+
ReleaseType,
|
|
306
|
+
ReplyType,
|
|
307
|
+
ReportEventType,
|
|
308
|
+
ResourceType,
|
|
309
|
+
SecurityLevel,
|
|
310
|
+
SpaceRoleType,
|
|
311
|
+
SpaceType,
|
|
312
|
+
StreamState,
|
|
313
|
+
TenantType,
|
|
314
|
+
ToolChoiceType,
|
|
315
|
+
ToolType,
|
|
316
|
+
TriggerOperation,
|
|
317
|
+
VariableType
|
|
318
|
+
};
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
var ByteTreeNodeResourceProvider = /* @__PURE__ */ ((ByteTreeNodeResourceProvider2) => {
|
|
2
|
+
ByteTreeNodeResourceProvider2[ByteTreeNodeResourceProvider2["TCE"] = 1] = "TCE";
|
|
3
|
+
ByteTreeNodeResourceProvider2[ByteTreeNodeResourceProvider2["TCC"] = 2] = "TCC";
|
|
4
|
+
ByteTreeNodeResourceProvider2[ByteTreeNodeResourceProvider2["Bernard"] = 3] = "Bernard";
|
|
5
|
+
return ByteTreeNodeResourceProvider2;
|
|
6
|
+
})(ByteTreeNodeResourceProvider || {});
|
|
7
|
+
var DataImportMode = /* @__PURE__ */ ((DataImportMode2) => {
|
|
8
|
+
DataImportMode2[DataImportMode2["Undefined"] = 0] = "Undefined";
|
|
9
|
+
DataImportMode2[DataImportMode2["Append"] = 1] = "Append";
|
|
10
|
+
DataImportMode2[DataImportMode2["Overwrite"] = 2] = "Overwrite";
|
|
11
|
+
return DataImportMode2;
|
|
12
|
+
})(DataImportMode || {});
|
|
13
|
+
var DataSourceType = /* @__PURE__ */ ((DataSourceType2) => {
|
|
14
|
+
DataSourceType2[DataSourceType2["Undefined"] = 0] = "Undefined";
|
|
15
|
+
DataSourceType2[DataSourceType2["TOS"] = 1] = "TOS";
|
|
16
|
+
return DataSourceType2;
|
|
17
|
+
})(DataSourceType || {});
|
|
18
|
+
var Family = /* @__PURE__ */ ((Family2) => {
|
|
19
|
+
Family2[Family2["Undefined"] = 0] = "Undefined";
|
|
20
|
+
Family2[Family2["GPT"] = 1] = "GPT";
|
|
21
|
+
Family2[Family2["Seed"] = 2] = "Seed";
|
|
22
|
+
Family2[Family2["Gemini"] = 3] = "Gemini";
|
|
23
|
+
Family2[Family2["Claude"] = 4] = "Claude";
|
|
24
|
+
Family2[Family2["Ernie"] = 5] = "Ernie";
|
|
25
|
+
Family2[Family2["Baichuan"] = 6] = "Baichuan";
|
|
26
|
+
Family2[Family2["Qwen"] = 7] = "Qwen";
|
|
27
|
+
Family2[Family2["GLM"] = 8] = "GLM";
|
|
28
|
+
Family2[Family2["SkyLark"] = 9] = "SkyLark";
|
|
29
|
+
Family2[Family2["Moonshot"] = 10] = "Moonshot";
|
|
30
|
+
Family2[Family2["Minimax"] = 11] = "Minimax";
|
|
31
|
+
Family2[Family2["Doubao"] = 12] = "Doubao";
|
|
32
|
+
Family2[Family2["Baichuan2"] = 13] = "Baichuan2";
|
|
33
|
+
Family2[Family2["DeepSeekV2"] = 14] = "DeepSeekV2";
|
|
34
|
+
Family2[Family2["DeepSeekCoderV2"] = 15] = "DeepSeekCoderV2";
|
|
35
|
+
Family2[Family2["DeepseekCoder"] = 16] = "DeepseekCoder";
|
|
36
|
+
Family2[Family2["InternLM2_5"] = 17] = "InternLM2_5";
|
|
37
|
+
Family2[Family2["Qwen2"] = 18] = "Qwen2";
|
|
38
|
+
Family2[Family2["Qwen2_5"] = 19] = "Qwen2_5";
|
|
39
|
+
Family2[Family2["Qwen2_5_Coder"] = 20] = "Qwen2_5_Coder";
|
|
40
|
+
Family2[Family2["MiniCPM"] = 21] = "MiniCPM";
|
|
41
|
+
Family2[Family2["MiniCPM3"] = 22] = "MiniCPM3";
|
|
42
|
+
Family2[Family2["ChatGLM3"] = 23] = "ChatGLM3";
|
|
43
|
+
Family2[Family2["Mistral"] = 24] = "Mistral";
|
|
44
|
+
Family2[Family2["Gemma"] = 25] = "Gemma";
|
|
45
|
+
Family2[Family2["Gemma2"] = 26] = "Gemma2";
|
|
46
|
+
Family2[Family2["InternVL2"] = 27] = "InternVL2";
|
|
47
|
+
Family2[Family2["InternVL2_5"] = 28] = "InternVL2_5";
|
|
48
|
+
Family2[Family2["DeepSeekV3"] = 29] = "DeepSeekV3";
|
|
49
|
+
Family2[Family2["DeepSeekR1"] = 30] = "DeepSeekR1";
|
|
50
|
+
return Family2;
|
|
51
|
+
})(Family || {});
|
|
52
|
+
var IDC = /* @__PURE__ */ ((IDC2) => {
|
|
53
|
+
IDC2[IDC2["HL"] = 1] = "HL";
|
|
54
|
+
IDC2[IDC2["LF"] = 2] = "LF";
|
|
55
|
+
IDC2[IDC2["LQ"] = 3] = "LQ";
|
|
56
|
+
IDC2[IDC2["YG"] = 4] = "YG";
|
|
57
|
+
IDC2[IDC2["GL"] = 5] = "GL";
|
|
58
|
+
IDC2[IDC2["MALIVA"] = 101] = "MALIVA";
|
|
59
|
+
IDC2[IDC2["SG1"] = 201] = "SG1";
|
|
60
|
+
IDC2[IDC2["MY"] = 202] = "MY";
|
|
61
|
+
IDC2[IDC2["MY2"] = 203] = "MY2";
|
|
62
|
+
IDC2[IDC2["MYCISB"] = 204] = "MYCISB";
|
|
63
|
+
return IDC2;
|
|
64
|
+
})(IDC || {});
|
|
65
|
+
var MerlinFramework = /* @__PURE__ */ ((MerlinFramework2) => {
|
|
66
|
+
MerlinFramework2[MerlinFramework2["LLMServerPublic"] = 1] = "LLMServerPublic";
|
|
67
|
+
MerlinFramework2[MerlinFramework2["Laplace"] = 2] = "Laplace";
|
|
68
|
+
MerlinFramework2[MerlinFramework2["Mixinfer"] = 3] = "Mixinfer";
|
|
69
|
+
return MerlinFramework2;
|
|
70
|
+
})(MerlinFramework || {});
|
|
71
|
+
var MerlinLLMInterface = /* @__PURE__ */ ((MerlinLLMInterface2) => {
|
|
72
|
+
MerlinLLMInterface2[MerlinLLMInterface2["MatxInference"] = 1] = "MatxInference";
|
|
73
|
+
return MerlinLLMInterface2;
|
|
74
|
+
})(MerlinLLMInterface || {});
|
|
75
|
+
var MerlinQuotaPoolType = /* @__PURE__ */ ((MerlinQuotaPoolType2) => {
|
|
76
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["Default"] = 0] = "Default";
|
|
77
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["Hybrid"] = 1] = "Hybrid";
|
|
78
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["HybridShare"] = 2] = "HybridShare";
|
|
79
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["ALI"] = 3] = "ALI";
|
|
80
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["HW"] = 4] = "HW";
|
|
81
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["HWARM"] = 5] = "HWARM";
|
|
82
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["Spot"] = 6] = "Spot";
|
|
83
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["Preemptible"] = 20] = "Preemptible";
|
|
84
|
+
return MerlinQuotaPoolType2;
|
|
85
|
+
})(MerlinQuotaPoolType || {});
|
|
86
|
+
var ModelFilterKey = /* @__PURE__ */ ((ModelFilterKey2) => {
|
|
87
|
+
ModelFilterKey2[ModelFilterKey2["ModelType"] = 1] = "ModelType";
|
|
88
|
+
ModelFilterKey2[ModelFilterKey2["ModelUserRight"] = 2] = "ModelUserRight";
|
|
89
|
+
ModelFilterKey2[ModelFilterKey2["ModelFeature"] = 3] = "ModelFeature";
|
|
90
|
+
ModelFilterKey2[ModelFilterKey2["ModelFunction"] = 4] = "ModelFunction";
|
|
91
|
+
ModelFilterKey2[ModelFilterKey2["ModelScenario"] = 5] = "ModelScenario";
|
|
92
|
+
ModelFilterKey2[ModelFilterKey2["Custom"] = 20] = "Custom";
|
|
93
|
+
return ModelFilterKey2;
|
|
94
|
+
})(ModelFilterKey || {});
|
|
95
|
+
var ModelListFilterScene = /* @__PURE__ */ ((ModelListFilterScene2) => {
|
|
96
|
+
ModelListFilterScene2[ModelListFilterScene2["Evaluator"] = 1] = "Evaluator";
|
|
97
|
+
return ModelListFilterScene2;
|
|
98
|
+
})(ModelListFilterScene || {});
|
|
99
|
+
var ModelParamType = /* @__PURE__ */ ((ModelParamType2) => {
|
|
100
|
+
ModelParamType2[ModelParamType2["Unknown"] = 0] = "Unknown";
|
|
101
|
+
ModelParamType2[ModelParamType2["Float"] = 1] = "Float";
|
|
102
|
+
ModelParamType2[ModelParamType2["Int"] = 2] = "Int";
|
|
103
|
+
ModelParamType2[ModelParamType2["Boolean"] = 3] = "Boolean";
|
|
104
|
+
ModelParamType2[ModelParamType2["String"] = 4] = "String";
|
|
105
|
+
return ModelParamType2;
|
|
106
|
+
})(ModelParamType || {});
|
|
107
|
+
var ModelStatus = /* @__PURE__ */ ((ModelStatus2) => {
|
|
108
|
+
ModelStatus2[ModelStatus2["Undefined"] = 0] = "Undefined";
|
|
109
|
+
ModelStatus2[ModelStatus2["Available"] = 1] = "Available";
|
|
110
|
+
ModelStatus2[ModelStatus2["Deploying"] = 2] = "Deploying";
|
|
111
|
+
ModelStatus2[ModelStatus2["Unavailable"] = 3] = "Unavailable";
|
|
112
|
+
ModelStatus2[ModelStatus2["Offlining"] = 4] = "Offlining";
|
|
113
|
+
return ModelStatus2;
|
|
114
|
+
})(ModelStatus || {});
|
|
115
|
+
var Provider = /* @__PURE__ */ ((Provider2) => {
|
|
116
|
+
Provider2[Provider2["GPTOpenAPI"] = 1] = "GPTOpenAPI";
|
|
117
|
+
Provider2[Provider2["Maas"] = 2] = "Maas";
|
|
118
|
+
Provider2[Provider2["BotEngine"] = 3] = "BotEngine";
|
|
119
|
+
Provider2[Provider2["Merlin"] = 4] = "Merlin";
|
|
120
|
+
Provider2[Provider2["MerlinSeed"] = 5] = "MerlinSeed";
|
|
121
|
+
Provider2[Provider2["OpenAI"] = 6] = "OpenAI";
|
|
122
|
+
return Provider2;
|
|
123
|
+
})(Provider || {});
|
|
124
|
+
var ProviderAccountType = /* @__PURE__ */ ((ProviderAccountType2) => {
|
|
125
|
+
ProviderAccountType2[ProviderAccountType2["AKSK"] = 1] = "AKSK";
|
|
126
|
+
ProviderAccountType2[ProviderAccountType2["APIKey"] = 2] = "APIKey";
|
|
127
|
+
return ProviderAccountType2;
|
|
128
|
+
})(ProviderAccountType || {});
|
|
129
|
+
var Region = /* @__PURE__ */ ((Region2) => {
|
|
130
|
+
Region2[Region2["CN"] = 1] = "CN";
|
|
131
|
+
Region2[Region2["SG"] = 2] = "SG";
|
|
132
|
+
Region2[Region2["US"] = 3] = "US";
|
|
133
|
+
return Region2;
|
|
134
|
+
})(Region || {});
|
|
135
|
+
var RuntimeCustomParamType = /* @__PURE__ */ ((RuntimeCustomParamType2) => {
|
|
136
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Unknown"] = 0] = "Unknown";
|
|
137
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["StringList"] = 1] = "StringList";
|
|
138
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["IntList"] = 2] = "IntList";
|
|
139
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["FloatList"] = 3] = "FloatList";
|
|
140
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["String"] = 4] = "String";
|
|
141
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Int"] = 5] = "Int";
|
|
142
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Float"] = 6] = "Float";
|
|
143
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Bool"] = 7] = "Bool";
|
|
144
|
+
return RuntimeCustomParamType2;
|
|
145
|
+
})(RuntimeCustomParamType || {});
|
|
146
|
+
var RuntimeHookType = /* @__PURE__ */ ((RuntimeHookType2) => {
|
|
147
|
+
RuntimeHookType2[RuntimeHookType2["Unknown"] = 0] = "Unknown";
|
|
148
|
+
RuntimeHookType2[RuntimeHookType2["MsgPreHook"] = 1] = "MsgPreHook";
|
|
149
|
+
return RuntimeHookType2;
|
|
150
|
+
})(RuntimeHookType || {});
|
|
151
|
+
var SftTaskBaseModelType = /* @__PURE__ */ ((SftTaskBaseModelType2) => {
|
|
152
|
+
SftTaskBaseModelType2[SftTaskBaseModelType2["Foundation"] = 0] = "Foundation";
|
|
153
|
+
SftTaskBaseModelType2[SftTaskBaseModelType2["Custom"] = 1] = "Custom";
|
|
154
|
+
return SftTaskBaseModelType2;
|
|
155
|
+
})(SftTaskBaseModelType || {});
|
|
156
|
+
var SftTaskErrCode = /* @__PURE__ */ ((SftTaskErrCode2) => {
|
|
157
|
+
SftTaskErrCode2[SftTaskErrCode2["Default"] = 0] = "Default";
|
|
158
|
+
SftTaskErrCode2[SftTaskErrCode2["InternalErr"] = 1e5] = "InternalErr";
|
|
159
|
+
SftTaskErrCode2[SftTaskErrCode2["TrainingSetUploadedErr"] = 100001] = "TrainingSetUploadedErr";
|
|
160
|
+
SftTaskErrCode2[SftTaskErrCode2["CreateProviderSftTaskErr"] = 100002] = "CreateProviderSftTaskErr";
|
|
161
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinTaskInternalError"] = 2e5] = "MerlinTaskInternalError";
|
|
162
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinGpuCpuMemRatioBad"] = 200001] = "MerlinGpuCpuMemRatioBad";
|
|
163
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinReportedInternalErr"] = 21e4] = "MerlinReportedInternalErr";
|
|
164
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinOOM"] = 210001] = "MerlinOOM";
|
|
165
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinNoModelGenerated"] = 210002] = "MerlinNoModelGenerated";
|
|
166
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSInternalErr"] = 3e5] = "MaaSInternalErr";
|
|
167
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSValidationSetSplitErr"] = 300001] = "MaaSValidationSetSplitErr";
|
|
168
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSTrainingSetNoValid"] = 300002] = "MaaSTrainingSetNoValid";
|
|
169
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSAccountModelServiceIsNotActivated"] = 300003] = "MaaSAccountModelServiceIsNotActivated";
|
|
170
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSRequiredParamMissing"] = 300004] = "MaaSRequiredParamMissing";
|
|
171
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSRequestParamInvalid"] = 300005] = "MaaSRequestParamInvalid";
|
|
172
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSDuplicateTags"] = 300006] = "MaaSDuplicateTags";
|
|
173
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSNotSupportedToConfigureValidationSetAndPercentage"] = 300007] = "MaaSNotSupportedToConfigureValidationSetAndPercentage";
|
|
174
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSNotPermittedToAccessModel"] = 300008] = "MaaSNotPermittedToAccessModel";
|
|
175
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSModelNotSupportTheTrainingMethod"] = 300009] = "MaaSModelNotSupportTheTrainingMethod";
|
|
176
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSFoundationModelNotSupportTheTrainingMethod"] = 300010] = "MaaSFoundationModelNotSupportTheTrainingMethod";
|
|
177
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSAccountBalanceOverdue"] = 300011] = "MaaSAccountBalanceOverdue";
|
|
178
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSUnknownErr"] = 300012] = "MaaSUnknownErr";
|
|
179
|
+
return SftTaskErrCode2;
|
|
180
|
+
})(SftTaskErrCode || {});
|
|
181
|
+
var SftTaskHyperParamType = /* @__PURE__ */ ((SftTaskHyperParamType2) => {
|
|
182
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Int"] = 1] = "Int";
|
|
183
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Float"] = 2] = "Float";
|
|
184
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["String"] = 3] = "String";
|
|
185
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Bool"] = 4] = "Bool";
|
|
186
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Percentage"] = 5] = "Percentage";
|
|
187
|
+
return SftTaskHyperParamType2;
|
|
188
|
+
})(SftTaskHyperParamType || {});
|
|
189
|
+
var SftTaskOutputExportType = /* @__PURE__ */ ((SftTaskOutputExportType2) => {
|
|
190
|
+
SftTaskOutputExportType2[SftTaskOutputExportType2["NewModel"] = 1] = "NewModel";
|
|
191
|
+
SftTaskOutputExportType2[SftTaskOutputExportType2["ExistModel"] = 2] = "ExistModel";
|
|
192
|
+
return SftTaskOutputExportType2;
|
|
193
|
+
})(SftTaskOutputExportType || {});
|
|
194
|
+
var SftTaskOutputStatus = /* @__PURE__ */ ((SftTaskOutputStatus2) => {
|
|
195
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Available"] = 1] = "Available";
|
|
196
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Exported"] = 2] = "Exported";
|
|
197
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Expired"] = 3] = "Expired";
|
|
198
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Exporting"] = 4] = "Exporting";
|
|
199
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["ExportFailed"] = 5] = "ExportFailed";
|
|
200
|
+
return SftTaskOutputStatus2;
|
|
201
|
+
})(SftTaskOutputStatus || {});
|
|
202
|
+
var SftTaskResourceMerlinVersion = /* @__PURE__ */ ((SftTaskResourceMerlinVersion2) => {
|
|
203
|
+
SftTaskResourceMerlinVersion2[SftTaskResourceMerlinVersion2["RemoveAnyGPU"] = 1] = "RemoveAnyGPU";
|
|
204
|
+
return SftTaskResourceMerlinVersion2;
|
|
205
|
+
})(SftTaskResourceMerlinVersion || {});
|
|
206
|
+
var SftTaskRunEventType = /* @__PURE__ */ ((SftTaskRunEventType2) => {
|
|
207
|
+
SftTaskRunEventType2[SftTaskRunEventType2["Undefined"] = 0] = "Undefined";
|
|
208
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ErrorOccured"] = 1] = "ErrorOccured";
|
|
209
|
+
SftTaskRunEventType2[SftTaskRunEventType2["UploadCkpt"] = 2] = "UploadCkpt";
|
|
210
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportMetricsURL"] = 3] = "ReportMetricsURL";
|
|
211
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportProgress"] = 5] = "ReportProgress";
|
|
212
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportTrainingStart"] = 6] = "ReportTrainingStart";
|
|
213
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportTrainingFinished"] = 7] = "ReportTrainingFinished";
|
|
214
|
+
return SftTaskRunEventType2;
|
|
215
|
+
})(SftTaskRunEventType || {});
|
|
216
|
+
var SftTaskStatusPhase = /* @__PURE__ */ ((SftTaskStatusPhase2) => {
|
|
217
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Preprocessing"] = 0] = "Preprocessing";
|
|
218
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Queued"] = 1] = "Queued";
|
|
219
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Deploying"] = 2] = "Deploying";
|
|
220
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Running"] = 3] = "Running";
|
|
221
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Completing"] = 4] = "Completing";
|
|
222
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Completed"] = 5] = "Completed";
|
|
223
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Terminating"] = 6] = "Terminating";
|
|
224
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Terminated"] = 7] = "Terminated";
|
|
225
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Failed"] = 8] = "Failed";
|
|
226
|
+
return SftTaskStatusPhase2;
|
|
227
|
+
})(SftTaskStatusPhase || {});
|
|
228
|
+
var SftTaskTrainingMethod = /* @__PURE__ */ ((SftTaskTrainingMethod2) => {
|
|
229
|
+
SftTaskTrainingMethod2[SftTaskTrainingMethod2["LoRA"] = 1] = "LoRA";
|
|
230
|
+
SftTaskTrainingMethod2[SftTaskTrainingMethod2["Full"] = 2] = "Full";
|
|
231
|
+
return SftTaskTrainingMethod2;
|
|
232
|
+
})(SftTaskTrainingMethod || {});
|
|
233
|
+
var SftTaskTrainingType = /* @__PURE__ */ ((SftTaskTrainingType2) => {
|
|
234
|
+
SftTaskTrainingType2[SftTaskTrainingType2["SftFineTuning"] = 1] = "SftFineTuning";
|
|
235
|
+
return SftTaskTrainingType2;
|
|
236
|
+
})(SftTaskTrainingType || {});
|
|
237
|
+
var SftTaskValidationSetType = /* @__PURE__ */ ((SftTaskValidationSetType2) => {
|
|
238
|
+
SftTaskValidationSetType2[SftTaskValidationSetType2["SplitFromTrainingSet"] = 1] = "SplitFromTrainingSet";
|
|
239
|
+
return SftTaskValidationSetType2;
|
|
240
|
+
})(SftTaskValidationSetType || {});
|
|
241
|
+
var TaskStatus = /* @__PURE__ */ ((TaskStatus2) => {
|
|
242
|
+
TaskStatus2[TaskStatus2["Undefined"] = 0] = "Undefined";
|
|
243
|
+
TaskStatus2[TaskStatus2["Initializing"] = 1] = "Initializing";
|
|
244
|
+
TaskStatus2[TaskStatus2["Running"] = 2] = "Running";
|
|
245
|
+
TaskStatus2[TaskStatus2["Done"] = 3] = "Done";
|
|
246
|
+
TaskStatus2[TaskStatus2["Failed"] = 4] = "Failed";
|
|
247
|
+
TaskStatus2[TaskStatus2["Terminated"] = 5] = "Terminated";
|
|
248
|
+
TaskStatus2[TaskStatus2["DoneWithError"] = 6] = "DoneWithError";
|
|
249
|
+
return TaskStatus2;
|
|
250
|
+
})(TaskStatus || {});
|
|
251
|
+
var TrainingDataFileType = /* @__PURE__ */ ((TrainingDataFileType2) => {
|
|
252
|
+
TrainingDataFileType2[TrainingDataFileType2["Undefined"] = 0] = "Undefined";
|
|
253
|
+
TrainingDataFileType2[TrainingDataFileType2["JSONL"] = 1] = "JSONL";
|
|
254
|
+
return TrainingDataFileType2;
|
|
255
|
+
})(TrainingDataFileType || {});
|
|
256
|
+
var TrainingDatasetType = /* @__PURE__ */ ((TrainingDatasetType2) => {
|
|
257
|
+
TrainingDatasetType2[TrainingDatasetType2["Undefined"] = 0] = "Undefined";
|
|
258
|
+
TrainingDatasetType2[TrainingDatasetType2["SFTChat"] = 1] = "SFTChat";
|
|
259
|
+
TrainingDatasetType2[TrainingDatasetType2["SFTFunctionCall"] = 2] = "SFTFunctionCall";
|
|
260
|
+
TrainingDatasetType2[TrainingDatasetType2["SFTMultiModalUnderstanding"] = 3] = "SFTMultiModalUnderstanding";
|
|
261
|
+
return TrainingDatasetType2;
|
|
262
|
+
})(TrainingDatasetType || {});
|
|
263
|
+
var TrainingFileOpType = /* @__PURE__ */ ((TrainingFileOpType2) => {
|
|
264
|
+
TrainingFileOpType2[TrainingFileOpType2["Undefined"] = 0] = "Undefined";
|
|
265
|
+
TrainingFileOpType2[TrainingFileOpType2["Get"] = 1] = "Get";
|
|
266
|
+
TrainingFileOpType2[TrainingFileOpType2["Put"] = 2] = "Put";
|
|
267
|
+
return TrainingFileOpType2;
|
|
268
|
+
})(TrainingFileOpType || {});
|
|
269
|
+
var UsageScenario = /* @__PURE__ */ ((UsageScenario2) => {
|
|
270
|
+
UsageScenario2[UsageScenario2["Default"] = 1] = "Default";
|
|
271
|
+
UsageScenario2[UsageScenario2["Evaluation"] = 2] = "Evaluation";
|
|
272
|
+
UsageScenario2[UsageScenario2["PromptAsAService"] = 3] = "PromptAsAService";
|
|
273
|
+
UsageScenario2[UsageScenario2["AIAnnotate"] = 4] = "AIAnnotate";
|
|
274
|
+
UsageScenario2[UsageScenario2["AIScore"] = 5] = "AIScore";
|
|
275
|
+
UsageScenario2[UsageScenario2["AITag"] = 6] = "AITag";
|
|
276
|
+
return UsageScenario2;
|
|
277
|
+
})(UsageScenario || {});
|
|
278
|
+
var ValidateStatus = /* @__PURE__ */ ((ValidateStatus2) => {
|
|
279
|
+
ValidateStatus2[ValidateStatus2["Pass"] = 1] = "Pass";
|
|
280
|
+
ValidateStatus2[ValidateStatus2["Failed"] = 2] = "Failed";
|
|
281
|
+
ValidateStatus2[ValidateStatus2["Skip"] = 3] = "Skip";
|
|
282
|
+
return ValidateStatus2;
|
|
283
|
+
})(ValidateStatus || {});
|
|
284
|
+
var VisibleMode = /* @__PURE__ */ ((VisibleMode2) => {
|
|
285
|
+
VisibleMode2[VisibleMode2["Default"] = 1] = "Default";
|
|
286
|
+
VisibleMode2[VisibleMode2["Specified"] = 2] = "Specified";
|
|
287
|
+
VisibleMode2[VisibleMode2["All"] = 3] = "All";
|
|
288
|
+
return VisibleMode2;
|
|
289
|
+
})(VisibleMode || {});
|
|
290
|
+
export {
|
|
291
|
+
ByteTreeNodeResourceProvider,
|
|
292
|
+
DataImportMode,
|
|
293
|
+
DataSourceType,
|
|
294
|
+
Family,
|
|
295
|
+
IDC,
|
|
296
|
+
MerlinFramework,
|
|
297
|
+
MerlinLLMInterface,
|
|
298
|
+
MerlinQuotaPoolType,
|
|
299
|
+
ModelFilterKey,
|
|
300
|
+
ModelListFilterScene,
|
|
301
|
+
ModelParamType,
|
|
302
|
+
ModelStatus,
|
|
303
|
+
Provider,
|
|
304
|
+
ProviderAccountType,
|
|
305
|
+
Region,
|
|
306
|
+
RuntimeCustomParamType,
|
|
307
|
+
RuntimeHookType,
|
|
308
|
+
SftTaskBaseModelType,
|
|
309
|
+
SftTaskErrCode,
|
|
310
|
+
SftTaskHyperParamType,
|
|
311
|
+
SftTaskOutputExportType,
|
|
312
|
+
SftTaskOutputStatus,
|
|
313
|
+
SftTaskResourceMerlinVersion,
|
|
314
|
+
SftTaskRunEventType,
|
|
315
|
+
SftTaskStatusPhase,
|
|
316
|
+
SftTaskTrainingMethod,
|
|
317
|
+
SftTaskTrainingType,
|
|
318
|
+
SftTaskValidationSetType,
|
|
319
|
+
TaskStatus,
|
|
320
|
+
TrainingDataFileType,
|
|
321
|
+
TrainingDatasetType,
|
|
322
|
+
TrainingFileOpType,
|
|
323
|
+
UsageScenario,
|
|
324
|
+
ValidateStatus,
|
|
325
|
+
VisibleMode
|
|
326
|
+
};
|