Skip to content

Commit

Permalink
Update specification/ml/post_data/MlPostJobDataResponse.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
l-trotta and pquentin authored Dec 9, 2024
1 parent 9fa122e commit baa3ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/ml/post_data/MlPostJobDataResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Response {
input_record_count: long
invalid_date_count: long
job_id: Id
last_data_time?: integer
last_data_time?: EpochTime<UnitMillis>
latest_record_timestamp?: EpochTime<UnitMillis>
missing_field_count: long
out_of_order_timestamp_count: long
Expand Down

0 comments on commit baa3ef9

Please sign in to comment.