|
16 | 16 | BasePrompt, |
17 | 17 | BaseScore, |
18 | 18 | BaseScoreV1, |
| 19 | + BlobStorageExportFrequency, |
| 20 | + BlobStorageExportMode, |
| 21 | + BlobStorageIntegrationDeletionResponse, |
| 22 | + BlobStorageIntegrationFileType, |
| 23 | + BlobStorageIntegrationResponse, |
| 24 | + BlobStorageIntegrationType, |
| 25 | + BlobStorageIntegrationsResponse, |
19 | 26 | BooleanScore, |
20 | 27 | BooleanScoreV1, |
21 | 28 | BulkConfig, |
|
32 | 39 | CreateAnnotationQueueAssignmentResponse, |
33 | 40 | CreateAnnotationQueueItemRequest, |
34 | 41 | CreateAnnotationQueueRequest, |
| 42 | + CreateBlobStorageIntegrationRequest, |
35 | 43 | CreateChatPromptRequest, |
36 | 44 | CreateCommentRequest, |
37 | 45 | CreateCommentResponse, |
|
64 | 72 | DeleteAnnotationQueueItemResponse, |
65 | 73 | DeleteDatasetItemResponse, |
66 | 74 | DeleteDatasetRunResponse, |
| 75 | + DeleteMembershipRequest, |
67 | 76 | DeleteTraceResponse, |
68 | 77 | EmptyResponse, |
69 | 78 | Error, |
|
101 | 110 | LlmConnection, |
102 | 111 | MapValue, |
103 | 112 | MediaContentType, |
| 113 | + MembershipDeletionResponse, |
104 | 114 | MembershipRequest, |
105 | 115 | MembershipResponse, |
106 | 116 | MembershipRole, |
|
197 | 207 | UsageDetails, |
198 | 208 | UserMeta, |
199 | 209 | annotation_queues, |
| 210 | + blob_storage_integrations, |
200 | 211 | comments, |
201 | 212 | commons, |
202 | 213 | dataset_items, |
|
238 | 249 | "BasePrompt", |
239 | 250 | "BaseScore", |
240 | 251 | "BaseScoreV1", |
| 252 | + "BlobStorageExportFrequency", |
| 253 | + "BlobStorageExportMode", |
| 254 | + "BlobStorageIntegrationDeletionResponse", |
| 255 | + "BlobStorageIntegrationFileType", |
| 256 | + "BlobStorageIntegrationResponse", |
| 257 | + "BlobStorageIntegrationType", |
| 258 | + "BlobStorageIntegrationsResponse", |
241 | 259 | "BooleanScore", |
242 | 260 | "BooleanScoreV1", |
243 | 261 | "BulkConfig", |
|
254 | 272 | "CreateAnnotationQueueAssignmentResponse", |
255 | 273 | "CreateAnnotationQueueItemRequest", |
256 | 274 | "CreateAnnotationQueueRequest", |
| 275 | + "CreateBlobStorageIntegrationRequest", |
257 | 276 | "CreateChatPromptRequest", |
258 | 277 | "CreateCommentRequest", |
259 | 278 | "CreateCommentResponse", |
|
286 | 305 | "DeleteAnnotationQueueItemResponse", |
287 | 306 | "DeleteDatasetItemResponse", |
288 | 307 | "DeleteDatasetRunResponse", |
| 308 | + "DeleteMembershipRequest", |
289 | 309 | "DeleteTraceResponse", |
290 | 310 | "EmptyResponse", |
291 | 311 | "Error", |
|
323 | 343 | "LlmConnection", |
324 | 344 | "MapValue", |
325 | 345 | "MediaContentType", |
| 346 | + "MembershipDeletionResponse", |
326 | 347 | "MembershipRequest", |
327 | 348 | "MembershipResponse", |
328 | 349 | "MembershipRole", |
|
419 | 440 | "UsageDetails", |
420 | 441 | "UserMeta", |
421 | 442 | "annotation_queues", |
| 443 | + "blob_storage_integrations", |
422 | 444 | "comments", |
423 | 445 | "commons", |
424 | 446 | "dataset_items", |
|
0 commit comments