add
family of functions. Once the artifact has all the desired files, you can call wandb.log_artifact()
to log it.name
use_artifact
calls. Names can contain letters, numbers, underscores, hyphens, and dots. The name must be unique across a project.type
dataset
or model
, but you can use any string containing letters, numbers, underscores, hyphens, and dots.description
metadata
Exception
Artifact
object.aliases
save()
will persist all alias changes.commit_hash
description
digest
latest
version, then log_artifact
is a no-op.entity
id
manifest
metadata
name
project
size
state
type
version
version
will be 'v0'.add
obj
to the artifact.obj
name
ArtifactManifestEntry
add_dir
local_path
name
Exception
add_file
local_path
name
is_tmp
Exception
ArtifactManifestEntry
add_reference
download()
can be used regardless of whether the artifact contains references or uploaded files.Content-Length
and the ETag
response headers returned by the server.uri
name
checksum
max_objects
Exception
checkout
root
that are not included in the artifact.root
delete
download
root
are left untouched. Explicitly delete root before calling download
if you want the contents of root
to exactly match the artifact.root
recursive
finalize
log_artifact
.get
name
.use_artifact
, fetched using the API, or wait()
has been called.name
Exception
get_added_local_path_name
local_path
str
get_path
name
.use_artifact
, fetched using the API, or wait()
has been called.name
Exception
json_encode
logged_by
new_file
name
mode
save
project
settings
used_by
verify
root
match the expected contents of the artifact according to its manifest.root
wait
__getitem__
name
.use_artifact
, fetched using the API, or wait()
has been called.name
Exception