hume 0.6.0 → 0.6.2

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.
Files changed (164) hide show
  1. package/.mock/definition/api.yml +12 -0
  2. package/.mock/definition/custom-models/__package__.yml +1392 -0
  3. package/.mock/definition/custom-models/datasets.yml +406 -0
  4. package/.mock/definition/custom-models/files.yml +263 -0
  5. package/.mock/definition/custom-models/jobs.yml +44 -0
  6. package/.mock/definition/custom-models/models.yml +303 -0
  7. package/.mock/definition/empathic-voice/__package__.yml +896 -0
  8. package/.mock/definition/empathic-voice/chat.yml +59 -0
  9. package/.mock/definition/empathic-voice/chatGroups.yml +80 -0
  10. package/.mock/definition/empathic-voice/chats.yml +86 -0
  11. package/.mock/definition/empathic-voice/configs.yml +413 -0
  12. package/.mock/definition/empathic-voice/prompts.yml +265 -0
  13. package/.mock/definition/empathic-voice/tools.yml +398 -0
  14. package/.mock/definition/expression-measurement/__package__.yml +1122 -0
  15. package/.mock/definition/expression-measurement/batch.yml +352 -0
  16. package/.mock/definition/expression-measurement/stream.yml +362 -0
  17. package/.mock/fern.config.json +4 -0
  18. package/Client.d.ts +3 -3
  19. package/Client.js +6 -6
  20. package/api/resources/customModels/resources/datasets/client/Client.js +9 -9
  21. package/api/resources/customModels/resources/files/client/Client.js +7 -7
  22. package/api/resources/customModels/resources/jobs/client/Client.js +2 -2
  23. package/api/resources/customModels/resources/models/client/Client.js +6 -6
  24. package/api/resources/empathicVoice/client/Client.d.ts +3 -0
  25. package/api/resources/empathicVoice/client/Client.js +5 -0
  26. package/api/resources/empathicVoice/client/StreamSocket.d.ts +9 -1
  27. package/api/resources/empathicVoice/client/StreamSocket.js +17 -1
  28. package/api/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +1 -1
  29. package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +42 -0
  30. package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +178 -0
  31. package/api/resources/empathicVoice/resources/chatGroups/client/index.d.ts +1 -0
  32. package/api/resources/empathicVoice/resources/chatGroups/client/index.js +17 -0
  33. package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.d.ts +21 -0
  34. package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.js +5 -0
  35. package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +17 -0
  36. package/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.js +5 -0
  37. package/api/resources/empathicVoice/resources/chatGroups/client/requests/index.d.ts +2 -0
  38. package/api/resources/empathicVoice/resources/chatGroups/client/requests/index.js +2 -0
  39. package/api/resources/empathicVoice/resources/chatGroups/index.d.ts +1 -0
  40. package/api/resources/empathicVoice/resources/chatGroups/index.js +17 -0
  41. package/api/resources/empathicVoice/resources/chats/client/Client.js +2 -2
  42. package/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  43. package/api/resources/empathicVoice/resources/index.d.ts +2 -0
  44. package/api/resources/empathicVoice/resources/index.js +3 -1
  45. package/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
  46. package/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
  47. package/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -1
  48. package/api/resources/empathicVoice/types/ChatMetadata.d.ts +15 -0
  49. package/api/resources/empathicVoice/types/ChatMetadata.js +5 -0
  50. package/api/resources/empathicVoice/types/ReturnChat.d.ts +2 -0
  51. package/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +2 -0
  52. package/api/resources/empathicVoice/types/ReturnChatGroup.d.ts +19 -0
  53. package/api/resources/empathicVoice/types/ReturnChatGroup.js +5 -0
  54. package/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +24 -0
  55. package/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +5 -0
  56. package/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +19 -0
  57. package/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +5 -0
  58. package/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +2 -0
  59. package/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +15 -0
  60. package/api/resources/empathicVoice/types/ReturnPagedChatGroups.js +5 -0
  61. package/api/resources/empathicVoice/types/index.d.ts +5 -0
  62. package/api/resources/empathicVoice/types/index.js +5 -0
  63. package/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
  64. package/api/resources/index.d.ts +1 -1
  65. package/api/resources/index.js +2 -2
  66. package/core/form-data-utils/FormDataWrapper.js +2 -1
  67. package/dist/Client.d.ts +3 -3
  68. package/dist/Client.js +6 -6
  69. package/dist/api/resources/customModels/resources/datasets/client/Client.js +9 -9
  70. package/dist/api/resources/customModels/resources/files/client/Client.js +7 -7
  71. package/dist/api/resources/customModels/resources/jobs/client/Client.js +2 -2
  72. package/dist/api/resources/customModels/resources/models/client/Client.js +6 -6
  73. package/dist/api/resources/empathicVoice/client/Client.d.ts +3 -0
  74. package/dist/api/resources/empathicVoice/client/Client.js +5 -0
  75. package/dist/api/resources/empathicVoice/client/StreamSocket.d.ts +9 -1
  76. package/dist/api/resources/empathicVoice/client/StreamSocket.js +17 -1
  77. package/dist/api/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +1 -1
  78. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +42 -0
  79. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +178 -0
  80. package/dist/api/resources/empathicVoice/resources/chatGroups/client/index.d.ts +1 -0
  81. package/dist/api/resources/empathicVoice/resources/chatGroups/client/index.js +17 -0
  82. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.d.ts +21 -0
  83. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.js +5 -0
  84. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +17 -0
  85. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.js +5 -0
  86. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/index.d.ts +2 -0
  87. package/dist/api/resources/empathicVoice/resources/chatGroups/client/requests/index.js +2 -0
  88. package/dist/api/resources/empathicVoice/resources/chatGroups/index.d.ts +1 -0
  89. package/dist/api/resources/empathicVoice/resources/chatGroups/index.js +17 -0
  90. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +2 -2
  91. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  92. package/dist/api/resources/empathicVoice/resources/index.d.ts +2 -0
  93. package/dist/api/resources/empathicVoice/resources/index.js +3 -1
  94. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
  95. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
  96. package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -1
  97. package/dist/api/resources/empathicVoice/types/ChatMetadata.d.ts +15 -0
  98. package/dist/api/resources/empathicVoice/types/ChatMetadata.js +5 -0
  99. package/dist/api/resources/empathicVoice/types/ReturnChat.d.ts +2 -0
  100. package/dist/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +2 -0
  101. package/dist/api/resources/empathicVoice/types/ReturnChatGroup.d.ts +19 -0
  102. package/dist/api/resources/empathicVoice/types/ReturnChatGroup.js +5 -0
  103. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +24 -0
  104. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +5 -0
  105. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +19 -0
  106. package/dist/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +5 -0
  107. package/dist/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +2 -0
  108. package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +15 -0
  109. package/dist/api/resources/empathicVoice/types/ReturnPagedChatGroups.js +5 -0
  110. package/dist/api/resources/empathicVoice/types/index.d.ts +5 -0
  111. package/dist/api/resources/empathicVoice/types/index.js +5 -0
  112. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
  113. package/dist/api/resources/index.d.ts +1 -1
  114. package/dist/api/resources/index.js +2 -2
  115. package/dist/core/form-data-utils/FormDataWrapper.js +2 -1
  116. package/dist/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +2 -1
  117. package/dist/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.js +2 -0
  118. package/dist/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +15 -0
  119. package/dist/serialization/resources/empathicVoice/types/ChatMetadata.js +36 -0
  120. package/dist/serialization/resources/empathicVoice/types/ReturnChat.d.ts +1 -0
  121. package/dist/serialization/resources/empathicVoice/types/ReturnChat.js +1 -0
  122. package/dist/serialization/resources/empathicVoice/types/ReturnChatEvent.d.ts +1 -0
  123. package/dist/serialization/resources/empathicVoice/types/ReturnChatEvent.js +1 -0
  124. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroup.d.ts +17 -0
  125. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroup.js +38 -0
  126. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +20 -0
  127. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +41 -0
  128. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +17 -0
  129. package/dist/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +38 -0
  130. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +1 -0
  131. package/dist/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +1 -0
  132. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +15 -0
  133. package/dist/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +36 -0
  134. package/dist/serialization/resources/empathicVoice/types/index.d.ts +5 -0
  135. package/dist/serialization/resources/empathicVoice/types/index.js +5 -0
  136. package/dist/serialization/resources/index.d.ts +1 -1
  137. package/dist/serialization/resources/index.js +2 -2
  138. package/dist/wrapper/empathicVoice/chat/ChatClient.d.ts +2 -0
  139. package/dist/wrapper/empathicVoice/chat/ChatClient.js +3 -0
  140. package/package.json +1 -1
  141. package/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.d.ts +2 -1
  142. package/serialization/resources/empathicVoice/resources/chat/types/SubscribeEvent.js +2 -0
  143. package/serialization/resources/empathicVoice/types/ChatMetadata.d.ts +15 -0
  144. package/serialization/resources/empathicVoice/types/ChatMetadata.js +36 -0
  145. package/serialization/resources/empathicVoice/types/ReturnChat.d.ts +1 -0
  146. package/serialization/resources/empathicVoice/types/ReturnChat.js +1 -0
  147. package/serialization/resources/empathicVoice/types/ReturnChatEvent.d.ts +1 -0
  148. package/serialization/resources/empathicVoice/types/ReturnChatEvent.js +1 -0
  149. package/serialization/resources/empathicVoice/types/ReturnChatGroup.d.ts +17 -0
  150. package/serialization/resources/empathicVoice/types/ReturnChatGroup.js +38 -0
  151. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +20 -0
  152. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedChats.js +41 -0
  153. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +17 -0
  154. package/serialization/resources/empathicVoice/types/ReturnChatGroupPagedEvents.js +38 -0
  155. package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +1 -0
  156. package/serialization/resources/empathicVoice/types/ReturnChatPagedEvents.js +1 -0
  157. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +15 -0
  158. package/serialization/resources/empathicVoice/types/ReturnPagedChatGroups.js +36 -0
  159. package/serialization/resources/empathicVoice/types/index.d.ts +5 -0
  160. package/serialization/resources/empathicVoice/types/index.js +5 -0
  161. package/serialization/resources/index.d.ts +1 -1
  162. package/serialization/resources/index.js +2 -2
  163. package/wrapper/empathicVoice/chat/ChatClient.d.ts +2 -0
  164. package/wrapper/empathicVoice/chat/ChatClient.js +3 -0
