GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class Project
Project は Runs のネームスペースです。
method Project.__init__
client: W&B API クライアントのインスタンス。name(str): プロジェクト名。entity(str): プロジェクトを所有する Entity 名。
client: W&B へのクエリに使用される API クライアント。entity: プロジェクトを所有する Entity。project: クエリ対象のプロジェクト名。attrs: プロジェクトの属性。
property Project.id
property Project.path
プロジェクトのパスを返します。パスは Entity とプロジェクト名を含むリストです。 Returns:list[str]: path プロパティの値。
property Project.url
プロジェクトの URL を返します。 Returns:str: url プロパティの値。
method Project.artifacts_types
method Project.sweeps
per_page: API へのリクエストごとに取得する Sweeps の数。
Sweeps オブジェクト。これは Sweep オブジェクトの反復可能なコレクションです。