wait_for_first_metrics
Blocks until a training run produces its first TensorBoard metric, so you know when data starts flowing. Use right after starting training to wait for the initial metrics before monitoring.
Instructions
Block until the training run produces its first TensorBoard metric data point. Use this right after starting training to know when data starts flowing. Typically takes 1-2 minutes.
Args: run_id: The run to watch. timeout: Max seconds to wait. poll_interval: Seconds between checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| timeout | No | ||
| poll_interval | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||