@@ -33,6 +33,8 @@ public class AliyunConsoleOpenApiQueryAliyunConsoleServcieListResponse : AcsResp
33
33
34
34
private string errMessage ;
35
35
36
+ private int ? httpStatusCode ;
37
+
36
38
private List < AliyunConsoleOpenApiQueryAliyunConsoleServcieList_DataItem > data ;
37
39
38
40
public string RequestId
@@ -83,260 +85,86 @@ public string ErrMessage
83
85
}
84
86
}
85
87
86
- public List < AliyunConsoleOpenApiQueryAliyunConsoleServcieList_DataItem > Data
88
+ public int ? HttpStatusCode
87
89
{
88
90
get
89
91
{
90
- return data ;
92
+ return httpStatusCode ;
91
93
}
92
94
set
93
95
{
94
- data = value ;
96
+ httpStatusCode = value ;
95
97
}
96
98
}
97
99
98
- public class AliyunConsoleOpenApiQueryAliyunConsoleServcieList_DataItem
100
+ public List < AliyunConsoleOpenApiQueryAliyunConsoleServcieList_DataItem > Data
99
101
{
100
-
101
- private string id ;
102
-
103
- private string modelId ;
104
-
105
- private string name ;
106
-
107
- private string objectType ;
108
-
109
- private string jobStatus ;
110
-
111
- private double ? jobTrainProgress ;
112
-
113
- private int ? inferenceImageCount ;
114
-
115
- private string createTime ;
116
-
117
- private List < AliyunConsoleOpenApiQueryAliyunConsoleServcieList_InferenceJobListItem > inferenceJobList ;
118
-
119
- private List < string > imageUrl ;
120
-
121
- public string Id
102
+ get
122
103
{
123
- get
124
- {
125
- return id ;
126
- }
127
- set
128
- {
129
- id = value ;
130
- }
104
+ return data ;
131
105
}
132
-
133
- public string ModelId
106
+ set
134
107
{
135
- get
136
- {
137
- return modelId ;
138
- }
139
- set
140
- {
141
- modelId = value ;
142
- }
108
+ data = value ;
143
109
}
110
+ }
144
111
145
- public string Name
146
- {
147
- get
148
- {
149
- return name ;
150
- }
151
- set
152
- {
153
- name = value ;
154
- }
155
- }
112
+ public class AliyunConsoleOpenApiQueryAliyunConsoleServcieList_DataItem
113
+ {
156
114
157
- public string ObjectType
158
- {
159
- get
160
- {
161
- return objectType ;
162
- }
163
- set
164
- {
165
- objectType = value ;
166
- }
167
- }
115
+ private string serviceCode ;
168
116
169
- public string JobStatus
170
- {
171
- get
172
- {
173
- return jobStatus ;
174
- }
175
- set
176
- {
177
- jobStatus = value ;
178
- }
179
- }
117
+ private string serviceName ;
180
118
181
- public double ? JobTrainProgress
182
- {
183
- get
184
- {
185
- return jobTrainProgress ;
186
- }
187
- set
188
- {
189
- jobTrainProgress = value ;
190
- }
191
- }
119
+ private int ? freeCount ;
120
+
121
+ private int ? freeConcurrencyCount ;
192
122
193
- public int ? InferenceImageCount
123
+ public string ServiceCode
194
124
{
195
125
get
196
126
{
197
- return inferenceImageCount ;
127
+ return serviceCode ;
198
128
}
199
129
set
200
130
{
201
- inferenceImageCount = value ;
131
+ serviceCode = value ;
202
132
}
203
133
}
204
134
205
- public string CreateTime
135
+ public string ServiceName
206
136
{
207
137
get
208
138
{
209
- return createTime ;
139
+ return serviceName ;
210
140
}
211
141
set
212
142
{
213
- createTime = value ;
143
+ serviceName = value ;
214
144
}
215
145
}
216
146
217
- public List < AliyunConsoleOpenApiQueryAliyunConsoleServcieList_InferenceJobListItem > InferenceJobList
147
+ public int ? FreeCount
218
148
{
219
149
get
220
150
{
221
- return inferenceJobList ;
151
+ return freeCount ;
222
152
}
223
153
set
224
154
{
225
- inferenceJobList = value ;
155
+ freeCount = value ;
226
156
}
227
157
}
228
158
229
- public List < string > ImageUrl
159
+ public int ? FreeConcurrencyCount
230
160
{
231
161
get
232
162
{
233
- return imageUrl ;
163
+ return freeConcurrencyCount ;
234
164
}
235
165
set
236
166
{
237
- imageUrl = value ;
238
- }
239
- }
240
-
241
- public class AliyunConsoleOpenApiQueryAliyunConsoleServcieList_InferenceJobListItem
242
- {
243
-
244
- private string id ;
245
-
246
- private string promptId ;
247
-
248
- private string modelId ;
249
-
250
- private string jobStatus ;
251
-
252
- private double ? jobTrainProgress ;
253
-
254
- private string createTime ;
255
-
256
- private List < string > resultImageUrl ;
257
-
258
- public string Id
259
- {
260
- get
261
- {
262
- return id ;
263
- }
264
- set
265
- {
266
- id = value ;
267
- }
268
- }
269
-
270
- public string PromptId
271
- {
272
- get
273
- {
274
- return promptId ;
275
- }
276
- set
277
- {
278
- promptId = value ;
279
- }
280
- }
281
-
282
- public string ModelId
283
- {
284
- get
285
- {
286
- return modelId ;
287
- }
288
- set
289
- {
290
- modelId = value ;
291
- }
292
- }
293
-
294
- public string JobStatus
295
- {
296
- get
297
- {
298
- return jobStatus ;
299
- }
300
- set
301
- {
302
- jobStatus = value ;
303
- }
304
- }
305
-
306
- public double ? JobTrainProgress
307
- {
308
- get
309
- {
310
- return jobTrainProgress ;
311
- }
312
- set
313
- {
314
- jobTrainProgress = value ;
315
- }
316
- }
317
-
318
- public string CreateTime
319
- {
320
- get
321
- {
322
- return createTime ;
323
- }
324
- set
325
- {
326
- createTime = value ;
327
- }
328
- }
329
-
330
- public List < string > ResultImageUrl
331
- {
332
- get
333
- {
334
- return resultImageUrl ;
335
- }
336
- set
337
- {
338
- resultImageUrl = value ;
339
- }
167
+ freeConcurrencyCount = value ;
340
168
}
341
169
}
342
170
}
0 commit comments