API generation

This commit is contained in:
delvedor
2019-11-25 17:04:37 +01:00
parent e8aebeef57
commit c40eaab038
5 changed files with 41 additions and 21 deletions

View File

@ -1610,12 +1610,13 @@ export interface MlDeleteTrainedModel extends Generic {
model_id: string;
}
export interface MlEstimateMemoryUsage<T = any> extends Generic {
export interface MlEvaluateDataFrame<T = any> extends Generic {
body: T;
}
export interface MlEvaluateDataFrame<T = any> extends Generic {
body: T;
export interface MlExplainDataFrameAnalytics<T = any> extends Generic {
id?: string;
body?: T;
}
export interface MlFindFileStructure<T = any> extends Generic {