wandb 0.21.1__py3-none-win32.whl → 0.21.2__py3-none-win32.whl
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.
- wandb/__init__.py +1 -1
- wandb/__init__.pyi +1 -1
- wandb/apis/public/api.py +1 -2
- wandb/apis/public/artifacts.py +3 -5
- wandb/apis/public/registries/_utils.py +14 -16
- wandb/apis/public/registries/registries_search.py +176 -289
- wandb/apis/public/reports.py +13 -10
- wandb/automations/_generated/delete_automation.py +1 -3
- wandb/automations/_generated/enums.py +13 -11
- wandb/bin/gpu_stats.exe +0 -0
- wandb/bin/wandb-core +0 -0
- wandb/cli/cli.py +47 -2
- wandb/integration/metaflow/data_pandas.py +2 -2
- wandb/integration/metaflow/data_pytorch.py +75 -0
- wandb/integration/metaflow/data_sklearn.py +76 -0
- wandb/integration/metaflow/metaflow.py +16 -87
- wandb/integration/weave/__init__.py +6 -0
- wandb/integration/weave/interface.py +49 -0
- wandb/integration/weave/weave.py +63 -0
- wandb/proto/v3/wandb_internal_pb2.py +3 -2
- wandb/proto/v4/wandb_internal_pb2.py +2 -2
- wandb/proto/v5/wandb_internal_pb2.py +2 -2
- wandb/proto/v6/wandb_internal_pb2.py +2 -2
- wandb/sdk/artifacts/_factories.py +17 -0
- wandb/sdk/artifacts/_generated/__init__.py +221 -13
- wandb/sdk/artifacts/_generated/artifact_by_id.py +17 -0
- wandb/sdk/artifacts/_generated/artifact_by_name.py +22 -0
- wandb/sdk/artifacts/_generated/artifact_collection_membership_file_urls.py +43 -0
- wandb/sdk/artifacts/_generated/artifact_created_by.py +47 -0
- wandb/sdk/artifacts/_generated/artifact_file_urls.py +22 -0
- wandb/sdk/artifacts/_generated/artifact_type.py +31 -0
- wandb/sdk/artifacts/_generated/artifact_used_by.py +43 -0
- wandb/sdk/artifacts/_generated/artifact_via_membership_by_name.py +26 -0
- wandb/sdk/artifacts/_generated/delete_artifact.py +28 -0
- wandb/sdk/artifacts/_generated/enums.py +5 -0
- wandb/sdk/artifacts/_generated/fetch_artifact_manifest.py +38 -0
- wandb/sdk/artifacts/_generated/fetch_registries.py +32 -0
- wandb/sdk/artifacts/_generated/fragments.py +279 -41
- wandb/sdk/artifacts/_generated/link_artifact.py +6 -0
- wandb/sdk/artifacts/_generated/operations.py +654 -51
- wandb/sdk/artifacts/_generated/registry_collections.py +34 -0
- wandb/sdk/artifacts/_generated/registry_versions.py +34 -0
- wandb/sdk/artifacts/_generated/unlink_artifact.py +25 -0
- wandb/sdk/artifacts/_graphql_fragments.py +3 -86
- wandb/sdk/artifacts/_validators.py +6 -4
- wandb/sdk/artifacts/artifact.py +406 -543
- wandb/sdk/artifacts/artifact_file_cache.py +10 -6
- wandb/sdk/artifacts/artifact_manifest.py +10 -9
- wandb/sdk/artifacts/artifact_manifest_entry.py +9 -10
- wandb/sdk/artifacts/artifact_manifests/artifact_manifest_v1.py +5 -3
- wandb/sdk/artifacts/storage_handlers/http_handler.py +1 -1
- wandb/sdk/artifacts/storage_handlers/s3_handler.py +1 -1
- wandb/sdk/artifacts/storage_policies/wandb_storage_policy.py +1 -1
- wandb/sdk/data_types/video.py +2 -2
- wandb/sdk/interface/interface_queue.py +1 -4
- wandb/sdk/interface/interface_shared.py +26 -37
- wandb/sdk/interface/interface_sock.py +24 -14
- wandb/sdk/internal/settings_static.py +2 -3
- wandb/sdk/launch/create_job.py +12 -1
- wandb/sdk/launch/runner/kubernetes_runner.py +24 -29
- wandb/sdk/lib/asyncio_compat.py +16 -16
- wandb/sdk/lib/asyncio_manager.py +252 -0
- wandb/sdk/lib/hashutil.py +13 -4
- wandb/sdk/lib/printer.py +2 -2
- wandb/sdk/lib/printer_asyncio.py +3 -1
- wandb/sdk/lib/retry.py +185 -78
- wandb/sdk/lib/service/service_client.py +106 -0
- wandb/sdk/lib/service/service_connection.py +20 -26
- wandb/sdk/lib/service/service_token.py +30 -13
- wandb/sdk/mailbox/mailbox.py +13 -5
- wandb/sdk/mailbox/mailbox_handle.py +22 -13
- wandb/sdk/mailbox/response_handle.py +42 -106
- wandb/sdk/mailbox/wait_with_progress.py +7 -42
- wandb/sdk/wandb_init.py +11 -25
- wandb/sdk/wandb_login.py +1 -1
- wandb/sdk/wandb_run.py +91 -55
- wandb/sdk/wandb_settings.py +45 -32
- wandb/sdk/wandb_setup.py +176 -96
- wandb/util.py +1 -1
- {wandb-0.21.1.dist-info → wandb-0.21.2.dist-info}/METADATA +1 -1
- {wandb-0.21.1.dist-info → wandb-0.21.2.dist-info}/RECORD +84 -68
- wandb/sdk/interface/interface_relay.py +0 -38
- wandb/sdk/interface/router.py +0 -89
- wandb/sdk/interface/router_queue.py +0 -43
- wandb/sdk/interface/router_relay.py +0 -50
- wandb/sdk/interface/router_sock.py +0 -32
- wandb/sdk/lib/sock_client.py +0 -232
- {wandb-0.21.1.dist-info → wandb-0.21.2.dist-info}/WHEEL +0 -0
- {wandb-0.21.1.dist-info → wandb-0.21.2.dist-info}/entry_points.txt +0 -0
- {wandb-0.21.1.dist-info → wandb-0.21.2.dist-info}/licenses/LICENSE +0 -0
@@ -38,32 +38,6 @@ class ArtifactCollectionsFragmentPageInfo(GQLBase):
|
|
38
38
|
has_next_page: bool = Field(alias="hasNextPage")
|
39
39
|
|
40
40
|
|
41
|
-
class ArtifactFragment(GQLBase):
|
42
|
-
id: GQLId
|
43
|
-
artifact_sequence: ArtifactFragmentArtifactSequence = Field(
|
44
|
-
alias="artifactSequence"
|
45
|
-
)
|
46
|
-
version_index: Optional[int] = Field(alias="versionIndex")
|
47
|
-
artifact_type: ArtifactFragmentArtifactType = Field(alias="artifactType")
|
48
|
-
description: Optional[str]
|
49
|
-
metadata: Optional[Any]
|
50
|
-
ttl_duration_seconds: Optional[Any] = Field(
|
51
|
-
alias="ttlDurationSeconds", default=None
|
52
|
-
)
|
53
|
-
ttl_is_inherited: Optional[bool] = Field(alias="ttlIsInherited", default=None)
|
54
|
-
aliases: Optional[List[ArtifactFragmentAliases]] = None
|
55
|
-
tags: Optional[List[ArtifactFragmentTags]] = None
|
56
|
-
history_step: Optional[Any] = Field(alias="historyStep", default=None)
|
57
|
-
state: ArtifactState
|
58
|
-
current_manifest: Optional[ArtifactFragmentCurrentManifest] = Field(
|
59
|
-
alias="currentManifest"
|
60
|
-
)
|
61
|
-
commit_hash: Optional[str] = Field(alias="commitHash")
|
62
|
-
file_count: Any = Field(alias="fileCount")
|
63
|
-
created_at: str = Field(alias="createdAt")
|
64
|
-
updated_at: Optional[str] = Field(alias="updatedAt")
|
65
|
-
|
66
|
-
|
67
41
|
class ArtifactFragmentAliases(GQLBase):
|
68
42
|
artifact_collection: Optional[ArtifactFragmentAliasesArtifactCollection] = Field(
|
69
43
|
alias="artifactCollection"
|
@@ -84,29 +58,56 @@ class ArtifactFragmentAliasesArtifactCollectionProject(GQLBase):
|
|
84
58
|
name: str
|
85
59
|
|
86
60
|
|
87
|
-
class
|
88
|
-
|
61
|
+
class ArtifactFragmentWithoutAliases(GQLBase):
|
62
|
+
id: GQLId
|
63
|
+
artifact_sequence: ArtifactFragmentWithoutAliasesArtifactSequence = Field(
|
64
|
+
alias="artifactSequence"
|
65
|
+
)
|
66
|
+
version_index: Optional[int] = Field(alias="versionIndex")
|
67
|
+
artifact_type: ArtifactFragmentWithoutAliasesArtifactType = Field(
|
68
|
+
alias="artifactType"
|
69
|
+
)
|
70
|
+
description: Optional[str]
|
71
|
+
metadata: Optional[Any]
|
72
|
+
ttl_duration_seconds: Optional[Any] = Field(
|
73
|
+
alias="ttlDurationSeconds", default=None
|
74
|
+
)
|
75
|
+
ttl_is_inherited: Optional[bool] = Field(alias="ttlIsInherited", default=None)
|
76
|
+
tags: Optional[List[ArtifactFragmentWithoutAliasesTags]] = None
|
77
|
+
history_step: Optional[Any] = Field(alias="historyStep", default=None)
|
78
|
+
state: ArtifactState
|
79
|
+
current_manifest: Optional[ArtifactFragmentWithoutAliasesCurrentManifest] = Field(
|
80
|
+
alias="currentManifest"
|
81
|
+
)
|
82
|
+
commit_hash: Optional[str] = Field(alias="commitHash")
|
83
|
+
file_count: Any = Field(alias="fileCount")
|
84
|
+
created_at: str = Field(alias="createdAt")
|
85
|
+
updated_at: Optional[str] = Field(alias="updatedAt")
|
86
|
+
|
87
|
+
|
88
|
+
class ArtifactFragmentWithoutAliasesArtifactSequence(GQLBase):
|
89
|
+
project: Optional[ArtifactFragmentWithoutAliasesArtifactSequenceProject]
|
89
90
|
name: str
|
90
91
|
|
91
92
|
|
92
|
-
class
|
93
|
+
class ArtifactFragmentWithoutAliasesArtifactSequenceProject(GQLBase):
|
93
94
|
entity_name: str = Field(alias="entityName")
|
94
95
|
name: str
|
95
96
|
|
96
97
|
|
97
|
-
class
|
98
|
+
class ArtifactFragmentWithoutAliasesArtifactType(GQLBase):
|
98
99
|
name: str
|
99
100
|
|
100
101
|
|
101
|
-
class
|
102
|
-
file:
|
102
|
+
class ArtifactFragmentWithoutAliasesCurrentManifest(GQLBase):
|
103
|
+
file: ArtifactFragmentWithoutAliasesCurrentManifestFile
|
103
104
|
|
104
105
|
|
105
|
-
class
|
106
|
+
class ArtifactFragmentWithoutAliasesCurrentManifestFile(GQLBase):
|
106
107
|
direct_url: str = Field(alias="directUrl")
|
107
108
|
|
108
109
|
|
109
|
-
class
|
110
|
+
class ArtifactFragmentWithoutAliasesTags(GQLBase):
|
110
111
|
name: str
|
111
112
|
|
112
113
|
|
@@ -162,6 +163,25 @@ class ArtifactsFragmentPageInfo(GQLBase):
|
|
162
163
|
has_next_page: bool = Field(alias="hasNextPage")
|
163
164
|
|
164
165
|
|
166
|
+
class FileUrlsFragment(GQLBase):
|
167
|
+
page_info: FileUrlsFragmentPageInfo = Field(alias="pageInfo")
|
168
|
+
edges: List[FileUrlsFragmentEdges]
|
169
|
+
|
170
|
+
|
171
|
+
class FileUrlsFragmentEdges(GQLBase):
|
172
|
+
node: Optional[FileUrlsFragmentEdgesNode]
|
173
|
+
|
174
|
+
|
175
|
+
class FileUrlsFragmentEdgesNode(GQLBase):
|
176
|
+
name: str
|
177
|
+
direct_url: str = Field(alias="directUrl")
|
178
|
+
|
179
|
+
|
180
|
+
class FileUrlsFragmentPageInfo(GQLBase):
|
181
|
+
has_next_page: bool = Field(alias="hasNextPage")
|
182
|
+
end_cursor: Optional[str] = Field(alias="endCursor")
|
183
|
+
|
184
|
+
|
165
185
|
class FilesFragment(GQLBase):
|
166
186
|
edges: List[FilesFragmentEdges]
|
167
187
|
page_info: FilesFragmentPageInfo = Field(alias="pageInfo")
|
@@ -190,20 +210,199 @@ class FilesFragmentPageInfo(GQLBase):
|
|
190
210
|
has_next_page: bool = Field(alias="hasNextPage")
|
191
211
|
|
192
212
|
|
213
|
+
class MembershipWithArtifact(GQLBase):
|
214
|
+
id: GQLId
|
215
|
+
artifact_collection: Optional[MembershipWithArtifactArtifactCollection] = Field(
|
216
|
+
alias="artifactCollection"
|
217
|
+
)
|
218
|
+
artifact: Optional[ArtifactFragment]
|
219
|
+
|
220
|
+
|
221
|
+
class MembershipWithArtifactArtifactCollection(GQLBase):
|
222
|
+
typename__: Typename[
|
223
|
+
Literal["ArtifactCollection", "ArtifactPortfolio", "ArtifactSequence"]
|
224
|
+
]
|
225
|
+
id: GQLId
|
226
|
+
name: str
|
227
|
+
project: Optional[MembershipWithArtifactArtifactCollectionProject]
|
228
|
+
|
229
|
+
|
230
|
+
class MembershipWithArtifactArtifactCollectionProject(GQLBase):
|
231
|
+
id: GQLId
|
232
|
+
entity_name: str = Field(alias="entityName")
|
233
|
+
name: str
|
234
|
+
|
235
|
+
|
236
|
+
class RegistriesPage(GQLBase):
|
237
|
+
page_info: RegistriesPagePageInfo = Field(alias="pageInfo")
|
238
|
+
edges: List[RegistriesPageEdges]
|
239
|
+
|
240
|
+
|
241
|
+
class RegistriesPageEdges(GQLBase):
|
242
|
+
node: Optional[RegistryFragment]
|
243
|
+
|
244
|
+
|
245
|
+
class RegistriesPagePageInfo(GQLBase):
|
246
|
+
end_cursor: Optional[str] = Field(alias="endCursor")
|
247
|
+
has_next_page: bool = Field(alias="hasNextPage")
|
248
|
+
|
249
|
+
|
250
|
+
class RegistryCollectionsPage(GQLBase):
|
251
|
+
total_count: int = Field(alias="totalCount")
|
252
|
+
page_info: RegistryCollectionsPagePageInfo = Field(alias="pageInfo")
|
253
|
+
edges: List[RegistryCollectionsPageEdges]
|
254
|
+
|
255
|
+
|
256
|
+
class RegistryCollectionsPageEdges(GQLBase):
|
257
|
+
cursor: str
|
258
|
+
node: Optional[RegistryCollectionsPageEdgesNode]
|
259
|
+
|
260
|
+
|
261
|
+
class RegistryCollectionsPageEdgesNode(GQLBase):
|
262
|
+
typename__: Typename[
|
263
|
+
Literal["ArtifactCollection", "ArtifactPortfolio", "ArtifactSequence"]
|
264
|
+
]
|
265
|
+
id: GQLId
|
266
|
+
name: str
|
267
|
+
description: Optional[str]
|
268
|
+
created_at: str = Field(alias="createdAt")
|
269
|
+
tags: RegistryCollectionsPageEdgesNodeTags
|
270
|
+
project: Optional[RegistryCollectionsPageEdgesNodeProject]
|
271
|
+
default_artifact_type: RegistryCollectionsPageEdgesNodeDefaultArtifactType = Field(
|
272
|
+
alias="defaultArtifactType"
|
273
|
+
)
|
274
|
+
aliases: RegistryCollectionsPageEdgesNodeAliases
|
275
|
+
|
276
|
+
|
277
|
+
class RegistryCollectionsPageEdgesNodeAliases(GQLBase):
|
278
|
+
edges: List[RegistryCollectionsPageEdgesNodeAliasesEdges]
|
279
|
+
|
280
|
+
|
281
|
+
class RegistryCollectionsPageEdgesNodeAliasesEdges(GQLBase):
|
282
|
+
node: Optional[RegistryCollectionsPageEdgesNodeAliasesEdgesNode]
|
283
|
+
|
284
|
+
|
285
|
+
class RegistryCollectionsPageEdgesNodeAliasesEdgesNode(GQLBase):
|
286
|
+
alias: str
|
287
|
+
|
288
|
+
|
289
|
+
class RegistryCollectionsPageEdgesNodeDefaultArtifactType(GQLBase):
|
290
|
+
name: str
|
291
|
+
|
292
|
+
|
293
|
+
class RegistryCollectionsPageEdgesNodeProject(GQLBase):
|
294
|
+
name: str
|
295
|
+
entity: RegistryCollectionsPageEdgesNodeProjectEntity
|
296
|
+
|
297
|
+
|
298
|
+
class RegistryCollectionsPageEdgesNodeProjectEntity(GQLBase):
|
299
|
+
name: str
|
300
|
+
|
301
|
+
|
302
|
+
class RegistryCollectionsPageEdgesNodeTags(GQLBase):
|
303
|
+
edges: List[RegistryCollectionsPageEdgesNodeTagsEdges]
|
304
|
+
|
305
|
+
|
306
|
+
class RegistryCollectionsPageEdgesNodeTagsEdges(GQLBase):
|
307
|
+
node: RegistryCollectionsPageEdgesNodeTagsEdgesNode
|
308
|
+
|
309
|
+
|
310
|
+
class RegistryCollectionsPageEdgesNodeTagsEdgesNode(GQLBase):
|
311
|
+
name: str
|
312
|
+
|
313
|
+
|
314
|
+
class RegistryCollectionsPagePageInfo(GQLBase):
|
315
|
+
end_cursor: Optional[str] = Field(alias="endCursor")
|
316
|
+
has_next_page: bool = Field(alias="hasNextPage")
|
317
|
+
|
318
|
+
|
319
|
+
class RegistryFragment(GQLBase):
|
320
|
+
id: GQLId
|
321
|
+
allow_all_artifact_types_in_registry: bool = Field(
|
322
|
+
alias="allowAllArtifactTypesInRegistry"
|
323
|
+
)
|
324
|
+
artifact_types: RegistryFragmentArtifactTypes = Field(alias="artifactTypes")
|
325
|
+
name: str
|
326
|
+
description: Optional[str]
|
327
|
+
created_at: str = Field(alias="createdAt")
|
328
|
+
updated_at: Optional[str] = Field(alias="updatedAt")
|
329
|
+
access: Optional[str]
|
330
|
+
|
331
|
+
|
332
|
+
class RegistryFragmentArtifactTypes(GQLBase):
|
333
|
+
edges: List[RegistryFragmentArtifactTypesEdges]
|
334
|
+
|
335
|
+
|
336
|
+
class RegistryFragmentArtifactTypesEdges(GQLBase):
|
337
|
+
node: Optional[RegistryFragmentArtifactTypesEdgesNode]
|
338
|
+
|
339
|
+
|
340
|
+
class RegistryFragmentArtifactTypesEdgesNode(GQLBase):
|
341
|
+
name: str
|
342
|
+
|
343
|
+
|
344
|
+
class RegistryVersionsPage(GQLBase):
|
345
|
+
page_info: RegistryVersionsPagePageInfo = Field(alias="pageInfo")
|
346
|
+
edges: List[RegistryVersionsPageEdges]
|
347
|
+
|
348
|
+
|
349
|
+
class RegistryVersionsPageEdges(GQLBase):
|
350
|
+
node: Optional[RegistryVersionsPageEdgesNode]
|
351
|
+
|
352
|
+
|
353
|
+
class RegistryVersionsPageEdgesNode(GQLBase):
|
354
|
+
artifact_collection: Optional[RegistryVersionsPageEdgesNodeArtifactCollection] = (
|
355
|
+
Field(alias="artifactCollection")
|
356
|
+
)
|
357
|
+
version_index: Optional[int] = Field(alias="versionIndex")
|
358
|
+
artifact: Optional[ArtifactFragmentWithoutAliases]
|
359
|
+
aliases: List[RegistryVersionsPageEdgesNodeAliases]
|
360
|
+
|
361
|
+
|
362
|
+
class RegistryVersionsPageEdgesNodeAliases(GQLBase):
|
363
|
+
alias: str
|
364
|
+
|
365
|
+
|
366
|
+
class RegistryVersionsPageEdgesNodeArtifactCollection(GQLBase):
|
367
|
+
typename__: Typename[
|
368
|
+
Literal["ArtifactCollection", "ArtifactPortfolio", "ArtifactSequence"]
|
369
|
+
]
|
370
|
+
project: Optional[RegistryVersionsPageEdgesNodeArtifactCollectionProject]
|
371
|
+
name: str
|
372
|
+
|
373
|
+
|
374
|
+
class RegistryVersionsPageEdgesNodeArtifactCollectionProject(GQLBase):
|
375
|
+
name: str
|
376
|
+
entity: RegistryVersionsPageEdgesNodeArtifactCollectionProjectEntity
|
377
|
+
|
378
|
+
|
379
|
+
class RegistryVersionsPageEdgesNodeArtifactCollectionProjectEntity(GQLBase):
|
380
|
+
name: str
|
381
|
+
|
382
|
+
|
383
|
+
class RegistryVersionsPagePageInfo(GQLBase):
|
384
|
+
end_cursor: Optional[str] = Field(alias="endCursor")
|
385
|
+
has_next_page: bool = Field(alias="hasNextPage")
|
386
|
+
|
387
|
+
|
388
|
+
class ArtifactFragment(ArtifactFragmentWithoutAliases):
|
389
|
+
aliases: Optional[List[ArtifactFragmentAliases]] = None
|
390
|
+
|
391
|
+
|
193
392
|
ArtifactCollectionsFragment.model_rebuild()
|
194
393
|
ArtifactCollectionsFragmentEdges.model_rebuild()
|
195
394
|
ArtifactCollectionsFragmentEdgesNode.model_rebuild()
|
196
395
|
ArtifactCollectionsFragmentPageInfo.model_rebuild()
|
197
|
-
ArtifactFragment.model_rebuild()
|
198
396
|
ArtifactFragmentAliases.model_rebuild()
|
199
397
|
ArtifactFragmentAliasesArtifactCollection.model_rebuild()
|
200
398
|
ArtifactFragmentAliasesArtifactCollectionProject.model_rebuild()
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
399
|
+
ArtifactFragmentWithoutAliases.model_rebuild()
|
400
|
+
ArtifactFragmentWithoutAliasesArtifactSequence.model_rebuild()
|
401
|
+
ArtifactFragmentWithoutAliasesArtifactSequenceProject.model_rebuild()
|
402
|
+
ArtifactFragmentWithoutAliasesArtifactType.model_rebuild()
|
403
|
+
ArtifactFragmentWithoutAliasesCurrentManifest.model_rebuild()
|
404
|
+
ArtifactFragmentWithoutAliasesCurrentManifestFile.model_rebuild()
|
405
|
+
ArtifactFragmentWithoutAliasesTags.model_rebuild()
|
207
406
|
ArtifactPortfolioTypeFields.model_rebuild()
|
208
407
|
ArtifactSequenceTypeFields.model_rebuild()
|
209
408
|
ArtifactTypeFragment.model_rebuild()
|
@@ -213,9 +412,48 @@ ArtifactTypesFragmentPageInfo.model_rebuild()
|
|
213
412
|
ArtifactsFragment.model_rebuild()
|
214
413
|
ArtifactsFragmentEdges.model_rebuild()
|
215
414
|
ArtifactsFragmentPageInfo.model_rebuild()
|
415
|
+
FileUrlsFragment.model_rebuild()
|
416
|
+
FileUrlsFragmentEdges.model_rebuild()
|
417
|
+
FileUrlsFragmentEdgesNode.model_rebuild()
|
418
|
+
FileUrlsFragmentPageInfo.model_rebuild()
|
216
419
|
FilesFragment.model_rebuild()
|
217
420
|
FilesFragmentEdges.model_rebuild()
|
218
421
|
FilesFragmentEdgesNode.model_rebuild()
|
219
422
|
FilesFragmentPageInfo.model_rebuild()
|
423
|
+
MembershipWithArtifact.model_rebuild()
|
424
|
+
MembershipWithArtifactArtifactCollection.model_rebuild()
|
425
|
+
MembershipWithArtifactArtifactCollectionProject.model_rebuild()
|
426
|
+
RegistriesPage.model_rebuild()
|
427
|
+
RegistriesPageEdges.model_rebuild()
|
428
|
+
RegistriesPagePageInfo.model_rebuild()
|
429
|
+
RegistryCollectionsPage.model_rebuild()
|
430
|
+
RegistryCollectionsPageEdges.model_rebuild()
|
431
|
+
RegistryCollectionsPageEdgesNode.model_rebuild()
|
432
|
+
RegistryCollectionsPageEdgesNodeAliases.model_rebuild()
|
433
|
+
RegistryCollectionsPageEdgesNodeAliasesEdges.model_rebuild()
|
434
|
+
RegistryCollectionsPageEdgesNodeAliasesEdgesNode.model_rebuild()
|
435
|
+
RegistryCollectionsPageEdgesNodeDefaultArtifactType.model_rebuild()
|
436
|
+
RegistryCollectionsPageEdgesNodeProject.model_rebuild()
|
437
|
+
RegistryCollectionsPageEdgesNodeProjectEntity.model_rebuild()
|
438
|
+
RegistryCollectionsPageEdgesNodeTags.model_rebuild()
|
439
|
+
RegistryCollectionsPageEdgesNodeTagsEdges.model_rebuild()
|
440
|
+
RegistryCollectionsPageEdgesNodeTagsEdgesNode.model_rebuild()
|
441
|
+
RegistryCollectionsPagePageInfo.model_rebuild()
|
442
|
+
RegistryFragment.model_rebuild()
|
443
|
+
RegistryFragmentArtifactTypes.model_rebuild()
|
444
|
+
RegistryFragmentArtifactTypesEdges.model_rebuild()
|
445
|
+
RegistryFragmentArtifactTypesEdgesNode.model_rebuild()
|
446
|
+
RegistryVersionsPage.model_rebuild()
|
447
|
+
RegistryVersionsPageEdges.model_rebuild()
|
448
|
+
RegistryVersionsPageEdgesNode.model_rebuild()
|
449
|
+
RegistryVersionsPageEdgesNodeAliases.model_rebuild()
|
450
|
+
RegistryVersionsPageEdgesNodeArtifactCollection.model_rebuild()
|
451
|
+
RegistryVersionsPageEdgesNodeArtifactCollectionProject.model_rebuild()
|
452
|
+
RegistryVersionsPageEdgesNodeArtifactCollectionProjectEntity.model_rebuild()
|
453
|
+
RegistryVersionsPagePageInfo.model_rebuild()
|
220
454
|
ArtifactFragment.model_rebuild()
|
455
|
+
ArtifactFragmentWithoutAliases.model_rebuild()
|
221
456
|
ArtifactTypeFragment.model_rebuild()
|
457
|
+
RegistryFragment.model_rebuild()
|
458
|
+
ArtifactFragment.model_rebuild()
|
459
|
+
ArtifactFragment.model_rebuild()
|
@@ -9,6 +9,8 @@ from pydantic import Field
|
|
9
9
|
|
10
10
|
from wandb._pydantic import GQLBase
|
11
11
|
|
12
|
+
from .fragments import MembershipWithArtifact
|
13
|
+
|
12
14
|
|
13
15
|
class LinkArtifact(GQLBase):
|
14
16
|
link_artifact: Optional[LinkArtifactLinkArtifact] = Field(alias="linkArtifact")
|
@@ -16,6 +18,10 @@ class LinkArtifact(GQLBase):
|
|
16
18
|
|
17
19
|
class LinkArtifactLinkArtifact(GQLBase):
|
18
20
|
version_index: Optional[int] = Field(alias="versionIndex")
|
21
|
+
artifact_membership: Optional[MembershipWithArtifact] = Field(
|
22
|
+
alias="artifactMembership", default=None
|
23
|
+
)
|
19
24
|
|
20
25
|
|
21
26
|
LinkArtifact.model_rebuild()
|
27
|
+
LinkArtifactLinkArtifact.model_rebuild()
|