We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dc92f3 + baa3ef9 commit a40ce47Copy full SHA for a40ce47
specification/ml/post_data/MlPostJobDataResponse.ts
@@ -29,6 +29,9 @@ export class Response {
29
input_bytes: long
30
input_field_count: long
31
invalid_date_count: long
32
+ job_id: Id
33
+ last_data_time?: EpochTime<UnitMillis>
34
+ latest_record_timestamp?: EpochTime<UnitMillis>
35
missing_field_count: long
36
out_of_order_timestamp_count: long
37
empty_bucket_count: long
0 commit comments