@daocloud-proto/hydra 0.16.0-rc1 → 0.16.0-rc1-dev-rc1

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.
@@ -211,6 +211,7 @@ export type ModelServing = {
211
211
  modelAvatar?: string
212
212
  regionName?: HydraCommonCommon.I18nName
213
213
  modelSupportFeature?: HydraManagement_apiModelV1alpha1Model.ModelSupportFeature[]
214
+ enableMetrics?: boolean
214
215
  }
215
216
 
216
217
 
@@ -237,6 +238,7 @@ export type ModelServing = {
237
238
  preflight?: PreflightConfig
238
239
  configMapMounts?: ConfigMapMountConfig[]
239
240
  healthCheck?: HealthCheckConfig
241
+ enableMetrics?: boolean
240
242
  }
241
243
 
242
244
  export type WSModelServing = BaseWSModelServing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.16.0-rc1",
3
+ "version": "v0.16.0-rc1-dev-rc1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"