list tensorboard

The list tensorboard command lists the tensorboard URL for a specific ML model or for all ML models within the current working project.

Syntax

list tensorboard <model name>[,<run id>]

Parameters

Parameter
Description

<model name>

The name of the ML model

<run id>

The specific training run identifier

Example

list tensorboard trip_fare_2_ml_model,1

Last updated