Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFE April-preview 2023 staging #23165

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2752,4 +2752,7 @@ remediatable
Overprovisioning
Unprepares
Unpreparing

Pearsons
Smirnov
Kolmogorov
Wasserstein
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down Expand Up @@ -75,7 +78,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen1",
"storeName": "string"
Expand Down Expand Up @@ -79,7 +82,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen1",
"storeName": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen2",
"filesystem": "string",
Expand Down Expand Up @@ -85,7 +88,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen2",
"filesystem": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
},
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureFile",
"accountName": "string",
Expand Down Expand Up @@ -73,7 +76,10 @@
},
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureFile",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"featuresetName": "string",
"featuresetVersion": "string",
"featureName": "string",
"api-version": "2023-04-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"featureName": "string",
"dataType": "Float"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:51",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:51",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"featuresetName": "string",
"featuresetVersion": "string",
"api-version": "2023-04-01-preview",
"$skipToken": "string",
"tags": "string",
"featureName": "string",
"description": "string"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"featureName": "string",
"dataType": "Boolean"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:50",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:50",
"lastModifiedBy": "string",
"lastModifiedByType": "ManagedIdentity"
}
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"id": "string",
"api-version": "2023-04-01-preview",
"body": {
"properties": {
"notificationSetting": {
"webhooks": {
"string": {
"eventType": "string",
"webhookType": "AzureDevOps"
}
}
}
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"displayName": "string",
"status": "Canceled",
"experimentName": "string",
"services": {
"string": {
"jobServiceType": "string",
"port": 1,
"endpoint": "string",
"status": "string",
"errorMessage": "string",
"properties": {
"string": "string"
},
"nodes": {
"nodesValueType": "All"
}
}
},
"computeId": "string",
"isArchived": false,
"identity": {
"identityType": "AMLToken"
},
"componentId": "string",
"notificationSetting": {
"emails": [
"string"
],
"emailOn": [
"JobCompleted"
],
"webhooks": {
"string": {
"eventType": "string",
"webhookType": "AzureDevOps"
}
}
},
"secretsConfiguration": {
"string": {
"workspaceSecretName": "string",
"uri": null
}
},
"jobType": "Command",
"resources": {
"instanceCount": 1,
"maxInstanceCount": 1,
"instanceType": "string",
"locations": [
"string"
],
"properties": {
"string": {
"00cac5bf-6a80-4db4-9c7f-1feebe8c21c8": null
}
},
"shmSize": "2g",
"dockerArgs": "string"
},
"codeId": "string",
"command": "string",
"environmentId": "string",
"inputs": {
"string": {
"description": "string",
"jobInputType": "literal",
"value": "string"
}
},
"outputs": {
"string": {
"description": "string",
"uri": "string",
"assetName": "string",
"assetVersion": "string",
"mode": "Upload",
"autoDeleteSetting": {
"condition": "CreatedGreaterThan",
"value": "string"
},
"jobOutputType": "uri_file"
}
},
"distribution": {
"distributionType": "TensorFlow",
"workerCount": 1,
"parameterServerCount": 1
},
"autologgerSettings": {
"mlflowAutologger": "Enabled"
},
"limits": {
"timeout": "PT5M",
"jobLimitsType": "Command"
},
"environmentVariables": {
"string": "string"
},
"parameters": {
"6f851dd9-5a2d-4bd7-8a67-3b0e6a075bdb": null
},
"queueSettings": {
"jobTier": "Premium",
"priority": 1
}
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:44",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:44",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
}
}
}
Loading