@azure/arm-machinelearning 2.0.1-alpha.20221020.1 → 2.1.0-alpha.20221101.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +173 -10
- package/dist/index.js +6417 -3094
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsGetSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsListSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsListKeysSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsListSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersListSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersListSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/computeCreateOrUpdateSample.js +60 -8
- package/dist-esm/samples-dev/computeCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/computeDeleteSample.js +1 -1
- package/dist-esm/samples-dev/computeGetSample.js +4 -4
- package/dist-esm/samples-dev/computeListKeysSample.js +1 -1
- package/dist-esm/samples-dev/computeListNodesSample.js +1 -1
- package/dist-esm/samples-dev/computeListSample.js +1 -1
- package/dist-esm/samples-dev/computeRestartSample.js +1 -1
- package/dist-esm/samples-dev/computeStartSample.js +1 -1
- package/dist-esm/samples-dev/computeStopSample.js +1 -1
- package/dist-esm/samples-dev/computeUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersListSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/datastoresDeleteSample.js +1 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +1 -1
- package/dist-esm/samples-dev/datastoresListSample.js +1 -1
- package/dist-esm/samples-dev/datastoresListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersListSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/jobsCancelSample.js +1 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +66 -3
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/jobsGetSample.js +22 -3
- package/dist-esm/samples-dev/jobsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsListSample.js +44 -12
- package/dist-esm/samples-dev/jobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/modelContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/modelContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/modelContainersListSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsGetSample.js +2 -2
- package/dist-esm/samples-dev/onlineDeploymentsListSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +2 -2
- package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsListSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/quotasListSample.js +1 -1
- package/dist-esm/samples-dev/quotasUpdateSample.js +1 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +54 -0
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/schedulesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesGetSample.js +32 -0
- package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/schedulesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesListSample.js +45 -0
- package/dist-esm/samples-dev/schedulesListSample.js.map +1 -0
- package/dist-esm/samples-dev/usagesListSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachineSizesListSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/workspaceFeaturesListSample.js +1 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/workspacesDiagnoseSample.js +1 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js +1 -1
- package/dist-esm/samples-dev/workspacesResyncKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +1 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.d.ts +2 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.d.ts.map +1 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.js +4 -3
- package/dist-esm/src/azureMachineLearningWorkspaces.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +2177 -118
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +645 -42
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +107 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +3218 -915
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +15 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/schedules.d.ts +81 -0
- package/dist-esm/src/operations/schedules.d.ts.map +1 -0
- package/dist-esm/src/operations/schedules.js +343 -0
- package/dist-esm/src/operations/schedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
- package/package.json +3 -2
- package/review/arm-machinelearning.api.md +1033 -11
- package/src/azureMachineLearningWorkspaces.ts +6 -2
- package/src/models/index.ts +2662 -410
- package/src/models/mappers.ts +4026 -1470
- package/src/models/parameters.ts +18 -2
- package/src/operations/index.ts +1 -0
- package/src/operations/schedules.ts +476 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/schedules.ts +109 -0
- package/types/arm-machinelearning.d.ts +2348 -80
- package/types/tsdoc-metadata.json +1 -1
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Creates/updates a batch inference deployment (asynchronous).
|
|
15
15
|
*
|
|
16
16
|
* @summary Creates/updates a batch inference deployment (asynchronous).
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/createOrUpdate.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateBatchDeployment() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Delete Batch Inference deployment (asynchronous).
|
|
15
15
|
*
|
|
16
16
|
* @summary Delete Batch Inference deployment (asynchronous).
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteBatchDeployment() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets a batch inference deployment by id.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets a batch inference deployment by id.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/get.json
|
|
18
18
|
*/
|
|
19
19
|
function getBatchDeployment() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Lists Batch inference deployments in the workspace.
|
|
15
15
|
*
|
|
16
16
|
* @summary Lists Batch inference deployments in the workspace.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/list.json
|
|
18
18
|
*/
|
|
19
19
|
function listBatchDeployment() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Update a batch inference deployment (asynchronous).
|
|
15
15
|
*
|
|
16
16
|
* @summary Update a batch inference deployment (asynchronous).
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/update.json
|
|
18
18
|
*/
|
|
19
19
|
function updateBatchDeployment() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Creates a batch inference endpoint (asynchronous).
|
|
15
15
|
*
|
|
16
16
|
* @summary Creates a batch inference endpoint (asynchronous).
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/createOrUpdate.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateBatchEndpoint() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Delete Batch Inference Endpoint (asynchronous).
|
|
15
15
|
*
|
|
16
16
|
* @summary Delete Batch Inference Endpoint (asynchronous).
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteBatchEndpoint() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets a batch inference endpoint by name.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets a batch inference endpoint by name.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/get.json
|
|
18
18
|
*/
|
|
19
19
|
function getBatchEndpoint() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Lists batch Inference Endpoint keys.
|
|
15
15
|
*
|
|
16
16
|
* @summary Lists batch Inference Endpoint keys.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/listKeys.json
|
|
18
18
|
*/
|
|
19
19
|
function listKeysBatchEndpoint() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Lists Batch inference endpoint in the workspace.
|
|
15
15
|
*
|
|
16
16
|
* @summary Lists Batch inference endpoint in the workspace.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/list.json
|
|
18
18
|
*/
|
|
19
19
|
function listBatchEndpoint() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Update a batch inference endpoint (asynchronous).
|
|
15
15
|
*
|
|
16
16
|
* @summary Update a batch inference endpoint (asynchronous).
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/update.json
|
|
18
18
|
*/
|
|
19
19
|
function updateBatchEndpoint() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Create or update container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Create or update container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/createOrUpdate.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateCodeContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Delete container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Delete container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteCodeContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Get container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Get container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/get.json
|
|
18
18
|
*/
|
|
19
19
|
function getCodeContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to List containers.
|
|
15
15
|
*
|
|
16
16
|
* @summary List containers.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeContainer/list.json
|
|
18
18
|
*/
|
|
19
19
|
function listCodeContainer() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Create or update version.
|
|
15
15
|
*
|
|
16
16
|
* @summary Create or update version.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/createOrUpdate.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateCodeVersion() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Delete version.
|
|
15
15
|
*
|
|
16
16
|
* @summary Delete version.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteCodeVersion() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Get version.
|
|
15
15
|
*
|
|
16
16
|
* @summary Get version.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/get.json
|
|
18
18
|
*/
|
|
19
19
|
function getCodeVersion() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to List versions.
|
|
15
15
|
*
|
|
16
16
|
* @summary List versions.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/CodeVersion/list.json
|
|
18
18
|
*/
|
|
19
19
|
function listCodeVersion() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Create or update container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Create or update container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/createOrUpdate.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateComponentContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Delete container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Delete container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteComponentContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Get container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Get container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/get.json
|
|
18
18
|
*/
|
|
19
19
|
function getComponentContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to List component containers.
|
|
15
15
|
*
|
|
16
16
|
* @summary List component containers.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentContainer/list.json
|
|
18
18
|
*/
|
|
19
19
|
function listComponentContainer() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Create or update version.
|
|
15
15
|
*
|
|
16
16
|
* @summary Create or update version.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/createOrUpdate.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateComponentVersion() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Delete version.
|
|
15
15
|
*
|
|
16
16
|
* @summary Delete version.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteComponentVersion() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Get version.
|
|
15
15
|
*
|
|
16
16
|
* @summary Get version.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/get.json
|
|
18
18
|
*/
|
|
19
19
|
function getComponentVersion() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to List component versions.
|
|
15
15
|
*
|
|
16
16
|
* @summary List component versions.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/ComponentVersion/list.json
|
|
18
18
|
*/
|
|
19
19
|
function listComponentVersion() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
15
15
|
*
|
|
16
16
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/KubernetesCompute.json
|
|
18
18
|
*/
|
|
19
19
|
function attachAKubernetesCompute() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -54,7 +54,7 @@ attachAKubernetesCompute().catch(console.error);
|
|
|
54
54
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
55
55
|
*
|
|
56
56
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
57
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
57
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/BasicAmlCompute.json
|
|
58
58
|
*/
|
|
59
59
|
function createAAmlCompute() {
|
|
60
60
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -95,7 +95,7 @@ createAAmlCompute().catch(console.error);
|
|
|
95
95
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
96
96
|
*
|
|
97
97
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
98
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
98
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/BasicDataFactoryCompute.json
|
|
99
99
|
*/
|
|
100
100
|
function createADataFactoryCompute() {
|
|
101
101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -118,7 +118,7 @@ createADataFactoryCompute().catch(console.error);
|
|
|
118
118
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
119
119
|
*
|
|
120
120
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
121
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
121
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/BasicAKSCompute.json
|
|
122
122
|
*/
|
|
123
123
|
function createAnAksCompute() {
|
|
124
124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -141,7 +141,7 @@ createAnAksCompute().catch(console.error);
|
|
|
141
141
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
142
142
|
*
|
|
143
143
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
144
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
144
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/ComputeInstance.json
|
|
145
145
|
*/
|
|
146
146
|
function createAnComputeInstanceCompute() {
|
|
147
147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -179,7 +179,59 @@ createAnComputeInstanceCompute().catch(console.error);
|
|
|
179
179
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
180
180
|
*
|
|
181
181
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
182
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
182
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/ComputeInstanceWithSchedules.json
|
|
183
|
+
*/
|
|
184
|
+
function createAnComputeInstanceComputeWithSchedules() {
|
|
185
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
186
|
+
const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
|
|
187
|
+
const resourceGroupName = "testrg123";
|
|
188
|
+
const workspaceName = "workspaces123";
|
|
189
|
+
const computeName = "compute123";
|
|
190
|
+
const parameters = {
|
|
191
|
+
location: "eastus",
|
|
192
|
+
properties: {
|
|
193
|
+
computeType: "ComputeInstance",
|
|
194
|
+
properties: {
|
|
195
|
+
applicationSharingPolicy: "Personal",
|
|
196
|
+
computeInstanceAuthorizationType: "personal",
|
|
197
|
+
personalComputeInstanceSettings: {
|
|
198
|
+
assignedUser: {
|
|
199
|
+
objectId: "00000000-0000-0000-0000-000000000000",
|
|
200
|
+
tenantId: "00000000-0000-0000-0000-000000000000"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
schedules: {
|
|
204
|
+
computeStartStop: [
|
|
205
|
+
{
|
|
206
|
+
action: "Stop",
|
|
207
|
+
cron: {
|
|
208
|
+
triggerType: "Cron",
|
|
209
|
+
expression: "0 18 * * *",
|
|
210
|
+
startTime: "2021-04-23T01:30:00",
|
|
211
|
+
timeZone: "Pacific Time"
|
|
212
|
+
},
|
|
213
|
+
status: "Enabled",
|
|
214
|
+
triggerType: "Cron"
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
sshSettings: { sshPublicAccess: "Disabled" },
|
|
219
|
+
vmSize: "STANDARD_NC6"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
const credential = new DefaultAzureCredential();
|
|
224
|
+
const client = new AzureMachineLearningWorkspaces(credential, subscriptionId);
|
|
225
|
+
const result = yield client.computeOperations.beginCreateOrUpdateAndWait(resourceGroupName, workspaceName, computeName, parameters);
|
|
226
|
+
console.log(result);
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
createAnComputeInstanceComputeWithSchedules().catch(console.error);
|
|
230
|
+
/**
|
|
231
|
+
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
232
|
+
*
|
|
233
|
+
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
234
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/ComputeInstanceMinimal.json
|
|
183
235
|
*/
|
|
184
236
|
function createAnComputeInstanceComputeWithMinimalInputs() {
|
|
185
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -205,7 +257,7 @@ createAnComputeInstanceComputeWithMinimalInputs().catch(console.error);
|
|
|
205
257
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
206
258
|
*
|
|
207
259
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
208
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
260
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/AmlCompute.json
|
|
209
261
|
*/
|
|
210
262
|
function updateAAmlCompute() {
|
|
211
263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -238,7 +290,7 @@ updateAAmlCompute().catch(console.error);
|
|
|
238
290
|
* This sample demonstrates how to Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
239
291
|
*
|
|
240
292
|
* @summary Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet.
|
|
241
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
293
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/createOrUpdate/AKSCompute.json
|
|
242
294
|
*/
|
|
243
295
|
function updateAnAksCompute() {
|
|
244
296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"computeCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/computeCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,8BAA8B,EAC/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,wBAAwB;;QACrC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,WAAW,EAAE,cAAc;gBAC3B,WAAW,EAAE,YAAY;gBACzB,UAAU,EAAE;oBACV,mBAAmB,EAAE,qBAAqB;oBAC1C,aAAa,EAAE;wBACb,mBAAmB,EAAE;4BACnB,YAAY,EAAE,EAAE;4BAChB,SAAS,EAAE;gCACT,MAAM,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,eAAe,EAAE,EAAE,EAAE;gCACxD,QAAQ,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,eAAe,EAAE,EAAE,EAAE;6BAC3D;yBACF;qBACF;oBACD,SAAS,EAAE,SAAS;iBACrB;gBACD,UAAU,EACR,kKAAkK;aACrK;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,wBAAwB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAEhD;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,WAAW,EAAE,YAAY;gBACzB,UAAU,EAAE;oBACV,kBAAkB,EAAE,IAAI;oBACxB,eAAe,EAAE,KAAK;oBACtB,MAAM,EAAE,SAAS;oBACjB,2BAA2B,EAAE,cAAc;oBAC3C,aAAa,EAAE;wBACb,YAAY,EAAE,CAAC;wBACf,YAAY,EAAE,CAAC;wBACf,2BAA2B,EAAE,MAAM;qBACpC;oBACD,mBAAmB,EAAE;wBACnB,EAAE,EACA,iLAAiL;qBACpL;oBACD,UAAU,EAAE,WAAW;oBACvB,MAAM,EAAE,cAAc;iBACvB;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAEzC;;;;;GAKG;AACH,SAAe,yBAAyB;;QACtC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE;SAC3C,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yBAAyB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAEjD;;;;;GAKG;AACH,SAAe,kBAAkB;;QAC/B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE;SACnC,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kBAAkB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAE1C;;;;;GAKG;AACH,SAAe,8BAA8B;;QAC3C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,WAAW,EAAE,iBAAiB;gBAC9B,UAAU,EAAE;oBACV,wBAAwB,EAAE,UAAU;oBACpC,gCAAgC,EAAE,UAAU;oBAC5C,+BAA+B,EAAE;wBAC/B,YAAY,EAAE;4BACZ,QAAQ,EAAE,sCAAsC;4BAChD,QAAQ,EAAE,sCAAsC;yBACjD;qBACF;oBACD,WAAW,EAAE,EAAE,eAAe,EAAE,UAAU,EAAE;oBAC5C,MAAM,EAAE,EAAE,EAAE,EAAE,yBAAyB,EAAE;oBACzC,MAAM,EAAE,cAAc;iBACvB;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,8BAA8B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAEtD;;;;;GAKG;AACH,SAAe,+CAA+C;;QAC5D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,WAAW,EAAE,iBAAiB;gBAC9B,UAAU,EAAE,EAAE,MAAM,EAAE,cAAc,EAAE;aACvC;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,+CAA+C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAEvE;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,WAAW,EAAE,cAAc;gBAC3B,WAAW,EAAE,YAAY;gBACzB,UAAU,EAAE;oBACV,aAAa,EAAE;wBACb,YAAY,EAAE,CAAC;wBACf,YAAY,EAAE,CAAC;wBACf,2BAA2B,EAAE,MAAM;qBACpC;iBACF;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AAEzC;;;;;GAKG;AACH,SAAe,kBAAkB;;QAC/B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,UAAU,GAAoB;YAClC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE;gBACV,WAAW,EAAE,cAAc;gBAC3B,WAAW,EAAE,KAAK;gBAClB,UAAU,EAAE,EAAE,UAAU,EAAE,CAAC,EAAE;gBAC7B,UAAU,EACR,kKAAkK;aACrK;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,8BAA8B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC9E,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,kBAAkB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"computeCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/computeCreateOrUpdateSample.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Deletes specified Machine Learning compute.
|
|
15
15
|
*
|
|
16
16
|
* @summary Deletes specified Machine Learning compute.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteCompute() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/AKSCompute.json
|
|
18
18
|
*/
|
|
19
19
|
function getAAksCompute() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -33,7 +33,7 @@ getAAksCompute().catch(console.error);
|
|
|
33
33
|
* This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
34
34
|
*
|
|
35
35
|
* @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
36
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
36
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/AmlCompute.json
|
|
37
37
|
*/
|
|
38
38
|
function getAAmlCompute() {
|
|
39
39
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -52,7 +52,7 @@ getAAmlCompute().catch(console.error);
|
|
|
52
52
|
* This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
53
53
|
*
|
|
54
54
|
* @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
55
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
55
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/KubernetesCompute.json
|
|
56
56
|
*/
|
|
57
57
|
function getAKubernetesCompute() {
|
|
58
58
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -71,7 +71,7 @@ getAKubernetesCompute().catch(console.error);
|
|
|
71
71
|
* This sample demonstrates how to Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
72
72
|
*
|
|
73
73
|
* @summary Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
|
|
74
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
74
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/get/ComputeInstance.json
|
|
75
75
|
*/
|
|
76
76
|
function getAnComputeInstance() {
|
|
77
77
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/listKeys.json
|
|
18
18
|
*/
|
|
19
19
|
function listAksComputeKeys() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Get the details (e.g IP address, port etc) of all the compute nodes in the compute.
|
|
15
15
|
*
|
|
16
16
|
* @summary Get the details (e.g IP address, port etc) of all the compute nodes in the compute.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/listNodes.json
|
|
18
18
|
*/
|
|
19
19
|
function getComputeNodesInformationForACompute() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets computes in specified workspace.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets computes in specified workspace.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/list.json
|
|
18
18
|
*/
|
|
19
19
|
function getComputes() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Posts a restart action to a compute instance
|
|
15
15
|
*
|
|
16
16
|
* @summary Posts a restart action to a compute instance
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/restart.json
|
|
18
18
|
*/
|
|
19
19
|
function restartComputeInstanceCompute() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Posts a start action to a compute instance
|
|
15
15
|
*
|
|
16
16
|
* @summary Posts a start action to a compute instance
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/start.json
|
|
18
18
|
*/
|
|
19
19
|
function startComputeInstanceCompute() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Posts a stop action to a compute instance
|
|
15
15
|
*
|
|
16
16
|
* @summary Posts a stop action to a compute instance
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/stop.json
|
|
18
18
|
*/
|
|
19
19
|
function stopComputeInstanceCompute() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.
|
|
15
15
|
*
|
|
16
16
|
* @summary Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/Compute/patch.json
|
|
18
18
|
*/
|
|
19
19
|
function updateAAmlCompute() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Create or update container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Create or update container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/DataContainer/createOrUpdate.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateDataContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Delete container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Delete container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/DataContainer/delete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteDataContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Get container.
|
|
15
15
|
*
|
|
16
16
|
* @summary Get container.
|
|
17
|
-
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/DataContainer/get.json
|
|
18
18
|
*/
|
|
19
19
|
function getDataContainer() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|