We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb61958 commit a0ca231Copy full SHA for a0ca231
tensorboard/webapp/experiments/types.ts
@@ -42,13 +42,9 @@ export declare interface MetricsDataSource {
42
name: string;
43
repo_id: string;
44
table_id: string;
45
- // TODO: remove this field once it's not used. Use the more generic `url`
46
- // field below.
47
- //
48
- // The Datatable UI url for for Datatable data source. Format:
49
- // https://datatable/xid/{xid}/{table_path}
50
- datatable_uri?: string;
51
- // An (often external) url associated with this data source.
+ // An arbitrary url associated with this data source.
+ // It would often be a link to another tool where the data can be viewed, but
+ // it could also just point to some documentation, or something else relevant.
52
url?: string;
53
}
54
0 commit comments