forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add azureml schedule trigger once arm API contract in 2024-01-01-prev…
…iew (Azure#27116) * Add azureml schedule trigger once arm API contract in 2024-01-01-preview * Fix error * Prettier * Fix wording and update sample value. * Update
- Loading branch information
1 parent
6137ac9
commit 4254c79
Showing
2 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...crosoft.MachineLearningServices/preview/2024-01-01-preview/examples/Schedule/trigger.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "test-schedule", | ||
"api-version": "2024-01-01-preview", | ||
"body": { | ||
"scheduleTime": "2024-01-01T12:34:56.999Z" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"scheduleActionType": "CreateJob", | ||
"submissionId": "createjob-test-job-id" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters