Class wandb.apis.public.Registry
property allow_all_artifact_types
Return whether all artifact types are allowed in the registry. IfTrue, 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. Ifallow_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 thewandb-registry- prefix.
property id
The unique ID for this registry.property name
Name of the registry without thewandb-registry- prefix.