Skip to content

Commit

Permalink
Deletes deprecated field and updates comment for data source url.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcra committed Dec 10, 2024
1 parent 947a790 commit 33798ee
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tensorboard/webapp/experiments/types.ts
Original file line number Diff line number Diff line change
@@ -42,13 +42,9 @@ export declare interface MetricsDataSource {
name: string;
repo_id: string;
table_id: string;
// TODO: remove this field once it's not used. Use the more generic `url`
// field below.
//
// The Datatable UI url for for Datatable data source. Format:
// https://datatable/xid/{xid}/{table_path}
datatable_uri?: string;
// 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.
url?: string;
}

0 comments on commit 33798ee

Please sign in to comment.