Skip to content

Commit

Permalink
Auto-generated API code
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Aug 12, 2024
1 parent 5d9fd3f commit c21e417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/api/typesWithBodyKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit c21e417

Please sign in to comment.