Skip to content

Commit 077245f

Browse files
author
spalger
committed
[ml] job_version is a semver version for the ML api https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html
1 parent 91363de commit 077245f

File tree

1 file changed

+0
-1
lines changed
  • x-pack/plugins/ml/common/types

1 file changed

+0
-1
lines changed

x-pack/plugins/ml/common/types/jobs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export interface MlJob {
2929
finished_time: number;
3030
job_id: string;
3131
job_type: string;
32-
// TODO-VERSION
3332
job_version: string;
3433
model_plot_config: object;
3534
model_size_stats: object;

0 commit comments

Comments
 (0)