@azure/arm-machinelearning 2.1.2-alpha.20240522.1 → 2.2.0-alpha.20240523.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 +100 -11
- package/LICENSE +1 -1
- package/dist/index.js +4806 -4809
- 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 +19 -9
- package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/batchDeploymentsGetSample.js +11 -3
- package/dist-esm/samples-dev/batchDeploymentsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/batchDeploymentsListSample.js +12 -4
- package/dist-esm/samples-dev/batchDeploymentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js +13 -8
- package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js +16 -8
- package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/batchEndpointsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/batchEndpointsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/batchEndpointsGetSample.js +11 -3
- package/dist-esm/samples-dev/batchEndpointsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/batchEndpointsListKeysSample.js +11 -3
- package/dist-esm/samples-dev/batchEndpointsListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/batchEndpointsListSample.js +12 -4
- package/dist-esm/samples-dev/batchEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/batchEndpointsUpdateSample.js +14 -6
- package/dist-esm/samples-dev/batchEndpointsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/codeContainersDeleteSample.js +11 -3
- package/dist-esm/samples-dev/codeContainersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/codeContainersGetSample.js +11 -3
- package/dist-esm/samples-dev/codeContainersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/codeContainersListSample.js +11 -3
- package/dist-esm/samples-dev/codeContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/codeVersionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/codeVersionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/codeVersionsGetSample.js +11 -3
- package/dist-esm/samples-dev/codeVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/codeVersionsListSample.js +12 -4
- package/dist-esm/samples-dev/codeVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/componentContainersDeleteSample.js +11 -3
- package/dist-esm/samples-dev/componentContainersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/componentContainersGetSample.js +11 -3
- package/dist-esm/samples-dev/componentContainersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/componentContainersListSample.js +11 -3
- package/dist-esm/samples-dev/componentContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/componentVersionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/componentVersionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/componentVersionsGetSample.js +11 -3
- package/dist-esm/samples-dev/componentVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/componentVersionsListSample.js +12 -4
- package/dist-esm/samples-dev/componentVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/computeCreateOrUpdateSample.js +80 -64
- package/dist-esm/samples-dev/computeCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/computeDeleteSample.js +11 -3
- package/dist-esm/samples-dev/computeDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/computeGetSample.js +23 -12
- package/dist-esm/samples-dev/computeGetSample.js.map +1 -1
- package/dist-esm/samples-dev/computeListKeysSample.js +11 -3
- package/dist-esm/samples-dev/computeListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/computeListNodesSample.js +11 -3
- package/dist-esm/samples-dev/computeListNodesSample.js.map +1 -1
- package/dist-esm/samples-dev/computeListSample.js +11 -3
- package/dist-esm/samples-dev/computeListSample.js.map +1 -1
- package/dist-esm/samples-dev/computeRestartSample.js +11 -3
- package/dist-esm/samples-dev/computeRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/computeStartSample.js +11 -3
- package/dist-esm/samples-dev/computeStartSample.js.map +1 -1
- package/dist-esm/samples-dev/computeStopSample.js +11 -3
- package/dist-esm/samples-dev/computeStopSample.js.map +1 -1
- package/dist-esm/samples-dev/computeUpdateSample.js +15 -7
- package/dist-esm/samples-dev/computeUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/dataContainersDeleteSample.js +11 -3
- package/dist-esm/samples-dev/dataContainersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/dataContainersGetSample.js +11 -3
- package/dist-esm/samples-dev/dataContainersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/dataContainersListSample.js +11 -3
- package/dist-esm/samples-dev/dataContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/dataVersionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/dataVersionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/dataVersionsGetSample.js +11 -3
- package/dist-esm/samples-dev/dataVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/dataVersionsListSample.js +12 -4
- package/dist-esm/samples-dev/dataVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +36 -25
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.js +11 -3
- package/dist-esm/samples-dev/datastoresDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +11 -3
- package/dist-esm/samples-dev/datastoresGetSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresListSample.js +13 -5
- package/dist-esm/samples-dev/datastoresListSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresListSecretsSample.js +11 -3
- package/dist-esm/samples-dev/datastoresListSecretsSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js +16 -8
- package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentContainersDeleteSample.js +11 -3
- package/dist-esm/samples-dev/environmentContainersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentContainersGetSample.js +11 -3
- package/dist-esm/samples-dev/environmentContainersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentContainersListSample.js +11 -3
- package/dist-esm/samples-dev/environmentContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js +16 -8
- package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentVersionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/environmentVersionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentVersionsGetSample.js +11 -3
- package/dist-esm/samples-dev/environmentVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentVersionsListSample.js +12 -4
- package/dist-esm/samples-dev/environmentVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsCancelSample.js +11 -3
- package/dist-esm/samples-dev/jobsCancelSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +63 -48
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/jobsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsGetSample.js +23 -12
- package/dist-esm/samples-dev/jobsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsListSample.js +24 -13
- package/dist-esm/samples-dev/jobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/modelContainersDeleteSample.js +11 -3
- package/dist-esm/samples-dev/modelContainersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/modelContainersGetSample.js +11 -3
- package/dist-esm/samples-dev/modelContainersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/modelContainersListSample.js +11 -3
- package/dist-esm/samples-dev/modelContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/modelVersionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/modelVersionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/modelVersionsGetSample.js +11 -3
- package/dist-esm/samples-dev/modelVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/modelVersionsListSample.js +13 -5
- package/dist-esm/samples-dev/modelVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js +30 -21
- package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js +13 -5
- package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsGetSample.js +15 -6
- package/dist-esm/samples-dev/onlineDeploymentsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsListSample.js +12 -4
- package/dist-esm/samples-dev/onlineDeploymentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +16 -7
- package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js +20 -11
- package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js +16 -8
- package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsGetSample.js +11 -3
- package/dist-esm/samples-dev/onlineEndpointsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js +11 -3
- package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js +11 -3
- package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsListSample.js +13 -5
- package/dist-esm/samples-dev/onlineEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js +13 -5
- package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js +14 -6
- package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +10 -2
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +11 -3
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +11 -3
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +11 -3
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/quotasListSample.js +10 -2
- package/dist-esm/samples-dev/quotasListSample.js.map +1 -1
- package/dist-esm/samples-dev/quotasUpdateSample.js +15 -7
- package/dist-esm/samples-dev/quotasUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +17 -9
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.js +11 -3
- package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesGetSample.js +11 -3
- package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesListSample.js +11 -3
- package/dist-esm/samples-dev/schedulesListSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +10 -2
- package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineSizesListSample.js +10 -2
- package/dist-esm/samples-dev/virtualMachineSizesListSample.js.map +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js +14 -6
- package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsGetSample.js +11 -3
- package/dist-esm/samples-dev/workspaceConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsListSample.js +12 -4
- package/dist-esm/samples-dev/workspaceConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/workspaceFeaturesListSample.js +11 -3
- package/dist-esm/samples-dev/workspaceFeaturesListSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +20 -12
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +11 -3
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesDiagnoseSample.js +14 -6
- package/dist-esm/samples-dev/workspacesDiagnoseSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +11 -3
- package/dist-esm/samples-dev/workspacesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +10 -2
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListKeysSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js +11 -3
- package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesResyncKeysSample.js +11 -3
- package/dist-esm/samples-dev/workspacesResyncKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +13 -5
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.d.ts.map +1 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.js +8 -8
- package/dist-esm/src/azureMachineLearningWorkspaces.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +50 -151
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +6 -6
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +22 -22
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +3405 -3407
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +187 -187
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/batchDeployments.d.ts +4 -4
- package/dist-esm/src/operations/batchDeployments.d.ts.map +1 -1
- package/dist-esm/src/operations/batchDeployments.js +93 -87
- package/dist-esm/src/operations/batchDeployments.js.map +1 -1
- package/dist-esm/src/operations/batchEndpoints.d.ts +4 -4
- package/dist-esm/src/operations/batchEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/batchEndpoints.js +76 -65
- package/dist-esm/src/operations/batchEndpoints.js.map +1 -1
- package/dist-esm/src/operations/codeContainers.js +26 -27
- package/dist-esm/src/operations/codeContainers.js.map +1 -1
- package/dist-esm/src/operations/codeVersions.js +27 -33
- package/dist-esm/src/operations/codeVersions.js.map +1 -1
- package/dist-esm/src/operations/componentContainers.js +27 -32
- package/dist-esm/src/operations/componentContainers.js.map +1 -1
- package/dist-esm/src/operations/componentVersions.js +27 -34
- package/dist-esm/src/operations/componentVersions.js.map +1 -1
- package/dist-esm/src/operations/computeOperations.d.ts +7 -7
- package/dist-esm/src/operations/computeOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/computeOperations.js +150 -116
- package/dist-esm/src/operations/computeOperations.js.map +1 -1
- package/dist-esm/src/operations/dataContainers.js +27 -32
- package/dist-esm/src/operations/dataContainers.js.map +1 -1
- package/dist-esm/src/operations/dataVersions.js +27 -35
- package/dist-esm/src/operations/dataVersions.js.map +1 -1
- package/dist-esm/src/operations/datastores.js +32 -42
- package/dist-esm/src/operations/datastores.js.map +1 -1
- package/dist-esm/src/operations/environmentContainers.js +27 -32
- package/dist-esm/src/operations/environmentContainers.js.map +1 -1
- package/dist-esm/src/operations/environmentVersions.js +27 -34
- package/dist-esm/src/operations/environmentVersions.js.map +1 -1
- package/dist-esm/src/operations/jobs.d.ts +3 -3
- package/dist-esm/src/operations/jobs.d.ts.map +1 -1
- package/dist-esm/src/operations/jobs.js +55 -54
- package/dist-esm/src/operations/jobs.js.map +1 -1
- package/dist-esm/src/operations/modelContainers.js +27 -33
- package/dist-esm/src/operations/modelContainers.js.map +1 -1
- package/dist-esm/src/operations/modelVersions.js +27 -40
- package/dist-esm/src/operations/modelVersions.js.map +1 -1
- package/dist-esm/src/operations/onlineDeployments.d.ts +4 -4
- package/dist-esm/src/operations/onlineDeployments.d.ts.map +1 -1
- package/dist-esm/src/operations/onlineDeployments.js +112 -107
- package/dist-esm/src/operations/onlineDeployments.js.map +1 -1
- package/dist-esm/src/operations/onlineEndpoints.d.ts +5 -5
- package/dist-esm/src/operations/onlineEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/onlineEndpoints.js +97 -91
- package/dist-esm/src/operations/onlineEndpoints.js.map +1 -1
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +23 -23
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +5 -5
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/quotas.js +16 -17
- package/dist-esm/src/operations/quotas.js.map +1 -1
- package/dist-esm/src/operations/schedules.d.ts +3 -3
- package/dist-esm/src/operations/schedules.d.ts.map +1 -1
- package/dist-esm/src/operations/schedules.js +53 -50
- package/dist-esm/src/operations/schedules.js.map +1 -1
- package/dist-esm/src/operations/usages.js +11 -12
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/src/operations/virtualMachineSizes.js +5 -5
- package/dist-esm/src/operations/virtualMachineSizes.js.map +1 -1
- package/dist-esm/src/operations/workspaceConnections.js +26 -31
- package/dist-esm/src/operations/workspaceConnections.js.map +1 -1
- package/dist-esm/src/operations/workspaceFeatures.js +11 -12
- package/dist-esm/src/operations/workspaceFeatures.js.map +1 -1
- package/dist-esm/src/operations/workspaces.d.ts +7 -7
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -1
- package/dist-esm/src/operations/workspaces.js +159 -137
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/computeOperations.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/computeOperations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/dist-esm/test/machinelearning_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/machinelearning_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/machinelearning_operations_test.spec.js +74 -0
- package/dist-esm/test/machinelearning_operations_test.spec.js.map +1 -0
- package/package.json +13 -12
- package/review/arm-machinelearning.api.md +53 -102
- package/src/azureMachineLearningWorkspaces.ts +17 -16
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +283 -358
- package/src/models/mappers.ts +4235 -4198
- package/src/models/parameters.ts +189 -188
- package/src/operations/batchDeployments.ts +141 -145
- package/src/operations/batchEndpoints.ts +142 -142
- package/src/operations/codeContainers.ts +47 -52
- package/src/operations/codeVersions.ts +50 -60
- package/src/operations/componentContainers.ts +48 -57
- package/src/operations/componentVersions.ts +50 -61
- package/src/operations/computeOperations.ts +262 -255
- package/src/operations/dataContainers.ts +48 -57
- package/src/operations/dataVersions.ts +50 -62
- package/src/operations/datastores.ts +56 -71
- package/src/operations/environmentContainers.ts +48 -57
- package/src/operations/environmentVersions.ts +50 -61
- package/src/operations/jobs.ts +101 -111
- package/src/operations/modelContainers.ts +48 -58
- package/src/operations/modelVersions.ts +50 -67
- package/src/operations/onlineDeployments.ts +176 -183
- package/src/operations/onlineEndpoints.ts +178 -190
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +43 -46
- package/src/operations/privateLinkResources.ts +9 -10
- package/src/operations/quotas.ts +28 -31
- package/src/operations/schedules.ts +100 -104
- package/src/operations/usages.ts +20 -22
- package/src/operations/virtualMachineSizes.ts +9 -10
- package/src/operations/workspaceConnections.ts +47 -56
- package/src/operations/workspaceFeatures.ts +23 -25
- package/src/operations/workspaces.ts +304 -309
- package/src/operationsInterfaces/batchDeployments.ts +15 -15
- package/src/operationsInterfaces/batchEndpoints.ts +16 -16
- package/src/operationsInterfaces/codeContainers.ts +5 -5
- package/src/operationsInterfaces/codeVersions.ts +5 -5
- package/src/operationsInterfaces/componentContainers.ts +5 -5
- package/src/operationsInterfaces/componentVersions.ts +5 -5
- package/src/operationsInterfaces/computeOperations.ts +28 -25
- package/src/operationsInterfaces/dataContainers.ts +5 -5
- package/src/operationsInterfaces/dataVersions.ts +5 -5
- package/src/operationsInterfaces/datastores.ts +6 -6
- package/src/operationsInterfaces/environmentContainers.ts +5 -5
- package/src/operationsInterfaces/environmentVersions.ts +5 -5
- package/src/operationsInterfaces/jobs.ts +11 -11
- package/src/operationsInterfaces/modelContainers.ts +5 -5
- package/src/operationsInterfaces/modelVersions.ts +5 -5
- package/src/operationsInterfaces/onlineDeployments.ts +17 -17
- package/src/operationsInterfaces/onlineEndpoints.ts +20 -20
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +5 -5
- package/src/operationsInterfaces/privateLinkResources.ts +2 -2
- package/src/operationsInterfaces/quotas.ts +3 -3
- package/src/operationsInterfaces/schedules.ts +11 -11
- package/src/operationsInterfaces/usages.ts +1 -1
- package/src/operationsInterfaces/virtualMachineSizes.ts +2 -2
- package/src/operationsInterfaces/workspaceConnections.ts +5 -5
- package/src/operationsInterfaces/workspaceFeatures.ts +1 -1
- package/src/operationsInterfaces/workspaces.ts +32 -32
- package/src/pagingHelper.ts +5 -5
- package/types/arm-machinelearning.d.ts +85 -186
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as coreAuth from '@azure/core-auth';
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { OperationState } from '@azure/core-lro';
|
|
3
4
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import {
|
|
5
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
5
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
6
|
|
|
7
7
|
/** Account key datastore credentials configuration. */
|
|
8
8
|
export declare interface AccountKeyDatastoreCredentials extends DatastoreCredentials {
|
|
@@ -621,7 +621,7 @@ export declare interface BatchDeployments {
|
|
|
621
621
|
* @param deploymentName Inference deployment identifier.
|
|
622
622
|
* @param options The options parameters.
|
|
623
623
|
*/
|
|
624
|
-
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<
|
|
624
|
+
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
625
625
|
/**
|
|
626
626
|
* Delete Batch Inference deployment (asynchronous).
|
|
627
627
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -649,7 +649,7 @@ export declare interface BatchDeployments {
|
|
|
649
649
|
* @param body Batch inference deployment definition object.
|
|
650
650
|
* @param options The options parameters.
|
|
651
651
|
*/
|
|
652
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<
|
|
652
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeploymentsUpdateResponse>, BatchDeploymentsUpdateResponse>>;
|
|
653
653
|
/**
|
|
654
654
|
* Update a batch inference deployment (asynchronous).
|
|
655
655
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -669,7 +669,7 @@ export declare interface BatchDeployments {
|
|
|
669
669
|
* @param body Batch inference deployment definition object.
|
|
670
670
|
* @param options The options parameters.
|
|
671
671
|
*/
|
|
672
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<
|
|
672
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeploymentsCreateOrUpdateResponse>, BatchDeploymentsCreateOrUpdateResponse>>;
|
|
673
673
|
/**
|
|
674
674
|
* Creates/updates a batch inference deployment (asynchronous).
|
|
675
675
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -728,12 +728,6 @@ export declare type BatchDeploymentsGetResponse = BatchDeployment;
|
|
|
728
728
|
|
|
729
729
|
/** Optional parameters. */
|
|
730
730
|
export declare interface BatchDeploymentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
731
|
-
/** Continuation token for pagination. */
|
|
732
|
-
skip?: string;
|
|
733
|
-
/** Ordering of list. */
|
|
734
|
-
orderBy?: string;
|
|
735
|
-
/** Top of list. */
|
|
736
|
-
top?: number;
|
|
737
731
|
}
|
|
738
732
|
|
|
739
733
|
/** Contains response data for the listNext operation. */
|
|
@@ -828,7 +822,7 @@ export declare interface BatchEndpoints {
|
|
|
828
822
|
* @param endpointName Inference Endpoint name.
|
|
829
823
|
* @param options The options parameters.
|
|
830
824
|
*/
|
|
831
|
-
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<
|
|
825
|
+
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
832
826
|
/**
|
|
833
827
|
* Delete Batch Inference Endpoint (asynchronous).
|
|
834
828
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -853,7 +847,7 @@ export declare interface BatchEndpoints {
|
|
|
853
847
|
* @param body Mutable batch inference endpoint definition object.
|
|
854
848
|
* @param options The options parameters.
|
|
855
849
|
*/
|
|
856
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<
|
|
850
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpointsUpdateResponse>, BatchEndpointsUpdateResponse>>;
|
|
857
851
|
/**
|
|
858
852
|
* Update a batch inference endpoint (asynchronous).
|
|
859
853
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -871,7 +865,7 @@ export declare interface BatchEndpoints {
|
|
|
871
865
|
* @param body Batch inference endpoint definition object.
|
|
872
866
|
* @param options The options parameters.
|
|
873
867
|
*/
|
|
874
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<
|
|
868
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpointsCreateOrUpdateResponse>, BatchEndpointsCreateOrUpdateResponse>>;
|
|
875
869
|
/**
|
|
876
870
|
* Creates a batch inference endpoint (asynchronous).
|
|
877
871
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -944,10 +938,6 @@ export declare type BatchEndpointsListKeysResponse = EndpointAuthKeys;
|
|
|
944
938
|
|
|
945
939
|
/** Optional parameters. */
|
|
946
940
|
export declare interface BatchEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
947
|
-
/** Continuation token for pagination. */
|
|
948
|
-
skip?: string;
|
|
949
|
-
/** Number of endpoints to be retrieved in a page of results. */
|
|
950
|
-
count?: number;
|
|
951
941
|
}
|
|
952
942
|
|
|
953
943
|
/** Contains response data for the listNext operation. */
|
|
@@ -1108,6 +1098,8 @@ export declare interface CertificateDatastoreSecrets extends DatastoreSecrets {
|
|
|
1108
1098
|
|
|
1109
1099
|
/** Classification task in AutoML Table vertical. */
|
|
1110
1100
|
export declare interface Classification extends TableVertical, AutoMLVertical {
|
|
1101
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1102
|
+
taskType: "Classification";
|
|
1111
1103
|
/** Positive label for binary metrics calculation. */
|
|
1112
1104
|
positiveLabel?: string;
|
|
1113
1105
|
/** Primary metric for the task. */
|
|
@@ -1291,8 +1283,6 @@ export declare type CodeContainersGetResponse = CodeContainer;
|
|
|
1291
1283
|
|
|
1292
1284
|
/** Optional parameters. */
|
|
1293
1285
|
export declare interface CodeContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1294
|
-
/** Continuation token for pagination. */
|
|
1295
|
-
skip?: string;
|
|
1296
1286
|
}
|
|
1297
1287
|
|
|
1298
1288
|
/** Contains response data for the listNext operation. */
|
|
@@ -1387,12 +1377,6 @@ export declare type CodeVersionsGetResponse = CodeVersion;
|
|
|
1387
1377
|
|
|
1388
1378
|
/** Optional parameters. */
|
|
1389
1379
|
export declare interface CodeVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1390
|
-
/** Continuation token for pagination. */
|
|
1391
|
-
skip?: string;
|
|
1392
|
-
/** Ordering of list. */
|
|
1393
|
-
orderBy?: string;
|
|
1394
|
-
/** Maximum number of records to return. */
|
|
1395
|
-
top?: number;
|
|
1396
1380
|
}
|
|
1397
1381
|
|
|
1398
1382
|
/** Contains response data for the listNext operation. */
|
|
@@ -1540,10 +1524,6 @@ export declare type ComponentContainersGetResponse = ComponentContainer;
|
|
|
1540
1524
|
|
|
1541
1525
|
/** Optional parameters. */
|
|
1542
1526
|
export declare interface ComponentContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1543
|
-
/** Continuation token for pagination. */
|
|
1544
|
-
skip?: string;
|
|
1545
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
1546
|
-
listViewType?: ListViewType;
|
|
1547
1527
|
}
|
|
1548
1528
|
|
|
1549
1529
|
/** Contains response data for the listNext operation. */
|
|
@@ -1643,14 +1623,6 @@ export declare type ComponentVersionsGetResponse = ComponentVersion;
|
|
|
1643
1623
|
|
|
1644
1624
|
/** Optional parameters. */
|
|
1645
1625
|
export declare interface ComponentVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1646
|
-
/** Continuation token for pagination. */
|
|
1647
|
-
skip?: string;
|
|
1648
|
-
/** Ordering of list. */
|
|
1649
|
-
orderBy?: string;
|
|
1650
|
-
/** Maximum number of records to return. */
|
|
1651
|
-
top?: number;
|
|
1652
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
1653
|
-
listViewType?: ListViewType;
|
|
1654
1626
|
}
|
|
1655
1627
|
|
|
1656
1628
|
/** Contains response data for the listNext operation. */
|
|
@@ -2016,8 +1988,6 @@ export declare type ComputeListKeysResponse = ComputeSecretsUnion;
|
|
|
2016
1988
|
|
|
2017
1989
|
/** Optional parameters. */
|
|
2018
1990
|
export declare interface ComputeListNextOptionalParams extends coreClient.OperationOptions {
|
|
2019
|
-
/** Continuation token for pagination. */
|
|
2020
|
-
skip?: string;
|
|
2021
1991
|
}
|
|
2022
1992
|
|
|
2023
1993
|
/** Contains response data for the listNext operation. */
|
|
@@ -2082,7 +2052,7 @@ export declare interface ComputeOperations {
|
|
|
2082
2052
|
* @param parameters Payload with Machine Learning compute definition.
|
|
2083
2053
|
* @param options The options parameters.
|
|
2084
2054
|
*/
|
|
2085
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, computeName: string, parameters: ComputeResource, options?: ComputeCreateOrUpdateOptionalParams): Promise<
|
|
2055
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, computeName: string, parameters: ComputeResource, options?: ComputeCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ComputeCreateOrUpdateResponse>, ComputeCreateOrUpdateResponse>>;
|
|
2086
2056
|
/**
|
|
2087
2057
|
* Creates or updates compute. This call will overwrite a compute if it exists. This is a
|
|
2088
2058
|
* nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that
|
|
@@ -2103,7 +2073,7 @@ export declare interface ComputeOperations {
|
|
|
2103
2073
|
* @param parameters Additional parameters for cluster update.
|
|
2104
2074
|
* @param options The options parameters.
|
|
2105
2075
|
*/
|
|
2106
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, computeName: string, parameters: ClusterUpdateParameters, options?: ComputeUpdateOptionalParams): Promise<
|
|
2076
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, computeName: string, parameters: ClusterUpdateParameters, options?: ComputeUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ComputeUpdateResponse>, ComputeUpdateResponse>>;
|
|
2107
2077
|
/**
|
|
2108
2078
|
* Updates properties of a compute. This call will overwrite a compute if it exists. This is a
|
|
2109
2079
|
* nonrecoverable operation.
|
|
@@ -2123,7 +2093,7 @@ export declare interface ComputeOperations {
|
|
|
2123
2093
|
* compute from workspace if 'Detach'.
|
|
2124
2094
|
* @param options The options parameters.
|
|
2125
2095
|
*/
|
|
2126
|
-
beginDelete(resourceGroupName: string, workspaceName: string, computeName: string, underlyingResourceAction: UnderlyingResourceAction, options?: ComputeDeleteOptionalParams): Promise<
|
|
2096
|
+
beginDelete(resourceGroupName: string, workspaceName: string, computeName: string, underlyingResourceAction: UnderlyingResourceAction, options?: ComputeDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2127
2097
|
/**
|
|
2128
2098
|
* Deletes specified Machine Learning compute.
|
|
2129
2099
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2149,7 +2119,7 @@ export declare interface ComputeOperations {
|
|
|
2149
2119
|
* @param computeName Name of the Azure Machine Learning compute.
|
|
2150
2120
|
* @param options The options parameters.
|
|
2151
2121
|
*/
|
|
2152
|
-
beginStart(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStartOptionalParams): Promise<
|
|
2122
|
+
beginStart(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2153
2123
|
/**
|
|
2154
2124
|
* Posts a start action to a compute instance
|
|
2155
2125
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2165,7 +2135,7 @@ export declare interface ComputeOperations {
|
|
|
2165
2135
|
* @param computeName Name of the Azure Machine Learning compute.
|
|
2166
2136
|
* @param options The options parameters.
|
|
2167
2137
|
*/
|
|
2168
|
-
beginStop(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStopOptionalParams): Promise<
|
|
2138
|
+
beginStop(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2169
2139
|
/**
|
|
2170
2140
|
* Posts a stop action to a compute instance
|
|
2171
2141
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2181,7 +2151,7 @@ export declare interface ComputeOperations {
|
|
|
2181
2151
|
* @param computeName Name of the Azure Machine Learning compute.
|
|
2182
2152
|
* @param options The options parameters.
|
|
2183
2153
|
*/
|
|
2184
|
-
beginRestart(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeRestartOptionalParams): Promise<
|
|
2154
|
+
beginRestart(resourceGroupName: string, workspaceName: string, computeName: string, options?: ComputeRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2185
2155
|
/**
|
|
2186
2156
|
* Posts a restart action to a compute instance
|
|
2187
2157
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2425,9 +2395,13 @@ export declare interface CustomForecastHorizon extends ForecastHorizon {
|
|
|
2425
2395
|
}
|
|
2426
2396
|
|
|
2427
2397
|
export declare interface CustomModelJobInput extends AssetJobInput, JobInput {
|
|
2398
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2399
|
+
jobInputType: "custom_model";
|
|
2428
2400
|
}
|
|
2429
2401
|
|
|
2430
2402
|
export declare interface CustomModelJobOutput extends AssetJobOutput, JobOutput {
|
|
2403
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2404
|
+
jobOutputType: "custom_model";
|
|
2431
2405
|
}
|
|
2432
2406
|
|
|
2433
2407
|
/** N-Cross validations are specified by user. */
|
|
@@ -2566,10 +2540,6 @@ export declare type DataContainersGetResponse = DataContainer;
|
|
|
2566
2540
|
|
|
2567
2541
|
/** Optional parameters. */
|
|
2568
2542
|
export declare interface DataContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
2569
|
-
/** Continuation token for pagination. */
|
|
2570
|
-
skip?: string;
|
|
2571
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
2572
|
-
listViewType?: ListViewType;
|
|
2573
2543
|
}
|
|
2574
2544
|
|
|
2575
2545
|
/** Contains response data for the listNext operation. */
|
|
@@ -2728,20 +2698,6 @@ export declare type DatastoresGetResponse = Datastore;
|
|
|
2728
2698
|
|
|
2729
2699
|
/** Optional parameters. */
|
|
2730
2700
|
export declare interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
|
|
2731
|
-
/** Continuation token for pagination. */
|
|
2732
|
-
skip?: string;
|
|
2733
|
-
/** Maximum number of results to return. */
|
|
2734
|
-
count?: number;
|
|
2735
|
-
/** Filter down to the workspace default datastore. */
|
|
2736
|
-
isDefault?: boolean;
|
|
2737
|
-
/** Names of datastores to return. */
|
|
2738
|
-
names?: string[];
|
|
2739
|
-
/** Text to search for in the datastore names. */
|
|
2740
|
-
searchText?: string;
|
|
2741
|
-
/** Order by property (createdtime | modifiedtime | name). */
|
|
2742
|
-
orderBy?: string;
|
|
2743
|
-
/** Order by property in ascending order. */
|
|
2744
|
-
orderByAsc?: boolean;
|
|
2745
2701
|
}
|
|
2746
2702
|
|
|
2747
2703
|
/** Contains response data for the listNext operation. */
|
|
@@ -2882,19 +2838,6 @@ export declare type DataVersionsGetResponse = DataVersionBase;
|
|
|
2882
2838
|
|
|
2883
2839
|
/** Optional parameters. */
|
|
2884
2840
|
export declare interface DataVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2885
|
-
/** Continuation token for pagination. */
|
|
2886
|
-
skip?: string;
|
|
2887
|
-
/** Please choose OrderBy value from ['createdtime', 'modifiedtime'] */
|
|
2888
|
-
orderBy?: string;
|
|
2889
|
-
/**
|
|
2890
|
-
* Top count of results, top count cannot be greater than the page size.
|
|
2891
|
-
* If topCount > page size, results with be default page size count will be returned
|
|
2892
|
-
*/
|
|
2893
|
-
top?: number;
|
|
2894
|
-
/** [ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities. */
|
|
2895
|
-
listViewType?: ListViewType;
|
|
2896
|
-
/** Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2 */
|
|
2897
|
-
tags?: string;
|
|
2898
2841
|
}
|
|
2899
2842
|
|
|
2900
2843
|
/** Contains response data for the listNext operation. */
|
|
@@ -3311,10 +3254,6 @@ export declare type EnvironmentContainersGetResponse = EnvironmentContainer;
|
|
|
3311
3254
|
|
|
3312
3255
|
/** Optional parameters. */
|
|
3313
3256
|
export declare interface EnvironmentContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3314
|
-
/** Continuation token for pagination. */
|
|
3315
|
-
skip?: string;
|
|
3316
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
3317
|
-
listViewType?: ListViewType;
|
|
3318
3257
|
}
|
|
3319
3258
|
|
|
3320
3259
|
/** Contains response data for the listNext operation. */
|
|
@@ -3443,14 +3382,6 @@ export declare type EnvironmentVersionsGetResponse = EnvironmentVersion;
|
|
|
3443
3382
|
|
|
3444
3383
|
/** Optional parameters. */
|
|
3445
3384
|
export declare interface EnvironmentVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3446
|
-
/** Continuation token for pagination. */
|
|
3447
|
-
skip?: string;
|
|
3448
|
-
/** Ordering of list. */
|
|
3449
|
-
orderBy?: string;
|
|
3450
|
-
/** Maximum number of records to return. */
|
|
3451
|
-
top?: number;
|
|
3452
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
3453
|
-
listViewType?: ListViewType;
|
|
3454
3385
|
}
|
|
3455
3386
|
|
|
3456
3387
|
/** Contains response data for the listNext operation. */
|
|
@@ -3598,6 +3529,8 @@ export declare type ForecastHorizonUnion = ForecastHorizon | AutoForecastHorizon
|
|
|
3598
3529
|
|
|
3599
3530
|
/** Forecasting task in AutoML Table vertical. */
|
|
3600
3531
|
export declare interface Forecasting extends TableVertical, AutoMLVertical {
|
|
3532
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3533
|
+
taskType: "Forecasting";
|
|
3601
3534
|
/** Forecasting task specific inputs. */
|
|
3602
3535
|
forecastingSettings?: ForecastingSettings;
|
|
3603
3536
|
/** Primary metric for forecasting task. */
|
|
@@ -3727,11 +3660,11 @@ export declare interface FqdnEndpointsProperties {
|
|
|
3727
3660
|
}
|
|
3728
3661
|
|
|
3729
3662
|
/**
|
|
3730
|
-
* Given
|
|
3731
|
-
* continuation token that can be used to begin paging from
|
|
3663
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
3664
|
+
* returns a continuation token that can be used to begin paging from
|
|
3732
3665
|
* that point later.
|
|
3733
|
-
* @param page
|
|
3734
|
-
* @returns The continuation token that can be passed into byPage().
|
|
3666
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
3667
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
3735
3668
|
*/
|
|
3736
3669
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
3737
3670
|
|
|
@@ -3810,6 +3743,8 @@ export declare interface IdentityForCmk {
|
|
|
3810
3743
|
* from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'.
|
|
3811
3744
|
*/
|
|
3812
3745
|
export declare interface ImageClassification extends ImageClassificationBase, AutoMLVertical {
|
|
3746
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3747
|
+
taskType: "ImageClassification";
|
|
3813
3748
|
/** Primary metric to optimize for this task. */
|
|
3814
3749
|
primaryMetric?: ClassificationPrimaryMetrics;
|
|
3815
3750
|
}
|
|
@@ -3826,6 +3761,8 @@ export declare interface ImageClassificationBase extends ImageVertical {
|
|
|
3826
3761
|
* from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'.
|
|
3827
3762
|
*/
|
|
3828
3763
|
export declare interface ImageClassificationMultilabel extends ImageClassificationBase, AutoMLVertical {
|
|
3764
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3765
|
+
taskType: "ImageClassificationMultilabel";
|
|
3829
3766
|
/** Primary metric to optimize for this task. */
|
|
3830
3767
|
primaryMetric?: ClassificationMultilabelPrimaryMetrics;
|
|
3831
3768
|
}
|
|
@@ -3835,6 +3772,8 @@ export declare interface ImageClassificationMultilabel extends ImageClassificati
|
|
|
3835
3772
|
* drawing a polygon around each object in the image.
|
|
3836
3773
|
*/
|
|
3837
3774
|
export declare interface ImageInstanceSegmentation extends ImageObjectDetectionBase, AutoMLVertical {
|
|
3775
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3776
|
+
taskType: "ImageInstanceSegmentation";
|
|
3838
3777
|
/** Primary metric to optimize for this task. */
|
|
3839
3778
|
primaryMetric?: InstanceSegmentationPrimaryMetrics;
|
|
3840
3779
|
}
|
|
@@ -4238,6 +4177,8 @@ export declare interface ImageModelSettingsObjectDetection extends ImageModelSet
|
|
|
4238
4177
|
* bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each.
|
|
4239
4178
|
*/
|
|
4240
4179
|
export declare interface ImageObjectDetection extends ImageObjectDetectionBase, AutoMLVertical {
|
|
4180
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4181
|
+
taskType: "ImageObjectDetection";
|
|
4241
4182
|
/** Primary metric to optimize for this task. */
|
|
4242
4183
|
primaryMetric?: ObjectDetectionPrimaryMetrics;
|
|
4243
4184
|
}
|
|
@@ -4471,7 +4412,7 @@ export declare interface Jobs {
|
|
|
4471
4412
|
* @param id The name and identifier for the Job. This is case-sensitive.
|
|
4472
4413
|
* @param options The options parameters.
|
|
4473
4414
|
*/
|
|
4474
|
-
beginDelete(resourceGroupName: string, workspaceName: string, id: string, options?: JobsDeleteOptionalParams): Promise<
|
|
4415
|
+
beginDelete(resourceGroupName: string, workspaceName: string, id: string, options?: JobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
4475
4416
|
/**
|
|
4476
4417
|
* Deletes a Job (asynchronous).
|
|
4477
4418
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4504,7 +4445,7 @@ export declare interface Jobs {
|
|
|
4504
4445
|
* @param id The name and identifier for the Job. This is case-sensitive.
|
|
4505
4446
|
* @param options The options parameters.
|
|
4506
4447
|
*/
|
|
4507
|
-
beginCancel(resourceGroupName: string, workspaceName: string, id: string, options?: JobsCancelOptionalParams): Promise<
|
|
4448
|
+
beginCancel(resourceGroupName: string, workspaceName: string, id: string, options?: JobsCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
4508
4449
|
/**
|
|
4509
4450
|
* Cancels a Job (asynchronous).
|
|
4510
4451
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -4596,14 +4537,6 @@ export declare type JobsGetResponse = JobBase;
|
|
|
4596
4537
|
|
|
4597
4538
|
/** Optional parameters. */
|
|
4598
4539
|
export declare interface JobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4599
|
-
/** Continuation token for pagination. */
|
|
4600
|
-
skip?: string;
|
|
4601
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
4602
|
-
listViewType?: ListViewType;
|
|
4603
|
-
/** Type of job to be returned. */
|
|
4604
|
-
jobType?: string;
|
|
4605
|
-
/** Jobs returned will have this tag key. */
|
|
4606
|
-
tag?: string;
|
|
4607
4540
|
}
|
|
4608
4541
|
|
|
4609
4542
|
/** Contains response data for the listNext operation. */
|
|
@@ -4738,9 +4671,9 @@ export declare enum KnownBlockedTransformers {
|
|
|
4738
4671
|
CatTargetEncoder = "CatTargetEncoder",
|
|
4739
4672
|
/** Tf-Idf stands for, term-frequency times inverse document-frequency. This is a common term weighting scheme for identifying information from documents. */
|
|
4740
4673
|
TfIdf = "TfIdf",
|
|
4741
|
-
/** Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)
|
|
4674
|
+
/** Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)\/P(0) to create weights. */
|
|
4742
4675
|
WoETargetEncoder = "WoETargetEncoder",
|
|
4743
|
-
/** Label encoder converts labels
|
|
4676
|
+
/** Label encoder converts labels\/categorical variables in a numerical form. */
|
|
4744
4677
|
LabelEncoder = "LabelEncoder",
|
|
4745
4678
|
/** Word embedding helps represents words or phrases as a vector, or a series of numbers. */
|
|
4746
4679
|
WordEmbedding = "WordEmbedding",
|
|
@@ -5189,11 +5122,11 @@ export declare enum KnownForecastingModels {
|
|
|
5189
5122
|
/** Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. */
|
|
5190
5123
|
ExponentialSmoothing = "ExponentialSmoothing",
|
|
5191
5124
|
/**
|
|
5192
|
-
* An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and
|
|
5193
|
-
* This method is suitable for forecasting when data is stationary
|
|
5125
|
+
* An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and\/or one or more moving average (MA) terms.
|
|
5126
|
+
* This method is suitable for forecasting when data is stationary\/non stationary, and multivariate with any type of data pattern, i.e., level\/trend \/seasonality\/cyclicity.
|
|
5194
5127
|
*/
|
|
5195
5128
|
Arimax = "Arimax",
|
|
5196
|
-
/** TCNForecaster: Temporal Convolutional Networks Forecaster.
|
|
5129
|
+
/** TCNForecaster: Temporal Convolutional Networks Forecaster. \//TODO: Ask forecasting team for brief intro. */
|
|
5197
5130
|
TCNForecaster = "TCNForecaster",
|
|
5198
5131
|
/** Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. */
|
|
5199
5132
|
ElasticNet = "ElasticNet",
|
|
@@ -5870,7 +5803,7 @@ export declare enum KnownServiceDataAccessAuthIdentity {
|
|
|
5870
5803
|
|
|
5871
5804
|
/** Known values of {@link ShortSeriesHandlingConfiguration} that the service accepts. */
|
|
5872
5805
|
export declare enum KnownShortSeriesHandlingConfiguration {
|
|
5873
|
-
/** Represents no
|
|
5806
|
+
/** Represents no\/null value. */
|
|
5874
5807
|
None = "None",
|
|
5875
5808
|
/** Short series will be padded if there are no long series, otherwise short series will be dropped. */
|
|
5876
5809
|
Auto = "Auto",
|
|
@@ -6382,9 +6315,13 @@ export declare interface MedianStoppingPolicy extends EarlyTerminationPolicy {
|
|
|
6382
6315
|
}
|
|
6383
6316
|
|
|
6384
6317
|
export declare interface MLFlowModelJobInput extends AssetJobInput, JobInput {
|
|
6318
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6319
|
+
jobInputType: "mlflow_model";
|
|
6385
6320
|
}
|
|
6386
6321
|
|
|
6387
6322
|
export declare interface MLFlowModelJobOutput extends AssetJobOutput, JobOutput {
|
|
6323
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6324
|
+
jobOutputType: "mlflow_model";
|
|
6388
6325
|
}
|
|
6389
6326
|
|
|
6390
6327
|
/** MLTable data definition */
|
|
@@ -6396,9 +6333,13 @@ export declare interface MLTableData extends DataVersionBaseProperties {
|
|
|
6396
6333
|
}
|
|
6397
6334
|
|
|
6398
6335
|
export declare interface MLTableJobInput extends AssetJobInput, JobInput {
|
|
6336
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6337
|
+
jobInputType: "mltable";
|
|
6399
6338
|
}
|
|
6400
6339
|
|
|
6401
6340
|
export declare interface MLTableJobOutput extends AssetJobOutput, JobOutput {
|
|
6341
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6342
|
+
jobOutputType: "mltable";
|
|
6402
6343
|
}
|
|
6403
6344
|
|
|
6404
6345
|
/** Azure Resource Manager resource envelope. */
|
|
@@ -6474,12 +6415,6 @@ export declare type ModelContainersGetResponse = ModelContainer;
|
|
|
6474
6415
|
|
|
6475
6416
|
/** Optional parameters. */
|
|
6476
6417
|
export declare interface ModelContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
6477
|
-
/** Continuation token for pagination. */
|
|
6478
|
-
skip?: string;
|
|
6479
|
-
/** Maximum number of results to return. */
|
|
6480
|
-
count?: number;
|
|
6481
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
6482
|
-
listViewType?: ListViewType;
|
|
6483
6418
|
}
|
|
6484
6419
|
|
|
6485
6420
|
/** Contains response data for the listNext operation. */
|
|
@@ -6599,26 +6534,6 @@ export declare type ModelVersionsGetResponse = ModelVersion;
|
|
|
6599
6534
|
|
|
6600
6535
|
/** Optional parameters. */
|
|
6601
6536
|
export declare interface ModelVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
6602
|
-
/** Continuation token for pagination. */
|
|
6603
|
-
skip?: string;
|
|
6604
|
-
/** Ordering of list. */
|
|
6605
|
-
orderBy?: string;
|
|
6606
|
-
/** Maximum number of records to return. */
|
|
6607
|
-
top?: number;
|
|
6608
|
-
/** View type for including/excluding (for example) archived entities. */
|
|
6609
|
-
listViewType?: ListViewType;
|
|
6610
|
-
/** Model version. */
|
|
6611
|
-
version?: string;
|
|
6612
|
-
/** Model description. */
|
|
6613
|
-
description?: string;
|
|
6614
|
-
/** Number of initial results to skip. */
|
|
6615
|
-
offset?: number;
|
|
6616
|
-
/** Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2 */
|
|
6617
|
-
tags?: string;
|
|
6618
|
-
/** Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2 */
|
|
6619
|
-
properties?: string;
|
|
6620
|
-
/** Name of the feed. */
|
|
6621
|
-
feed?: string;
|
|
6622
6537
|
}
|
|
6623
6538
|
|
|
6624
6539
|
/** Contains response data for the listNext operation. */
|
|
@@ -6919,7 +6834,7 @@ export declare interface OnlineDeployments {
|
|
|
6919
6834
|
* @param deploymentName Inference Endpoint Deployment name.
|
|
6920
6835
|
* @param options The options parameters.
|
|
6921
6836
|
*/
|
|
6922
|
-
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsDeleteOptionalParams): Promise<
|
|
6837
|
+
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
6923
6838
|
/**
|
|
6924
6839
|
* Delete Inference Endpoint Deployment (asynchronous).
|
|
6925
6840
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -6947,7 +6862,7 @@ export declare interface OnlineDeployments {
|
|
|
6947
6862
|
* @param body Online Endpoint entity to apply during operation.
|
|
6948
6863
|
* @param options The options parameters.
|
|
6949
6864
|
*/
|
|
6950
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialMinimalTrackedResourceWithSku, options?: OnlineDeploymentsUpdateOptionalParams): Promise<
|
|
6865
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialMinimalTrackedResourceWithSku, options?: OnlineDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OnlineDeploymentsUpdateResponse>, OnlineDeploymentsUpdateResponse>>;
|
|
6951
6866
|
/**
|
|
6952
6867
|
* Update Online Deployment (asynchronous).
|
|
6953
6868
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -6967,7 +6882,7 @@ export declare interface OnlineDeployments {
|
|
|
6967
6882
|
* @param body Inference Endpoint entity to apply during operation.
|
|
6968
6883
|
* @param options The options parameters.
|
|
6969
6884
|
*/
|
|
6970
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeployment, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<
|
|
6885
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeployment, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OnlineDeploymentsCreateOrUpdateResponse>, OnlineDeploymentsCreateOrUpdateResponse>>;
|
|
6971
6886
|
/**
|
|
6972
6887
|
* Create or update Inference Endpoint Deployment (asynchronous).
|
|
6973
6888
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -7043,12 +6958,6 @@ export declare type OnlineDeploymentsGetResponse = OnlineDeployment;
|
|
|
7043
6958
|
|
|
7044
6959
|
/** Optional parameters. */
|
|
7045
6960
|
export declare interface OnlineDeploymentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
7046
|
-
/** Continuation token for pagination. */
|
|
7047
|
-
skip?: string;
|
|
7048
|
-
/** Ordering of list. */
|
|
7049
|
-
orderBy?: string;
|
|
7050
|
-
/** Top of list. */
|
|
7051
|
-
top?: number;
|
|
7052
6961
|
}
|
|
7053
6962
|
|
|
7054
6963
|
/** Contains response data for the listNext operation. */
|
|
@@ -7069,10 +6978,6 @@ export declare type OnlineDeploymentsListResponse = OnlineDeploymentTrackedResou
|
|
|
7069
6978
|
|
|
7070
6979
|
/** Optional parameters. */
|
|
7071
6980
|
export declare interface OnlineDeploymentsListSkusNextOptionalParams extends coreClient.OperationOptions {
|
|
7072
|
-
/** Continuation token for pagination. */
|
|
7073
|
-
skip?: string;
|
|
7074
|
-
/** Number of Skus to be retrieved in a page of results. */
|
|
7075
|
-
count?: number;
|
|
7076
6981
|
}
|
|
7077
6982
|
|
|
7078
6983
|
/** Contains response data for the listSkusNext operation. */
|
|
@@ -7165,7 +7070,7 @@ export declare interface OnlineEndpoints {
|
|
|
7165
7070
|
* @param endpointName Online Endpoint name.
|
|
7166
7071
|
* @param options The options parameters.
|
|
7167
7072
|
*/
|
|
7168
|
-
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsDeleteOptionalParams): Promise<
|
|
7073
|
+
beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7169
7074
|
/**
|
|
7170
7075
|
* Delete Online Endpoint (asynchronous).
|
|
7171
7076
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -7190,7 +7095,7 @@ export declare interface OnlineEndpoints {
|
|
|
7190
7095
|
* @param body Online Endpoint entity to apply during operation.
|
|
7191
7096
|
* @param options The options parameters.
|
|
7192
7097
|
*/
|
|
7193
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: OnlineEndpointsUpdateOptionalParams): Promise<
|
|
7098
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: OnlineEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OnlineEndpointsUpdateResponse>, OnlineEndpointsUpdateResponse>>;
|
|
7194
7099
|
/**
|
|
7195
7100
|
* Update Online Endpoint (asynchronous).
|
|
7196
7101
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -7208,7 +7113,7 @@ export declare interface OnlineEndpoints {
|
|
|
7208
7113
|
* @param body Online Endpoint entity to apply during operation.
|
|
7209
7114
|
* @param options The options parameters.
|
|
7210
7115
|
*/
|
|
7211
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: OnlineEndpoint, options?: OnlineEndpointsCreateOrUpdateOptionalParams): Promise<
|
|
7116
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: OnlineEndpoint, options?: OnlineEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OnlineEndpointsCreateOrUpdateResponse>, OnlineEndpointsCreateOrUpdateResponse>>;
|
|
7212
7117
|
/**
|
|
7213
7118
|
* Create or update Online Endpoint (asynchronous).
|
|
7214
7119
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -7234,7 +7139,7 @@ export declare interface OnlineEndpoints {
|
|
|
7234
7139
|
* @param body RegenerateKeys request .
|
|
7235
7140
|
* @param options The options parameters.
|
|
7236
7141
|
*/
|
|
7237
|
-
beginRegenerateKeys(resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateEndpointKeysRequest, options?: OnlineEndpointsRegenerateKeysOptionalParams): Promise<
|
|
7142
|
+
beginRegenerateKeys(resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateEndpointKeysRequest, options?: OnlineEndpointsRegenerateKeysOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
7238
7143
|
/**
|
|
7239
7144
|
* Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous).
|
|
7240
7145
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -7314,20 +7219,6 @@ export declare type OnlineEndpointsListKeysResponse = EndpointAuthKeys;
|
|
|
7314
7219
|
|
|
7315
7220
|
/** Optional parameters. */
|
|
7316
7221
|
export declare interface OnlineEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
7317
|
-
/** Continuation token for pagination. */
|
|
7318
|
-
skip?: string;
|
|
7319
|
-
/** Number of endpoints to be retrieved in a page of results. */
|
|
7320
|
-
count?: number;
|
|
7321
|
-
/** A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 . */
|
|
7322
|
-
tags?: string;
|
|
7323
|
-
/** A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 . */
|
|
7324
|
-
properties?: string;
|
|
7325
|
-
/** Name of the endpoint. */
|
|
7326
|
-
name?: string;
|
|
7327
|
-
/** EndpointComputeType to be filtered by. */
|
|
7328
|
-
computeType?: EndpointComputeType;
|
|
7329
|
-
/** The option to order the response. */
|
|
7330
|
-
orderBy?: OrderString;
|
|
7331
7222
|
}
|
|
7332
7223
|
|
|
7333
7224
|
/** Contains response data for the listNext operation. */
|
|
@@ -8051,6 +7942,8 @@ export declare interface RegistryListCredentialsResult {
|
|
|
8051
7942
|
|
|
8052
7943
|
/** Regression task in AutoML Table vertical. */
|
|
8053
7944
|
export declare interface Regression extends TableVertical, AutoMLVertical {
|
|
7945
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7946
|
+
taskType: "Regression";
|
|
8054
7947
|
/** Primary metric for regression task. */
|
|
8055
7948
|
primaryMetric?: RegressionPrimaryMetrics;
|
|
8056
7949
|
/** Inputs for training phase for an AutoML Job. */
|
|
@@ -8400,7 +8293,7 @@ export declare interface Schedules {
|
|
|
8400
8293
|
* @param name Schedule name.
|
|
8401
8294
|
* @param options The options parameters.
|
|
8402
8295
|
*/
|
|
8403
|
-
beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<
|
|
8296
|
+
beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
8404
8297
|
/**
|
|
8405
8298
|
* Delete schedule.
|
|
8406
8299
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -8425,7 +8318,7 @@ export declare interface Schedules {
|
|
|
8425
8318
|
* @param body Schedule definition.
|
|
8426
8319
|
* @param options The options parameters.
|
|
8427
8320
|
*/
|
|
8428
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<
|
|
8321
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SchedulesCreateOrUpdateResponse>, SchedulesCreateOrUpdateResponse>>;
|
|
8429
8322
|
/**
|
|
8430
8323
|
* Create or update schedule.
|
|
8431
8324
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -8483,10 +8376,6 @@ export declare type SchedulesGetResponse = Schedule;
|
|
|
8483
8376
|
|
|
8484
8377
|
/** Optional parameters. */
|
|
8485
8378
|
export declare interface SchedulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
8486
|
-
/** Continuation token for pagination. */
|
|
8487
|
-
skip?: string;
|
|
8488
|
-
/** Status filter for schedule. */
|
|
8489
|
-
listViewType?: ScheduleListViewType;
|
|
8490
8379
|
}
|
|
8491
8380
|
|
|
8492
8381
|
/** Contains response data for the listNext operation. */
|
|
@@ -9094,6 +8983,8 @@ export declare interface TensorFlow extends DistributionConfiguration {
|
|
|
9094
8983
|
* NLP - Natural Language Processing.
|
|
9095
8984
|
*/
|
|
9096
8985
|
export declare interface TextClassification extends NlpVertical, AutoMLVertical {
|
|
8986
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8987
|
+
taskType: "TextClassification";
|
|
9097
8988
|
/** Primary metric for Text-Classification task. */
|
|
9098
8989
|
primaryMetric?: ClassificationPrimaryMetrics;
|
|
9099
8990
|
}
|
|
@@ -9103,6 +8994,8 @@ export declare interface TextClassification extends NlpVertical, AutoMLVertical
|
|
|
9103
8994
|
* NLP - Natural Language Processing.
|
|
9104
8995
|
*/
|
|
9105
8996
|
export declare interface TextClassificationMultilabel extends NlpVertical, AutoMLVertical {
|
|
8997
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8998
|
+
taskType: "TextClassificationMultilabel";
|
|
9106
8999
|
/**
|
|
9107
9000
|
* Primary metric for Text-Classification-Multilabel task.
|
|
9108
9001
|
* Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.
|
|
@@ -9117,6 +9010,8 @@ export declare interface TextClassificationMultilabel extends NlpVertical, AutoM
|
|
|
9117
9010
|
* NLP - Natural Language Processing.
|
|
9118
9011
|
*/
|
|
9119
9012
|
export declare interface TextNer extends NlpVertical, AutoMLVertical {
|
|
9013
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9014
|
+
taskType: "TextNER";
|
|
9120
9015
|
/**
|
|
9121
9016
|
* Primary metric for Text-NER task.
|
|
9122
9017
|
* Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly.
|
|
@@ -9205,9 +9100,13 @@ export declare type TriggerBaseUnion = TriggerBase | RecurrenceTrigger | CronTri
|
|
|
9205
9100
|
export declare type TriggerType = string;
|
|
9206
9101
|
|
|
9207
9102
|
export declare interface TritonModelJobInput extends AssetJobInput, JobInput {
|
|
9103
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9104
|
+
jobInputType: "triton_model";
|
|
9208
9105
|
}
|
|
9209
9106
|
|
|
9210
9107
|
export declare interface TritonModelJobOutput extends AssetJobOutput, JobOutput {
|
|
9108
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9109
|
+
jobOutputType: "triton_model";
|
|
9211
9110
|
}
|
|
9212
9111
|
|
|
9213
9112
|
/** Defines an early termination policy that cancels a given percentage of runs at each evaluation interval. */
|
|
@@ -9281,9 +9180,13 @@ export declare interface UriFileDataVersion extends DataVersionBaseProperties {
|
|
|
9281
9180
|
}
|
|
9282
9181
|
|
|
9283
9182
|
export declare interface UriFileJobInput extends AssetJobInput, JobInput {
|
|
9183
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9184
|
+
jobInputType: "uri_file";
|
|
9284
9185
|
}
|
|
9285
9186
|
|
|
9286
9187
|
export declare interface UriFileJobOutput extends AssetJobOutput, JobOutput {
|
|
9188
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9189
|
+
jobOutputType: "uri_file";
|
|
9287
9190
|
}
|
|
9288
9191
|
|
|
9289
9192
|
/** uri-folder data version entity */
|
|
@@ -9293,9 +9196,13 @@ export declare interface UriFolderDataVersion extends DataVersionBaseProperties
|
|
|
9293
9196
|
}
|
|
9294
9197
|
|
|
9295
9198
|
export declare interface UriFolderJobInput extends AssetJobInput, JobInput {
|
|
9199
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9200
|
+
jobInputType: "uri_folder";
|
|
9296
9201
|
}
|
|
9297
9202
|
|
|
9298
9203
|
export declare interface UriFolderJobOutput extends AssetJobOutput, JobOutput {
|
|
9204
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9205
|
+
jobOutputType: "uri_folder";
|
|
9299
9206
|
}
|
|
9300
9207
|
|
|
9301
9208
|
/** Describes AML Resource Usage. */
|
|
@@ -9809,10 +9716,6 @@ export declare interface WorkspaceConnectionSharedAccessSignature {
|
|
|
9809
9716
|
|
|
9810
9717
|
/** Optional parameters. */
|
|
9811
9718
|
export declare interface WorkspaceConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
9812
|
-
/** Target of the workspace connection. */
|
|
9813
|
-
target?: string;
|
|
9814
|
-
/** Category of the workspace connection. */
|
|
9815
|
-
category?: string;
|
|
9816
9719
|
}
|
|
9817
9720
|
|
|
9818
9721
|
/** Contains response data for the listNext operation. */
|
|
@@ -9894,7 +9797,7 @@ export declare interface Workspaces {
|
|
|
9894
9797
|
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
9895
9798
|
* @param options The options parameters.
|
|
9896
9799
|
*/
|
|
9897
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<
|
|
9800
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
|
|
9898
9801
|
/**
|
|
9899
9802
|
* Creates or updates a workspace with the specified parameters.
|
|
9900
9803
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -9909,7 +9812,7 @@ export declare interface Workspaces {
|
|
|
9909
9812
|
* @param workspaceName Name of Azure Machine Learning workspace.
|
|
9910
9813
|
* @param options The options parameters.
|
|
9911
9814
|
*/
|
|
9912
|
-
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<
|
|
9815
|
+
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
9913
9816
|
/**
|
|
9914
9817
|
* Deletes a machine learning workspace.
|
|
9915
9818
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -9924,7 +9827,7 @@ export declare interface Workspaces {
|
|
|
9924
9827
|
* @param parameters The parameters for updating a machine learning workspace.
|
|
9925
9828
|
* @param options The options parameters.
|
|
9926
9829
|
*/
|
|
9927
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams): Promise<
|
|
9830
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesUpdateResponse>, WorkspacesUpdateResponse>>;
|
|
9928
9831
|
/**
|
|
9929
9832
|
* Updates a machine learning workspace with the specified parameters.
|
|
9930
9833
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -9939,7 +9842,7 @@ export declare interface Workspaces {
|
|
|
9939
9842
|
* @param workspaceName Name of Azure Machine Learning workspace.
|
|
9940
9843
|
* @param options The options parameters.
|
|
9941
9844
|
*/
|
|
9942
|
-
beginDiagnose(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams): Promise<
|
|
9845
|
+
beginDiagnose(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesDiagnoseResponse>, WorkspacesDiagnoseResponse>>;
|
|
9943
9846
|
/**
|
|
9944
9847
|
* Diagnose workspace setup issue.
|
|
9945
9848
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -9962,7 +9865,7 @@ export declare interface Workspaces {
|
|
|
9962
9865
|
* @param workspaceName Name of Azure Machine Learning workspace.
|
|
9963
9866
|
* @param options The options parameters.
|
|
9964
9867
|
*/
|
|
9965
|
-
beginResyncKeys(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams): Promise<
|
|
9868
|
+
beginResyncKeys(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
9966
9869
|
/**
|
|
9967
9870
|
* Resync all the keys associated with this workspace. This includes keys for the storage account, app
|
|
9968
9871
|
* insights and password for container registry
|
|
@@ -9984,7 +9887,7 @@ export declare interface Workspaces {
|
|
|
9984
9887
|
* @param workspaceName Name of Azure Machine Learning workspace.
|
|
9985
9888
|
* @param options The options parameters.
|
|
9986
9889
|
*/
|
|
9987
|
-
beginPrepareNotebook(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams): Promise<
|
|
9890
|
+
beginPrepareNotebook(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesPrepareNotebookResponse>, WorkspacesPrepareNotebookResponse>>;
|
|
9988
9891
|
/**
|
|
9989
9892
|
* Prepare a notebook.
|
|
9990
9893
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -10065,8 +9968,6 @@ export declare type WorkspacesGetResponse = Workspace;
|
|
|
10065
9968
|
|
|
10066
9969
|
/** Optional parameters. */
|
|
10067
9970
|
export declare interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
10068
|
-
/** Continuation token for pagination. */
|
|
10069
|
-
skip?: string;
|
|
10070
9971
|
}
|
|
10071
9972
|
|
|
10072
9973
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
@@ -10083,8 +9984,6 @@ export declare type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
|
|
|
10083
9984
|
|
|
10084
9985
|
/** Optional parameters. */
|
|
10085
9986
|
export declare interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
10086
|
-
/** Continuation token for pagination. */
|
|
10087
|
-
skip?: string;
|
|
10088
9987
|
}
|
|
10089
9988
|
|
|
10090
9989
|
/** Contains response data for the listBySubscriptionNext operation. */
|