Skip to content

Commit

Permalink
remove EventLog and change data
Browse files Browse the repository at this point in the history
  • Loading branch information
raushan2016 committed Sep 22, 2023
1 parent 5cf2c7f commit 907011c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19166,8 +19166,6 @@
"description": "Gets or sets the actual number of endpoints in the group.",
"default": 0,
"type": "integer"
},
"x-nullable": true
},
"requestedCapacity": {
"format": "int32",
Expand Down Expand Up @@ -20358,7 +20356,7 @@
"default": 0,
"type": "integer"
},
"metaData": {
"metadata": {
"description": "Metadata for the inference group.",
"type": "string",
"x-nullable": true
Expand Down Expand Up @@ -25295,8 +25293,6 @@
"description": "Gets or sets the actual number of instances in the pool.",
"default": 0,
"type": "integer"
},
"x-nullable": true
},
"groupCount": {
"format": "int32",
Expand Down

0 comments on commit 907011c

Please sign in to comment.