API generation

This commit is contained in:
delvedor
2020-04-03 09:49:51 +02:00
parent df17fb99d0
commit 953a8033ab
6 changed files with 119 additions and 12 deletions

View File

@ -1430,6 +1430,10 @@ export interface AsyncSearchSubmit<T = RequestBody> extends Generic {
body?: T;
}
export interface AutoscalingDeleteAutoscalingPolicy extends Generic {
name: string;
}
export interface AutoscalingGetAutoscalingDecision extends Generic {
}
@ -1487,7 +1491,7 @@ export interface CatMlTrainedModels extends Generic {
v?: boolean;
}
export interface CatTransform extends Generic {
export interface CatTransforms extends Generic {
transform_id?: string;
from?: number;
size?: number;