Methods
get
get
delete
delete
list
list
List artifacts with optional filtering by FQN, ML Repo, name, or run ID.
Parameters
typing.Optional[str]
Fully qualified name to filter artifacts by (format: ’://’)
typing.Optional[str]
ID of the ML Repo to filter artifacts by
typing.Optional[str]
Name of the artifact to filter by
typing.Optional[int]
Number of artifacts to skip for pagination
typing.Optional[int]
Maximum number of artifacts to return
typing.Optional[str]
ID of the run to filter artifacts by
typing.Optional[bool]
Whether to include artifacts that have no versions
Returns
SyncPager[Artifact, ListArtifactsResponse]
🔗 ListArtifactsResponseList of artifacts matching the query with pagination information
Usage
create_or_update
create_or_update
Create or update an artifact version.
Parameters
ArtifactManifest
required
🔗 ArtifactManifestManifest containing metadata for the artifact to apply
Returns
GetArtifactVersionResponse
🔗 GetArtifactVersionResponseThe created or updated artifact version