@daocloud-proto/hydra 0.1.3-dev-5 → 0.1.3-dev-8
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.
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import * as HydraCommonCommon from "../../../common/common.pb"
|
|
8
8
|
import * as fm from "../../../fetch.pb"
|
|
9
9
|
import * as GoogleProtobufTimestamp from "../../../google/protobuf/timestamp.pb"
|
|
10
|
+
import * as HydraManagement_apiModelV1alpha1Model from "../../model/v1alpha1/model.pb"
|
|
10
11
|
|
|
11
12
|
export enum PaymentMethod {
|
|
12
13
|
PAYMENT_METHOD_UNSPECIFIED = "PAYMENT_METHOD_UNSPECIFIED",
|
|
@@ -56,6 +57,7 @@ export type ModelServing = {
|
|
|
56
57
|
address?: string
|
|
57
58
|
modelAvatar?: string
|
|
58
59
|
regionName?: HydraCommonCommon.I18nName
|
|
60
|
+
modelSupportFeature?: HydraManagement_apiModelV1alpha1Model.ModelSupportFeature[]
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
export type ListModelServingRequest = {
|