File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 CompareStudiesPlotType ,
55 CreateNewStudyResponse ,
66 FeedbackComponentType ,
7+ GeneratePlotlyGraphQueryRequest ,
8+ GeneratePlotlyGraphQueryResponse ,
79 ParamImportancesResponse ,
810 PlotResponse ,
911 PlotType ,
@@ -309,4 +311,11 @@ export class JupyterlabAPIClient extends APIClient {
309311 "Trial filter query is not implemented in JupyterLab API client."
310312 )
311313 }
314+ callGeneratePlotlyGraphQuery (
315+ request : GeneratePlotlyGraphQueryRequest
316+ ) : Promise < GeneratePlotlyGraphQueryResponse > {
317+ throw new Error (
318+ "Generate plotly graph query is not implemented in JupyterLab API client."
319+ )
320+ }
312321}
Original file line number Diff line number Diff line change 33 APIMeta ,
44 CompareStudiesPlotType ,
55 CreateNewStudyResponse ,
6+ GeneratePlotlyGraphQueryRequest ,
7+ GeneratePlotlyGraphQueryResponse ,
68 ParamImportancesResponse ,
79 PlotResponse ,
810 PlotType ,
@@ -59,6 +61,8 @@ export {
5961 Trial ,
6062 TrialFilterQueryResponse ,
6163 TrialFilterQueryRequest ,
64+ GeneratePlotlyGraphQueryRequest ,
65+ GeneratePlotlyGraphQueryResponse ,
6266 CompareStudiesPlotType ,
6367 PlotType ,
6468 PlotResponse ,
You can’t perform that action at this time.
0 commit comments