Auto-generated code for 8.14 (#2327)

This commit is contained in:
Elastic Machine
2024-08-13 01:36:42 +10:00
committed by GitHub
parent 5d9fd3f418
commit f18944f268
2 changed files with 4 additions and 4 deletions

View File

@ -13753,7 +13753,7 @@ export interface MlTrainedModelDeploymentStats {
error_count: integer
inference_count: integer
model_id: Id
nodes: MlTrainedModelDeploymentNodesStats
nodes: MlTrainedModelDeploymentNodesStats[]
number_of_allocations: integer
queue_capacity: integer
rejected_execution_count: integer
@ -13788,7 +13788,7 @@ export interface MlTrainedModelInferenceStats {
failure_count: integer
inference_count: integer
missing_all_fields_count: integer
timestamp: DateTime
timestamp: EpochTime<UnitMillis>
}
export interface MlTrainedModelLocation {

View File

@ -13988,7 +13988,7 @@ export interface MlTrainedModelDeploymentStats {
error_count: integer
inference_count: integer
model_id: Id
nodes: MlTrainedModelDeploymentNodesStats
nodes: MlTrainedModelDeploymentNodesStats[]
number_of_allocations: integer
queue_capacity: integer
rejected_execution_count: integer
@ -14023,7 +14023,7 @@ export interface MlTrainedModelInferenceStats {
failure_count: integer
inference_count: integer
missing_all_fields_count: integer
timestamp: DateTime
timestamp: EpochTime<UnitMillis>
}
export interface MlTrainedModelLocation {