Skip to content

Commit a0ca231

Browse files
authored
Deletes deprecated field and updates comment for data source url. (#6960)
Follow up to #6955 with an update to the doc comment from feedback in cl/702173713.
1 parent fb61958 commit a0ca231

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tensorboard/webapp/experiments/types.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,9 @@ export declare interface MetricsDataSource {
4242
name: string;
4343
repo_id: string;
4444
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.
45+
// An arbitrary url associated with this data source.
46+
// It would often be a link to another tool where the data can be viewed, but
47+
// it could also just point to some documentation, or something else relevant.
5248
url?: string;
5349
}
5450

0 commit comments

Comments
 (0)