forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create new preview branch and bump version (Azure#7388)
* Create new preview branch and bump version * Add more files * Update readme.md * Create cancelHyperDriveExperiment.json * Add files via upload * Restore readme.md * Update readme.md * Update datastore.json * Revert DataStore json changes * Update operationId for several service jsons (#1) * Update datastore.json * Update execution.json * Update hyperdrive.json
- Loading branch information
Showing
13 changed files
with
10,401 additions
and
2 deletions.
There are no files selected for viewing
1,546 changes: 1,546 additions & 0 deletions
1,546
...ingservices/data-plane/Microsoft.MachineLearningServices/preview/2019-09-30/artifact.json
Large diffs are not rendered by default.
Oops, something went wrong.
925 changes: 925 additions & 0 deletions
925
...ngservices/data-plane/Microsoft.MachineLearningServices/preview/2019-09-30/datastore.json
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
...osoft.MachineLearningServices/preview/2019-09-30/examples/cancelHyperDriveExperiment.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,16 @@ | ||
{ | ||
"parameters": { | ||
"region": "eastus", | ||
"dnsSuffix": "api.azureml.ms", | ||
"armScope": "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace/experiments/demo_experiment", | ||
"runId": "demorun_1558388311" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"code": 200, | ||
"result": "Cancellation requested for demorun_1558388311" | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...plane/Microsoft.MachineLearningServices/preview/2019-09-30/examples/cancelRunWithUri.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,18 @@ | ||
{ | ||
"parameters": { | ||
"region": "eastus", | ||
"dnsSuffix": "api.azureml.ms", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "demo_resource_group", | ||
"workspaceName": "demo_workspace", | ||
"experimentName": "demo_experiment", | ||
"runId": "demorun_15501234342_0" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"runId": "demorun_15501234342_0" | ||
} | ||
} | ||
} | ||
} |
49 changes: 49 additions & 0 deletions
49
...osoft.MachineLearningServices/preview/2019-09-30/examples/createHyperDriveExperiment.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,49 @@ | ||
{ | ||
"parameters": { | ||
"region": "eastus", | ||
"dnsSuffix": "api.azureml.ms", | ||
"armScope": "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/demo_resource_group/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace/experiments/demo_experiment", | ||
"config": "multipart-form-data" | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"code": 201, | ||
"result": { | ||
"all_jobs_generated": false, | ||
"cancellation_requested": false, | ||
"created": "2019-05-23T20:00:00.0Z", | ||
"created_by_user_id": 0, | ||
"description": null, | ||
"experiment_id": "demo_experiment_1", | ||
"experiment_uri": null, | ||
"generator_config": { | ||
"name": "BAYESIANOPTIMIZATION", | ||
"parameter_space": { | ||
"--param1": ["uniform", [0, 1]] | ||
} | ||
}, | ||
"max_concurrent_jobs": 1, | ||
"max_duration_minutes": 10080, | ||
"max_total_jobs": 4, | ||
"modified": "2019-05-23T20:00:00.0Z", | ||
"name": "demo_experiment", | ||
"platform": "AML", | ||
"platform_config": { | ||
}, | ||
"policy_config": { | ||
"name": "DEFAULT" | ||
}, | ||
"primary_metric_config": { | ||
"name": "accuracy", | ||
"goal": "MAXIMIZE" | ||
}, | ||
"status": "Running", | ||
"study_id": 0, | ||
"study_uri": null, | ||
"hyperdrive_run_id": "" | ||
} | ||
} | ||
} | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...ta-plane/Microsoft.MachineLearningServices/preview/2019-09-30/examples/startLocalRun.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,54 @@ | ||
{ | ||
"parameters": { | ||
"region": "eastus", | ||
"dnsSuffix": "api.azureml.ms", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "demo_resource_group", | ||
"workspaceName": "demo_workspace", | ||
"experimentName": "demo_experiment", | ||
"definition": { | ||
"snapshotId": "00000000-0000-0000-0000-000000000000", | ||
"configuration": { | ||
"script": "findsquare.py", | ||
"arguments": [ | ||
"234" | ||
], | ||
"framework": "Python", | ||
"communicator": "None", | ||
"target": "batchai", | ||
"maxRunDurationSeconds": 1200, | ||
"nodeCount": 1, | ||
"environment": { | ||
"python": { | ||
"interpreterPath": "python", | ||
"userManagedDependencies": false, | ||
"condaDependencies": { | ||
"name": "project_environment", | ||
"dependencies": [ | ||
"python=3.6.2", | ||
{ | ||
"pip": [ | ||
"azureml-defaults" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"docker": { | ||
"baseImage": "mcr.microsoft.com/azureml/base:0.2.2" | ||
} | ||
}, | ||
"history": { | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"schema": { | ||
"format": "byte", | ||
"type": "file" | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...es/data-plane/Microsoft.MachineLearningServices/preview/2019-09-30/examples/startRun.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,19 @@ | ||
{ | ||
"parameters": { | ||
"region": "eastus", | ||
"dnsSuffix": "api.azureml.ms", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "demo_resource_group", | ||
"workspaceName": "demo_workspace", | ||
"experimentName": "demo_experiment", | ||
"runDefinitionFile": "multipart-form-data", | ||
"projectZipFile": "multipart-form-data" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"runId": "demorun_15501234342_0" | ||
} | ||
} | ||
} | ||
} |
53 changes: 53 additions & 0 deletions
53
...plane/Microsoft.MachineLearningServices/preview/2019-09-30/examples/startSnapshotRun.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,53 @@ | ||
{ | ||
"parameters": { | ||
"region": "eastus", | ||
"dnsSuffix": "api.azureml.ms", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "demo_resource_group", | ||
"workspaceName": "demo_workspace", | ||
"experimentName": "demo_experiment", | ||
"definition": { | ||
"snapshotId": "00000000-0000-0000-0000-000000000000", | ||
"configuration": { | ||
"script": "findsquare.py", | ||
"arguments": [ | ||
"234" | ||
], | ||
"framework": "Python", | ||
"communicator": "None", | ||
"target": "batchai", | ||
"maxRunDurationSeconds": 1200, | ||
"nodeCount": 1, | ||
"environment": { | ||
"python": { | ||
"interpreterPath": "python", | ||
"userManagedDependencies": false, | ||
"condaDependencies": { | ||
"name": "project_environment", | ||
"dependencies": [ | ||
"python=3.6.2", | ||
{ | ||
"pip": [ | ||
"azureml-defaults" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"docker": { | ||
"baseImage": "mcr.microsoft.com/azureml/base:0.2.2" | ||
} | ||
}, | ||
"history": { | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"runId": "demorun_15501234342_0" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.