メインコンテンツまでスキップ

Import & Export API

Classes

class Api: wandb サーバーにクエリを投げるために使用されます。

class File: File は wandb によって保存されたファイルに関連するクラスです。

class Files: File オブジェクトの反復可能なコレクションです。

class Job

class Project: Project は run の名前空間です。

class Projects: Project オブジェクトの反復可能なコレクションです。

class QueuedRun: Entity と Project に関連する単一のキューに入った run です。run = queued_run.wait_until_running() または run = queued_run.wait_until_finished() を呼び出して run にアクセスします。

class Run: Entity と Project に関連する単一の run です。

class RunQueue

class Runs: Project とオプションのフィルターに関連する反復可能な run のコレクションです。

class Sweep: sweep に関連する一連の run です。

On this page
Was this page helpful?👍👎