@daocloud-proto/hydra 0.5.0-dev-26 → 0.5.0-dev-29

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.
@@ -100,6 +100,7 @@ export type UpdateMAASModelRequest = {
100
100
  modelId?: string
101
101
  ratelimitConfig?: RatelimitConfig
102
102
  loadBalanceConfig?: LoadBalanceConfig
103
+ upstreamModels?: UpstreamModel[]
103
104
  }
104
105
 
105
106
  export type UpdateMAASModelStatusRequest = {
@@ -38,6 +38,7 @@ export type CreateModelRequest = {
38
38
  publicModelConfig?: HydraManagement_apiModelV1alpha1Model.PublicModelConfig
39
39
  servingSpec?: HydraManagement_apiModelV1alpha1Model.ModelServingSpec
40
40
  hidden?: boolean
41
+ providerName?: HydraCommonCommon.I18nName
41
42
  }
42
43
 
43
44
  export type Model = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.5.0-dev-26",
3
+ "version": "v0.5.0-dev-29",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"