Skip to content

Commit

Permalink
Add feature store api's to GA version (#25594)
Browse files Browse the repository at this point in the history
* 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
shail2208 and Shail Paragbhai Shah authored Sep 22, 2023
1 parent 850fd23 commit 0479ab1
Show file tree
Hide file tree
Showing 20 changed files with 6,017 additions and 2,505 deletions.
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"
}
}
}
}
}
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"
}
}
}
}
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"
}
}
}
}
}
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": {}
}
}
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"
}
}
}
}
}
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"
}
}
}
}
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"
}
}
}
}
Loading

0 comments on commit 0479ab1

Please sign in to comment.