Skip to content

Commit

Permalink
Create new preview branch and bump version (Azure#7388)
Browse files Browse the repository at this point in the history
* 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
pgmisc authored and lirenhe committed Oct 8, 2019
1 parent 3abf6da commit ac46803
Show file tree
Hide file tree
Showing 13 changed files with 10,401 additions and 2 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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"
}
}
}
}
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"
}
}
}
}
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": ""
}
}
}
}
}
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"
}
}
}
}
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"
}
}
}
}
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"
}
}
}
}
Loading

0 comments on commit ac46803

Please sign in to comment.