Skip to content

Commit

Permalink
fix swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Raushan Kumar committed Sep 15, 2023
1 parent 219a9f9 commit af94a88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"initialDelay": "PT5M"
}
},
"nodeSKUType": "string",
"nodeSkuType": "string",
"requestConfiguration": {
"requestTimeout": "PT5M",
"maxConcurrentRequestsPerInstance": 1
Expand Down Expand Up @@ -113,7 +113,7 @@
"initialDelay": "PT5M"
}
},
"nodeSKUType": "string",
"nodeSkuType": "string",
"requestConfiguration": {
"requestTimeout": "PT5M",
"maxConcurrentRequestsPerInstance": 1
Expand Down Expand Up @@ -196,7 +196,7 @@
"initialDelay": "PT5M"
}
},
"nodeSKUType": "string",
"nodeSkuType": "string",
"requestConfiguration": {
"requestTimeout": "PT5M",
"maxConcurrentRequestsPerInstance": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"initialDelay": "PT5M"
}
},
"nodeSKUType": "string",
"nodeSkuType": "string",
"requestConfiguration": {
"requestTimeout": "PT5M",
"maxConcurrentRequestsPerInstance": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"initialDelay": "PT5M"
}
},
"nodeSKUType": "string",
"nodeSkuType": "string",
"requestConfiguration": {
"requestTimeout": "PT5M",
"maxConcurrentRequestsPerInstance": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"initialDelay": "PT5M"
}
},
"nodeSKUType": "string",
"nodeSkuType": "string",
"requestConfiguration": {
"requestTimeout": "PT5M",
"maxConcurrentRequestsPerInstance": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17467,7 +17467,7 @@
},
"scoringUri": {
"format": "uri",
"description": "Endpoint URI.",
"description": "Endpoint URI for the inference endpoint.",
"type": "string",
"readOnly": true,
"x-ms-mutability": [
Expand Down Expand Up @@ -20248,7 +20248,7 @@
},
"endpointUri": {
"format": "uri",
"description": "Endpoint URI.",
"description": "Endpoint URI for the inference endpoint.",
"type": "string",
"readOnly": true,
"x-ms-mutability": [
Expand Down Expand Up @@ -20475,7 +20475,7 @@
"InferencePool": {
"description": "Inference pool configuration",
"required": [
"nodeSKUType"
"nodeSkuType"
],
"type": "object",
"allOf": [
Expand All @@ -20499,7 +20499,7 @@
"$ref": "#/definitions/PoolModelConfiguration",
"x-nullable": true
},
"nodeSKUType": {
"nodeSkuType": {
"description": "[Required] Compute instance type.",
"minLength": 1,
"pattern": "[a-zA-Z0-9_]",
Expand Down

0 comments on commit af94a88

Please sign in to comment.