Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-python-sdk-testing.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
A project is a namespace for runs.
Args:
- client: W&B API client instance.
- entity: The entity name that owns the project.
- project: The name of the project.
- attrs: A dictionary of project attributes, typically obtained from a GraphQL response.
Properties:
owner
Returns the project owner as a User object.
Raises:
ValueError: when no user information is found for the project.
path
Returns the path of the project. The path is a list containing the
entity and project name.
url
Returns the URL of the project.
Returns the unique identifier of the project.
Methods:
artifacts_types
Returns all artifact types associated with this project.
collections
Returns all artifact collections associated with this project.
display
Display this object in jupyter.
sweeps
Return a paginated collection of sweeps in this project.