class wandb.apis.public.ConsoleLogs
Args
service_api: The service API instance used to query W&B.run: The run whose console log is read.per_page: Number of lines to fetch per request when reading the log from the beginning. Ignored whenlastis given.last: If set, fetch only the last N lines of the log in a single request instead of reading from the beginning. The backend caps how many lines one request returns, so a larger tail comes back truncated to the newest lines.