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