Skip to content

Commit

Permalink
[Search] Specify some renames for Aml skill in the client SDKs (Azure…
Browse files Browse the repository at this point in the history
…#17541)

* Specify some renames for the client SDKs

* Fix typo in a description
  • Loading branch information
Mohit-Chakraborty authored and mstrisoline committed Feb 1, 2022
1 parent 9a460c9 commit 5c6bed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
"type": "number",
"format": "double",
"readOnly": true,
"description": "The score value represents how relevant the answer is to the the query relative to other answers returned for the query."
"description": "The score value represents how relevant the answer is to the query relative to other answers returned for the query."
},
"key": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8572,6 +8572,7 @@
"description": "A dictionary of http request headers."
},
"AmlSkill": {
"x-ms-client-name": "AzureMachineLearningSkill",
"x-ms-discriminator-value": "#Microsoft.Skills.Custom.AmlSkill",
"allOf": [
{
Expand All @@ -8580,11 +8581,13 @@
],
"properties": {
"uri": {
"x-ms-client-name": "ScoringUri",
"type": "string",
"x-nullable": true,
"description": "(Required for no authentication or key authentication) The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed."
},
"key": {
"x-ms-client-name": "AuthenticationKey",
"type": "string",
"x-nullable": true,
"description": "(Required for key authentication) The key for the AML service."
Expand Down

0 comments on commit 5c6bed4

Please sign in to comment.