-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature store api's to GA version (#25594)
* Add examples * Adding feature store GA api's * Sync examples * Add examples * Converting to ProxyResource --------- Co-authored-by: Shail Paragbhai Shah <[email protected]>
- Loading branch information
Showing
20 changed files
with
6,017 additions
and
2,505 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
...rce-manager/Microsoft.MachineLearningServices/stable/2023-10-01/examples/Feature/get.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,40 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"featuresetName": "string", | ||
"featuresetVersion": "string", | ||
"featureName": "string", | ||
"api-version": "2023-10-01" | ||
}, | ||
"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" | ||
} | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...ce-manager/Microsoft.MachineLearningServices/stable/2023-10-01/examples/Feature/list.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,48 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"featuresetName": "string", | ||
"featuresetVersion": "string", | ||
"api-version": "2023-10-01", | ||
"$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" | ||
} | ||
} | ||
} | ||
} |
81 changes: 81 additions & 0 deletions
81
...ningServices/stable/2023-10-01/examples/Workspace/FeaturesetContainer/createOrUpdate.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,81 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"isArchived": false | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"isArchived": false, | ||
"latestVersion": "string", | ||
"nextVersion": "string", | ||
"provisioningState": "Updating" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999+00:48", | ||
"createdBy": "string", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999+00:48", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "Application" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"isArchived": false, | ||
"latestVersion": "string", | ||
"nextVersion": "string", | ||
"provisioningState": "Updating" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999+00:48", | ||
"createdBy": "string", | ||
"createdByType": "ManagedIdentity", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999+00:48", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "Key" | ||
} | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...hineLearningServices/stable/2023-10-01/examples/Workspace/FeaturesetContainer/delete.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": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"api-version": "2023-10-01" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
...eLearningServices/stable/2023-10-01/examples/Workspace/FeaturesetContainer/getEntity.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,40 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"api-version": "2023-10-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"isArchived": false, | ||
"latestVersion": "string", | ||
"nextVersion": "string", | ||
"provisioningState": "Deleting" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999+00:49", | ||
"createdBy": "string", | ||
"createdByType": "Application", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999+00:49", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "Key" | ||
} | ||
} | ||
} | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
...achineLearningServices/stable/2023-10-01/examples/Workspace/FeaturesetContainer/list.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,47 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"api-version": "2023-10-01", | ||
"$skipToken": "string", | ||
"tags": "string", | ||
"listViewType": "ArchivedOnly" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"isArchived": false, | ||
"latestVersion": "string", | ||
"nextVersion": "string", | ||
"provisioningState": "Canceled" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999+00:46", | ||
"createdBy": "string", | ||
"createdByType": "Application", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999+00:46", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "User" | ||
} | ||
} | ||
], | ||
"nextLink": "string" | ||
} | ||
} | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
...hineLearningServices/stable/2023-10-01/examples/Workspace/FeaturesetVersion/backfill.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,47 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"version": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"displayName": "string", | ||
"description": "string", | ||
"featureWindow": { | ||
"featureWindowStart": "2020-01-01T12:34:56.999+00:51", | ||
"featureWindowEnd": "2020-01-01T12:34:56.999+00:51" | ||
}, | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"resource": { | ||
"instanceType": "string" | ||
}, | ||
"sparkConfiguration": { | ||
"string": "string" | ||
}, | ||
"jobId": "string", | ||
"dataAvailabilityStatus": [ | ||
"None" | ||
] | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"jobIds": [ | ||
"string", | ||
"string" | ||
] | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.