@ucloud-sdks/ucloud-sdk-js 0.2.15 → 0.2.17
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.
|
@@ -57,6 +57,15 @@ class UAIModelverseClient extends client_1.default {
|
|
|
57
57
|
const args = Object.assign({ Action: 'DownloadOrderSummary' }, (request || {}));
|
|
58
58
|
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
59
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* DownloadUMInferRequestLog - 导出推理请求日志。单次导出时间范围最长 30 天,最多导出 2000 万条日志;同一 TopOrganizationID 同一时间仅允许 1 个导出任务在执行,已有任务执行中时请稍后重试。
|
|
62
|
+
*
|
|
63
|
+
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/download_um_infer_request_log
|
|
64
|
+
*/
|
|
65
|
+
downloadUMInferRequestLog(request) {
|
|
66
|
+
const args = Object.assign({ Action: 'DownloadUMInferRequestLog' }, (request || {}));
|
|
67
|
+
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
68
|
+
}
|
|
60
69
|
/**
|
|
61
70
|
* GetFilterOptions - 查询可用于订单筛选的资源、模型、地域等选项列表
|
|
62
71
|
*
|
|
@@ -76,21 +85,30 @@ class UAIModelverseClient extends client_1.default {
|
|
|
76
85
|
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
77
86
|
}
|
|
78
87
|
/**
|
|
79
|
-
*
|
|
88
|
+
* GetUFSquareModelDetail - 获取广场模型详情
|
|
80
89
|
*
|
|
81
|
-
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/
|
|
90
|
+
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/get_uf_square_model_detail
|
|
82
91
|
*/
|
|
83
|
-
|
|
84
|
-
const args = Object.assign({ Action: '
|
|
92
|
+
getUFSquareModelDetail(request) {
|
|
93
|
+
const args = Object.assign({ Action: 'GetUFSquareModelDetail' }, (request || {}));
|
|
85
94
|
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
86
95
|
}
|
|
87
96
|
/**
|
|
88
|
-
*
|
|
97
|
+
* GetUFSquareModelPrices - 批量查询模型价格
|
|
89
98
|
*
|
|
90
|
-
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/
|
|
99
|
+
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/get_uf_square_model_prices
|
|
91
100
|
*/
|
|
92
|
-
|
|
93
|
-
const args = Object.assign({ Action: '
|
|
101
|
+
getUFSquareModelPrices(request) {
|
|
102
|
+
const args = Object.assign({ Action: 'GetUFSquareModelPrices' }, (request || {}));
|
|
103
|
+
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* GetUMInferRequestLogDetail - 原始日志详情
|
|
107
|
+
*
|
|
108
|
+
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/get_um_infer_request_log_detail
|
|
109
|
+
*/
|
|
110
|
+
getUMInferRequestLogDetail(request) {
|
|
111
|
+
const args = Object.assign({ Action: 'GetUMInferRequestLogDetail' }, (request || {}));
|
|
94
112
|
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
95
113
|
}
|
|
96
114
|
/**
|
|
@@ -120,6 +138,15 @@ class UAIModelverseClient extends client_1.default {
|
|
|
120
138
|
const args = Object.assign({ Action: 'ListUFSquareModel' }, (request || {}));
|
|
121
139
|
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
122
140
|
}
|
|
141
|
+
/**
|
|
142
|
+
* ListUFSquareModelFiltersAuth - 登录状态下获取模型广场过滤器中内容
|
|
143
|
+
*
|
|
144
|
+
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/list_uf_square_model_filters_auth
|
|
145
|
+
*/
|
|
146
|
+
listUFSquareModelFiltersAuth(request) {
|
|
147
|
+
const args = Object.assign({ Action: 'ListUFSquareModelFiltersAuth' }, (request || {}));
|
|
148
|
+
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
149
|
+
}
|
|
123
150
|
/**
|
|
124
151
|
* ListUMInferAPIKey - 列表查询apikey
|
|
125
152
|
*
|
|
@@ -129,6 +156,15 @@ class UAIModelverseClient extends client_1.default {
|
|
|
129
156
|
const args = Object.assign({ Action: 'ListUMInferAPIKey' }, (request || {}));
|
|
130
157
|
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
131
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* ListUMInferRequestLogs - 日志明细列表
|
|
161
|
+
*
|
|
162
|
+
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/list_um_infer_request_logs
|
|
163
|
+
*/
|
|
164
|
+
listUMInferRequestLogs(request) {
|
|
165
|
+
const args = Object.assign({ Action: 'ListUMInferRequestLogs' }, (request || {}));
|
|
166
|
+
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
167
|
+
}
|
|
132
168
|
/**
|
|
133
169
|
* ListUnpaidOrderSummary - 按指定维度汇总查询欠费订单的统计数据
|
|
134
170
|
*
|
|
@@ -147,6 +183,15 @@ class UAIModelverseClient extends client_1.default {
|
|
|
147
183
|
const args = Object.assign({ Action: 'ListUnpaidOrders' }, (request || {}));
|
|
148
184
|
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
149
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* StartPayUnpaidOrders - 批量支付欠费订单,指定 OrderNos 支付,最多 50 个
|
|
188
|
+
*
|
|
189
|
+
* See also: https://docs.ucloud.cn/api/uai-modelverse-api/start_pay_unpaid_orders
|
|
190
|
+
*/
|
|
191
|
+
startPayUnpaidOrders(request) {
|
|
192
|
+
const args = Object.assign({ Action: 'StartPayUnpaidOrders' }, (request || {}));
|
|
193
|
+
return this.invoke(new request_1.default(args)).then((resp) => resp.toObject());
|
|
194
|
+
}
|
|
150
195
|
/**
|
|
151
196
|
* UpdateUMInferAPIKey - 更新apikey
|
|
152
197
|
*
|