mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
ML extension - Improving predict parameter mapping experience (#10264)
This commit is contained in:
@@ -10,6 +10,7 @@ export interface TableColumn {
|
||||
|
||||
export interface PredictColumn extends TableColumn {
|
||||
paramName?: string;
|
||||
paramType?: string;
|
||||
}
|
||||
|
||||
export interface DatabaseTable {
|
||||
|
||||
Reference in New Issue
Block a user