Skip to content

Commit

Permalink
Adding Resources at sweep level (#25090)
Browse files Browse the repository at this point in the history
Co-authored-by: Anubha98 <anubhajain@microsoft.com>
  • Loading branch information
Anubha98 and Anubha98 authored Aug 4, 2023
1 parent 0b18643 commit b30cc24
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25545,6 +25545,15 @@
],
"x-nullable": true
},
"resources": {
"description": "Compute Resource configuration for the job.",
"default": "{}",
"$ref": "#/definitions/JobResourceConfiguration",
"x-ms-mutability": [
"create",
"read"
]
},
"samplingAlgorithm": {
"description": "[Required] The hyperparameter sampling algorithm",
"$ref": "#/definitions/SamplingAlgorithm"
Expand Down

0 comments on commit b30cc24

Please sign in to comment.