Skip to main content

Class wandb.apis.public.Registry

property allow_all_artifact_types

Return whether all artifact types are allowed in the registry. If True, artifacts of any type can be added. If False, artifacts are restricted to the types listed in artifact_types.

property artifact_types

Returns the artifact types allowed in the registry. If allow_all_artifact_types is True then artifact_types reflects the types previously saved or currently used in the registry. If allow_all_artifact_types is False then artifacts are restricted to the types in artifact_types. Note: Previously saved artifact types cannot be removed.

property created_at

Timestamp of when the registry was created.

property description

Description of the registry.

property entity

Organization entity of the registry.

property full_name

Full name of the registry including the wandb-registry- prefix.

property id

The unique ID for this registry.

property name

Name of the registry without the wandb-registry- prefix.

property organization

Organization name of the registry.

property path

property updated_at

Timestamp of when the registry was last updated.

property visibility

Visibility of the registry.