@@ -0,0 +1,352 @@
1
+ imports:
2
+ root: __package__.yml
3
+ service:
4
+ auth: false
5
+ base-path: ''
6
+ endpoints:
7
+ list-jobs:
8
+ path: /v0/batch/jobs
9
+ method: GET
10
+ auth: true
11
+ docs: Sort and filter jobs.
12
+ display-name: List jobs
13
+ request:
14
+ name: BatchListJobsRequest
15
+ query-parameters:
16
+ limit:
17
+ type: optional<integer>
18
+ docs: The maximum number of jobs to include in the response.
19
+ status:
20
+ type: optional<root.Status>
21
+ allow-multiple: true
22
+ docs: Include only jobs with these statuses.
23
+ when:
24
+ type: optional<root.When>
25
+ docs: >-
26
+ Include only jobs that were created before or after
27
+ `timestamp_ms`.
28
+ timestamp_ms:
29
+ type: optional<integer>
30
+ docs: Defaults to the current date and time. See `when`.
31
+ sort_by:
32
+ type: optional<root.SortBy>
33
+ docs: The job timestamp to sort by.
34
+ direction:
35
+ type: optional<root.Direction>
36
+ docs: The sort direction.
37
+ type:
38
+ type: optional<root.Type>
39
+ allow-multiple: true
40
+ docs: Include only jobs of these types.
41
+ response:
42
+ docs: ''
43
+ type: list<root.UnionJob>
44
+ examples:
45
+ - response:
46
+ body:
47
+ - job_id: job_id
48
+ request:
49
+ callback_url: null
50
+ files:
51
+ - filename: filename
52
+ md5sum: md5sum
53
+ content_type: content_type
54
+ models:
55
+ burst: {}
56
+ face:
57
+ descriptions: null
58
+ facs: null
59
+ fps_pred: 3
60
+ identify_faces: false
61
+ min_face_size: 60
62
+ prob_threshold: 0.99
63
+ save_faces: false
64
+ facemesh: {}
65
+ language:
66
+ granularity: word
67
+ identify_speakers: false
68
+ sentiment: null
69
+ toxicity: null
70
+ ner:
71
+ identify_speakers: false
72
+ prosody:
73
+ granularity: utterance
74
+ identify_speakers: false
75
+ window: null
76
+ notify: true
77
+ registry_files: []
78
+ text: []
79
+ urls:
80
+ - https://hume-tutorials.s3.amazonaws.com/faces.zip
81
+ state:
82
+ created_timestamp_ms: 1712587158717
83
+ ended_timestamp_ms: 1712587159274
84
+ num_errors: 0
85
+ num_predictions: 10
86
+ started_timestamp_ms: 1712587158800
87
+ status: COMPLETED
88
+ type: INFERENCE
89
+ user_id: user_id
90
+ start-inference-job:
91
+ path: /v0/batch/jobs
92
+ method: POST
93
+ auth: true
94
+ docs: Start a new measurement inference job.
95
+ display-name: Start inference job
96
+ request:
97
+ body: root.InferenceBaseRequest
98
+ response:
99
+ docs: ''
100
+ type: root.JobId
101
+ examples:
102
+ - request:
103
+ urls:
104
+ - https://hume-tutorials.s3.amazonaws.com/faces.zip
105
+ notify: true
106
+ response:
107
+ body:
108
+ job_id: job_id
109
+ get-job-details:
110
+ path: /v0/batch/jobs/{id}
111
+ method: GET
112
+ auth: true
113
+ docs: Get the request details and state of a given job.
114
+ path-parameters:
115
+ id: string
116
+ display-name: Get job details
117
+ response:
118
+ docs: ''
119
+ type: root.UnionJob
120
+ examples:
121
+ - name: Embedding Generation
122
+ path-parameters:
123
+ id: job_id
124
+ response:
125
+ body:
126
+ type: EMBEDDING_GENERATION
127
+ job_id: string
128
+ request:
129
+ registry_file_details:
130
+ - file_id: string
131
+ file_url: string
132
+ state:
133
+ status: QUEUED
134
+ created_timestamp_ms: 0
135
+ user_id: string
136
+ - name: Inference
137
+ path-parameters:
138
+ id: job_id
139
+ response:
140
+ body:
141
+ type: INFERENCE
142
+ job_id: job_id
143
+ request:
144
+ callback_url: null
145
+ files: []
146
+ models:
147
+ burst: {}
148
+ face:
149
+ descriptions: null
150
+ facs: null
151
+ fps_pred: 3
152
+ identify_faces: false
153
+ min_face_size: 60
154
+ prob_threshold: 0.99
155
+ save_faces: false
156
+ facemesh: {}
157
+ language:
158
+ granularity: word
159
+ identify_speakers: false
160
+ sentiment: null
161
+ toxicity: null
162
+ ner:
163
+ identify_speakers: false
164
+ prosody:
165
+ granularity: utterance
166
+ identify_speakers: false
167
+ window: null
168
+ notify: true
169
+ registry_files: []
170
+ text: []
171
+ urls:
172
+ - https://hume-tutorials.s3.amazonaws.com/faces.zip
173
+ state:
174
+ created_timestamp_ms: 1712590457884
175
+ ended_timestamp_ms: 1712590462252
176
+ num_errors: 0
177
+ num_predictions: 10
178
+ started_timestamp_ms: 1712590457995
179
+ status: COMPLETED
180
+ user_id: user_id
181
+ get-job-predictions:
182
+ path: /v0/batch/jobs/{id}/predictions
183
+ method: GET
184
+ auth: true
185
+ docs: >-
186
+ Get the JSON predictions of a completed measurement or custom models
187
+ inference job.
188
+ path-parameters:
189
+ id: string
190
+ display-name: Get job predictions
191
+ response:
192
+ docs: ''
193
+ type: list<root.UnionPredictResult>
194
+ examples:
195
+ - path-parameters:
196
+ id: job_id
197
+ response:
198
+ body:
199
+ - source:
200
+ type: url
201
+ url: https://hume-tutorials.s3.amazonaws.com/faces.zip
202
+ results:
203
+ predictions:
204
+ - file: faces/100.jpg
205
+ models:
206
+ face:
207
+ metadata: null
208
+ grouped_predictions:
209
+ - id: unknown
210
+ predictions:
211
+ - frame: 0
212
+ time: 0
213
+ prob: 0.9994111061096191
214
+ box:
215
+ x: 1187.885986328125
216
+ 'y': 1397.697509765625
217
+ w: 1401.668701171875
218
+ h: 1961.424560546875
219
+ emotions:
220
+ - name: Admiration
221
+ score: 0.10722749680280685
222
+ - name: Adoration
223
+ score: 0.06395940482616425
224
+ - name: Aesthetic Appreciation
225
+ score: 0.05811462551355362
226
+ - name: Amusement
227
+ score: 0.14187128841876984
228
+ - name: Anger
229
+ score: 0.02804684266448021
230
+ - name: Anxiety
231
+ score: 0.2713485360145569
232
+ - name: Awe
233
+ score: 0.33812594413757324
234
+ - name: Awkwardness
235
+ score: 0.1745193600654602
236
+ - name: Boredom
237
+ score: 0.23600080609321594
238
+ - name: Calmness
239
+ score: 0.18988418579101562
240
+ - name: Concentration
241
+ score: 0.44288986921310425
242
+ - name: Confusion
243
+ score: 0.39346569776535034
244
+ - name: Contemplation
245
+ score: 0.31002455949783325
246
+ - name: Contempt
247
+ score: 0.048870109021663666
248
+ - name: Contentment
249
+ score: 0.0579497292637825
250
+ - name: Craving
251
+ score: 0.06544201076030731
252
+ - name: Desire
253
+ score: 0.05526508390903473
254
+ - name: Determination
255
+ score: 0.08590991795063019
256
+ - name: Disappointment
257
+ score: 0.19508258998394012
258
+ - name: Disgust
259
+ score: 0.031529419124126434
260
+ - name: Distress
261
+ score: 0.23210826516151428
262
+ - name: Doubt
263
+ score: 0.3284550905227661
264
+ - name: Ecstasy
265
+ score: 0.040716782212257385
266
+ - name: Embarrassment
267
+ score: 0.1467227339744568
268
+ - name: Empathic Pain
269
+ score: 0.07633581757545471
270
+ - name: Entrancement
271
+ score: 0.16245244443416595
272
+ - name: Envy
273
+ score: 0.03267110139131546
274
+ - name: Excitement
275
+ score: 0.10656816512346268
276
+ - name: Fear
277
+ score: 0.3115977346897125
278
+ - name: Guilt
279
+ score: 0.11615975946187973
280
+ - name: Horror
281
+ score: 0.19795553386211395
282
+ - name: Interest
283
+ score: 0.3136432468891144
284
+ - name: Joy
285
+ score: 0.06285581737756729
286
+ - name: Love
287
+ score: 0.06339752674102783
288
+ - name: Nostalgia
289
+ score: 0.05866732448339462
290
+ - name: Pain
291
+ score: 0.07684041559696198
292
+ - name: Pride
293
+ score: 0.026822954416275024
294
+ - name: Realization
295
+ score: 0.30000734329223633
296
+ - name: Relief
297
+ score: 0.04414166510105133
298
+ - name: Romance
299
+ score: 0.042728863656520844
300
+ - name: Sadness
301
+ score: 0.14773206412792206
302
+ - name: Satisfaction
303
+ score: 0.05902980640530586
304
+ - name: Shame
305
+ score: 0.08103451132774353
306
+ - name: Surprise (negative)
307
+ score: 0.25518184900283813
308
+ - name: Surprise (positive)
309
+ score: 0.28845661878585815
310
+ - name: Sympathy
311
+ score: 0.062488824129104614
312
+ - name: Tiredness
313
+ score: 0.1559651643037796
314
+ - name: Triumph
315
+ score: 0.01955239288508892
316
+ facs: null
317
+ descriptions: null
318
+ errors: []
319
+ get-job-artifacts:
320
+ path: /v0/batch/jobs/{id}/artifacts
321
+ method: GET
322
+ auth: true
323
+ docs: >-
324
+ Get the artifacts ZIP of a completed measurement or custom models
325
+ inference job.
326
+ path-parameters:
327
+ id: string
328
+ display-name: Get job artifacts
329
+ response:
330
+ docs: ''
331
+ type: file
332
+ start-inference-job-from-local-file:
333
+ path: /v0/batch/jobs
334
+ method: POST
335
+ auth: true
336
+ docs: Start a new batch inference job.
337
+ display-name: Start inference job from local file
338
+ request:
339
+ name: BatchStartInferenceJobFromLocalFileRequest
340
+ body:
341
+ properties:
342
+ json: optional<root.InferenceBaseRequest>
343
+ file: list<file>
344
+ content-type: multipart/form-data
345
+ response:
346
+ docs: ''
347
+ type: root.JobId
348
+ examples:
349
+ - request: {}
350
+ response:
351
+ body:
352
+ job_id: job_id