API generation

This commit is contained in:
delvedor
2020-11-19 08:14:27 +01:00
parent 90f6003dd7
commit 2cf3438cca
2 changed files with 3 additions and 3 deletions

View File

@ -1824,7 +1824,7 @@ export interface MlUpdateModelSnapshot<T = RequestBody> extends Generic {
export interface MlUpgradeJobSnapshot extends Generic {
job_id: string;
snapshot_id: string;
timeout?: timevalue;
timeout?: string;
wait_for_completion?: boolean;
}