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 dd0245d commit 947a790Copy full SHA for 947a790
tensorboard/webapp/experiments/types.ts
@@ -42,9 +42,14 @@ 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.
52
+ url?: string;
53
}
54
55
export interface ExperimentAlias {
0 commit comments