@azure/arm-machinelearningexperimentation 2.0.0-beta.4 → 2.0.0-beta.5
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 +12 -2
- package/LICENSE +4 -4
- package/README.md +25 -18
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/mLTeamAccountManagementClient.d.ts +2 -2
- package/dist/browser/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/mLTeamAccountManagementClient.js +33 -24
- package/dist/browser/mLTeamAccountManagementClient.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +19 -19
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +57 -27
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
- package/dist/browser/operations/accounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.js +48 -78
- package/dist/browser/operations/accounts.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +12 -27
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/projects.d.ts +3 -3
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/projects.js +26 -41
- package/dist/browser/operations/projects.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.js +26 -41
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.d.ts +1 -1
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/mLTeamAccountManagementClient.d.ts +23 -0
- package/dist/commonjs/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist/commonjs/mLTeamAccountManagementClient.js +117 -0
- package/dist/commonjs/mLTeamAccountManagementClient.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +329 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +17 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +554 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +18 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +156 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts +90 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -0
- package/dist/commonjs/operations/accounts.js +362 -0
- package/dist/commonjs/operations/accounts.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +86 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +308 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +79 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +281 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/mLTeamAccountManagementClient.d.ts +23 -0
- package/dist/esm/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist/esm/mLTeamAccountManagementClient.js +112 -0
- package/dist/esm/mLTeamAccountManagementClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +329 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +17 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +551 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +18 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +153 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts +90 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -0
- package/dist/esm/operations/accounts.js +357 -0
- package/dist/esm/operations/accounts.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +86 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +303 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +79 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +276 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts +52 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.js +9 -0
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts +57 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.js +9 -0
- package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/mLTeamAccountManagementClient.d.ts +23 -0
- package/dist/react-native/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist/react-native/mLTeamAccountManagementClient.js +112 -0
- package/dist/react-native/mLTeamAccountManagementClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +329 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +9 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +17 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +551 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +18 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +153 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts +90 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -0
- package/dist/react-native/operations/accounts.js +357 -0
- package/dist/react-native/operations/accounts.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +86 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +303 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +79 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +276 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.js +9 -0
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +85 -76
- package/dist/index.js +0 -1926
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -40
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.js +0 -51
- package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.js +0 -42
- package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.js +0 -42
- package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.js +0 -54
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.js +0 -46
- package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +0 -41
- package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListByAccountsSample.js +0 -54
- package/dist-esm/samples-dev/workspacesListByAccountsSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +0 -1
- package/dist-esm/src/mLTeamAccountManagementClient.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/projects.d.ts.map +0 -1
- package/dist-esm/src/operations/projects.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- 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
- package/rollup.config.js +0 -122
- package/src/mLTeamAccountManagementClient.ts +0 -156
- package/src/models/index.ts +0 -390
- package/src/models/mappers.ts +0 -567
- package/src/models/parameters.ts +0 -181
- package/src/operations/accounts.ts +0 -481
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -103
- package/src/operations/projects.ts +0 -436
- package/src/operations/workspaces.ts +0 -395
- package/src/operationsInterfaces/accounts.ts +0 -96
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/projects.ts +0 -108
- package/src/operationsInterfaces/workspaces.ts +0 -98
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-machinelearningexperimentation.d.ts +0 -580
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-machinelearningexperimentation.api.md → arm-machinelearningexperimentation-node.api.md} +0 -0
|
@@ -1,395 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Workspaces } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { MLTeamAccountManagementClient } from "../mLTeamAccountManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
Workspace,
|
|
18
|
-
WorkspacesListByAccountsNextOptionalParams,
|
|
19
|
-
WorkspacesListByAccountsOptionalParams,
|
|
20
|
-
WorkspacesListByAccountsResponse,
|
|
21
|
-
WorkspacesGetOptionalParams,
|
|
22
|
-
WorkspacesGetResponse,
|
|
23
|
-
WorkspacesCreateOrUpdateOptionalParams,
|
|
24
|
-
WorkspacesCreateOrUpdateResponse,
|
|
25
|
-
WorkspacesDeleteOptionalParams,
|
|
26
|
-
WorkspaceUpdateParameters,
|
|
27
|
-
WorkspacesUpdateOptionalParams,
|
|
28
|
-
WorkspacesUpdateResponse,
|
|
29
|
-
WorkspacesListByAccountsNextResponse
|
|
30
|
-
} from "../models";
|
|
31
|
-
|
|
32
|
-
/// <reference lib="esnext.asynciterable" />
|
|
33
|
-
/** Class containing Workspaces operations. */
|
|
34
|
-
export class WorkspacesImpl implements Workspaces {
|
|
35
|
-
private readonly client: MLTeamAccountManagementClient;
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Initialize a new instance of the class Workspaces class.
|
|
39
|
-
* @param client Reference to the service client
|
|
40
|
-
*/
|
|
41
|
-
constructor(client: MLTeamAccountManagementClient) {
|
|
42
|
-
this.client = client;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Lists all the available machine learning workspaces under the specified team account.
|
|
47
|
-
* @param accountName The name of the machine learning team account.
|
|
48
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
49
|
-
* belongs.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
public listByAccounts(
|
|
53
|
-
accountName: string,
|
|
54
|
-
resourceGroupName: string,
|
|
55
|
-
options?: WorkspacesListByAccountsOptionalParams
|
|
56
|
-
): PagedAsyncIterableIterator<Workspace> {
|
|
57
|
-
const iter = this.listByAccountsPagingAll(
|
|
58
|
-
accountName,
|
|
59
|
-
resourceGroupName,
|
|
60
|
-
options
|
|
61
|
-
);
|
|
62
|
-
return {
|
|
63
|
-
next() {
|
|
64
|
-
return iter.next();
|
|
65
|
-
},
|
|
66
|
-
[Symbol.asyncIterator]() {
|
|
67
|
-
return this;
|
|
68
|
-
},
|
|
69
|
-
byPage: (settings?: PageSettings) => {
|
|
70
|
-
if (settings?.maxPageSize) {
|
|
71
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
72
|
-
}
|
|
73
|
-
return this.listByAccountsPagingPage(
|
|
74
|
-
accountName,
|
|
75
|
-
resourceGroupName,
|
|
76
|
-
options,
|
|
77
|
-
settings
|
|
78
|
-
);
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
private async *listByAccountsPagingPage(
|
|
84
|
-
accountName: string,
|
|
85
|
-
resourceGroupName: string,
|
|
86
|
-
options?: WorkspacesListByAccountsOptionalParams,
|
|
87
|
-
settings?: PageSettings
|
|
88
|
-
): AsyncIterableIterator<Workspace[]> {
|
|
89
|
-
let result: WorkspacesListByAccountsResponse;
|
|
90
|
-
let continuationToken = settings?.continuationToken;
|
|
91
|
-
if (!continuationToken) {
|
|
92
|
-
result = await this._listByAccounts(
|
|
93
|
-
accountName,
|
|
94
|
-
resourceGroupName,
|
|
95
|
-
options
|
|
96
|
-
);
|
|
97
|
-
let page = result.value || [];
|
|
98
|
-
continuationToken = result.nextLink;
|
|
99
|
-
setContinuationToken(page, continuationToken);
|
|
100
|
-
yield page;
|
|
101
|
-
}
|
|
102
|
-
while (continuationToken) {
|
|
103
|
-
result = await this._listByAccountsNext(
|
|
104
|
-
accountName,
|
|
105
|
-
resourceGroupName,
|
|
106
|
-
continuationToken,
|
|
107
|
-
options
|
|
108
|
-
);
|
|
109
|
-
continuationToken = result.nextLink;
|
|
110
|
-
let page = result.value || [];
|
|
111
|
-
setContinuationToken(page, continuationToken);
|
|
112
|
-
yield page;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
private async *listByAccountsPagingAll(
|
|
117
|
-
accountName: string,
|
|
118
|
-
resourceGroupName: string,
|
|
119
|
-
options?: WorkspacesListByAccountsOptionalParams
|
|
120
|
-
): AsyncIterableIterator<Workspace> {
|
|
121
|
-
for await (const page of this.listByAccountsPagingPage(
|
|
122
|
-
accountName,
|
|
123
|
-
resourceGroupName,
|
|
124
|
-
options
|
|
125
|
-
)) {
|
|
126
|
-
yield* page;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* Gets the properties of the specified machine learning workspace.
|
|
132
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
133
|
-
* belongs.
|
|
134
|
-
* @param accountName The name of the machine learning team account.
|
|
135
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
136
|
-
* @param options The options parameters.
|
|
137
|
-
*/
|
|
138
|
-
get(
|
|
139
|
-
resourceGroupName: string,
|
|
140
|
-
accountName: string,
|
|
141
|
-
workspaceName: string,
|
|
142
|
-
options?: WorkspacesGetOptionalParams
|
|
143
|
-
): Promise<WorkspacesGetResponse> {
|
|
144
|
-
return this.client.sendOperationRequest(
|
|
145
|
-
{ resourceGroupName, accountName, workspaceName, options },
|
|
146
|
-
getOperationSpec
|
|
147
|
-
);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/**
|
|
151
|
-
* Creates or updates a machine learning workspace with the specified parameters.
|
|
152
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
153
|
-
* belongs.
|
|
154
|
-
* @param accountName The name of the machine learning team account.
|
|
155
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
156
|
-
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
157
|
-
* @param options The options parameters.
|
|
158
|
-
*/
|
|
159
|
-
createOrUpdate(
|
|
160
|
-
resourceGroupName: string,
|
|
161
|
-
accountName: string,
|
|
162
|
-
workspaceName: string,
|
|
163
|
-
parameters: Workspace,
|
|
164
|
-
options?: WorkspacesCreateOrUpdateOptionalParams
|
|
165
|
-
): Promise<WorkspacesCreateOrUpdateResponse> {
|
|
166
|
-
return this.client.sendOperationRequest(
|
|
167
|
-
{ resourceGroupName, accountName, workspaceName, parameters, options },
|
|
168
|
-
createOrUpdateOperationSpec
|
|
169
|
-
);
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* Deletes a machine learning workspace.
|
|
174
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
175
|
-
* belongs.
|
|
176
|
-
* @param accountName The name of the machine learning team account.
|
|
177
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
178
|
-
* @param options The options parameters.
|
|
179
|
-
*/
|
|
180
|
-
delete(
|
|
181
|
-
resourceGroupName: string,
|
|
182
|
-
accountName: string,
|
|
183
|
-
workspaceName: string,
|
|
184
|
-
options?: WorkspacesDeleteOptionalParams
|
|
185
|
-
): Promise<void> {
|
|
186
|
-
return this.client.sendOperationRequest(
|
|
187
|
-
{ resourceGroupName, accountName, workspaceName, options },
|
|
188
|
-
deleteOperationSpec
|
|
189
|
-
);
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* Updates a machine learning workspace with the specified parameters.
|
|
194
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
195
|
-
* belongs.
|
|
196
|
-
* @param accountName The name of the machine learning team account.
|
|
197
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
198
|
-
* @param parameters The parameters for updating a machine learning workspace.
|
|
199
|
-
* @param options The options parameters.
|
|
200
|
-
*/
|
|
201
|
-
update(
|
|
202
|
-
resourceGroupName: string,
|
|
203
|
-
accountName: string,
|
|
204
|
-
workspaceName: string,
|
|
205
|
-
parameters: WorkspaceUpdateParameters,
|
|
206
|
-
options?: WorkspacesUpdateOptionalParams
|
|
207
|
-
): Promise<WorkspacesUpdateResponse> {
|
|
208
|
-
return this.client.sendOperationRequest(
|
|
209
|
-
{ resourceGroupName, accountName, workspaceName, parameters, options },
|
|
210
|
-
updateOperationSpec
|
|
211
|
-
);
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
* Lists all the available machine learning workspaces under the specified team account.
|
|
216
|
-
* @param accountName The name of the machine learning team account.
|
|
217
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
218
|
-
* belongs.
|
|
219
|
-
* @param options The options parameters.
|
|
220
|
-
*/
|
|
221
|
-
private _listByAccounts(
|
|
222
|
-
accountName: string,
|
|
223
|
-
resourceGroupName: string,
|
|
224
|
-
options?: WorkspacesListByAccountsOptionalParams
|
|
225
|
-
): Promise<WorkspacesListByAccountsResponse> {
|
|
226
|
-
return this.client.sendOperationRequest(
|
|
227
|
-
{ accountName, resourceGroupName, options },
|
|
228
|
-
listByAccountsOperationSpec
|
|
229
|
-
);
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* ListByAccountsNext
|
|
234
|
-
* @param accountName The name of the machine learning team account.
|
|
235
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
236
|
-
* belongs.
|
|
237
|
-
* @param nextLink The nextLink from the previous successful call to the ListByAccounts method.
|
|
238
|
-
* @param options The options parameters.
|
|
239
|
-
*/
|
|
240
|
-
private _listByAccountsNext(
|
|
241
|
-
accountName: string,
|
|
242
|
-
resourceGroupName: string,
|
|
243
|
-
nextLink: string,
|
|
244
|
-
options?: WorkspacesListByAccountsNextOptionalParams
|
|
245
|
-
): Promise<WorkspacesListByAccountsNextResponse> {
|
|
246
|
-
return this.client.sendOperationRequest(
|
|
247
|
-
{ accountName, resourceGroupName, nextLink, options },
|
|
248
|
-
listByAccountsNextOperationSpec
|
|
249
|
-
);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
// Operation Specifications
|
|
253
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
254
|
-
|
|
255
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
256
|
-
path:
|
|
257
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
258
|
-
httpMethod: "GET",
|
|
259
|
-
responses: {
|
|
260
|
-
200: {
|
|
261
|
-
bodyMapper: Mappers.Workspace
|
|
262
|
-
},
|
|
263
|
-
default: {
|
|
264
|
-
bodyMapper: Mappers.ErrorResponse
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
queryParameters: [Parameters.apiVersion],
|
|
268
|
-
urlParameters: [
|
|
269
|
-
Parameters.$host,
|
|
270
|
-
Parameters.subscriptionId,
|
|
271
|
-
Parameters.resourceGroupName,
|
|
272
|
-
Parameters.accountName,
|
|
273
|
-
Parameters.workspaceName
|
|
274
|
-
],
|
|
275
|
-
headerParameters: [Parameters.accept],
|
|
276
|
-
serializer
|
|
277
|
-
};
|
|
278
|
-
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
279
|
-
path:
|
|
280
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
281
|
-
httpMethod: "PUT",
|
|
282
|
-
responses: {
|
|
283
|
-
200: {
|
|
284
|
-
bodyMapper: Mappers.Workspace
|
|
285
|
-
},
|
|
286
|
-
201: {
|
|
287
|
-
bodyMapper: Mappers.Workspace
|
|
288
|
-
},
|
|
289
|
-
default: {
|
|
290
|
-
bodyMapper: Mappers.ErrorResponse
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
requestBody: Parameters.parameters2,
|
|
294
|
-
queryParameters: [Parameters.apiVersion],
|
|
295
|
-
urlParameters: [
|
|
296
|
-
Parameters.$host,
|
|
297
|
-
Parameters.subscriptionId,
|
|
298
|
-
Parameters.resourceGroupName,
|
|
299
|
-
Parameters.accountName,
|
|
300
|
-
Parameters.workspaceName
|
|
301
|
-
],
|
|
302
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
303
|
-
mediaType: "json",
|
|
304
|
-
serializer
|
|
305
|
-
};
|
|
306
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
307
|
-
path:
|
|
308
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
309
|
-
httpMethod: "DELETE",
|
|
310
|
-
responses: {
|
|
311
|
-
200: {},
|
|
312
|
-
204: {},
|
|
313
|
-
default: {
|
|
314
|
-
bodyMapper: Mappers.ErrorResponse
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
queryParameters: [Parameters.apiVersion],
|
|
318
|
-
urlParameters: [
|
|
319
|
-
Parameters.$host,
|
|
320
|
-
Parameters.subscriptionId,
|
|
321
|
-
Parameters.resourceGroupName,
|
|
322
|
-
Parameters.accountName,
|
|
323
|
-
Parameters.workspaceName
|
|
324
|
-
],
|
|
325
|
-
headerParameters: [Parameters.accept],
|
|
326
|
-
serializer
|
|
327
|
-
};
|
|
328
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
|
329
|
-
path:
|
|
330
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
331
|
-
httpMethod: "PATCH",
|
|
332
|
-
responses: {
|
|
333
|
-
200: {
|
|
334
|
-
bodyMapper: Mappers.Workspace
|
|
335
|
-
},
|
|
336
|
-
default: {
|
|
337
|
-
bodyMapper: Mappers.ErrorResponse
|
|
338
|
-
}
|
|
339
|
-
},
|
|
340
|
-
requestBody: Parameters.parameters3,
|
|
341
|
-
queryParameters: [Parameters.apiVersion],
|
|
342
|
-
urlParameters: [
|
|
343
|
-
Parameters.$host,
|
|
344
|
-
Parameters.subscriptionId,
|
|
345
|
-
Parameters.resourceGroupName,
|
|
346
|
-
Parameters.accountName,
|
|
347
|
-
Parameters.workspaceName
|
|
348
|
-
],
|
|
349
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
350
|
-
mediaType: "json",
|
|
351
|
-
serializer
|
|
352
|
-
};
|
|
353
|
-
const listByAccountsOperationSpec: coreClient.OperationSpec = {
|
|
354
|
-
path:
|
|
355
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces",
|
|
356
|
-
httpMethod: "GET",
|
|
357
|
-
responses: {
|
|
358
|
-
200: {
|
|
359
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
360
|
-
},
|
|
361
|
-
default: {
|
|
362
|
-
bodyMapper: Mappers.ErrorResponse
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
queryParameters: [Parameters.apiVersion],
|
|
366
|
-
urlParameters: [
|
|
367
|
-
Parameters.$host,
|
|
368
|
-
Parameters.subscriptionId,
|
|
369
|
-
Parameters.resourceGroupName,
|
|
370
|
-
Parameters.accountName
|
|
371
|
-
],
|
|
372
|
-
headerParameters: [Parameters.accept],
|
|
373
|
-
serializer
|
|
374
|
-
};
|
|
375
|
-
const listByAccountsNextOperationSpec: coreClient.OperationSpec = {
|
|
376
|
-
path: "{nextLink}",
|
|
377
|
-
httpMethod: "GET",
|
|
378
|
-
responses: {
|
|
379
|
-
200: {
|
|
380
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
381
|
-
},
|
|
382
|
-
default: {
|
|
383
|
-
bodyMapper: Mappers.ErrorResponse
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
urlParameters: [
|
|
387
|
-
Parameters.$host,
|
|
388
|
-
Parameters.subscriptionId,
|
|
389
|
-
Parameters.resourceGroupName,
|
|
390
|
-
Parameters.accountName,
|
|
391
|
-
Parameters.nextLink
|
|
392
|
-
],
|
|
393
|
-
headerParameters: [Parameters.accept],
|
|
394
|
-
serializer
|
|
395
|
-
};
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
Account,
|
|
12
|
-
AccountsListByResourceGroupOptionalParams,
|
|
13
|
-
AccountsListOptionalParams,
|
|
14
|
-
AccountsGetOptionalParams,
|
|
15
|
-
AccountsGetResponse,
|
|
16
|
-
AccountsCreateOrUpdateOptionalParams,
|
|
17
|
-
AccountsCreateOrUpdateResponse,
|
|
18
|
-
AccountsDeleteOptionalParams,
|
|
19
|
-
AccountUpdateParameters,
|
|
20
|
-
AccountsUpdateOptionalParams,
|
|
21
|
-
AccountsUpdateResponse
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Interface representing a Accounts. */
|
|
26
|
-
export interface Accounts {
|
|
27
|
-
/**
|
|
28
|
-
* Lists all the available machine learning team accounts under the specified resource group.
|
|
29
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
30
|
-
* belongs.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
listByResourceGroup(
|
|
34
|
-
resourceGroupName: string,
|
|
35
|
-
options?: AccountsListByResourceGroupOptionalParams
|
|
36
|
-
): PagedAsyncIterableIterator<Account>;
|
|
37
|
-
/**
|
|
38
|
-
* Lists all the available machine learning team accounts under the specified subscription.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
list(
|
|
42
|
-
options?: AccountsListOptionalParams
|
|
43
|
-
): PagedAsyncIterableIterator<Account>;
|
|
44
|
-
/**
|
|
45
|
-
* Gets the properties of the specified machine learning team account.
|
|
46
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
47
|
-
* belongs.
|
|
48
|
-
* @param accountName The name of the machine learning team account.
|
|
49
|
-
* @param options The options parameters.
|
|
50
|
-
*/
|
|
51
|
-
get(
|
|
52
|
-
resourceGroupName: string,
|
|
53
|
-
accountName: string,
|
|
54
|
-
options?: AccountsGetOptionalParams
|
|
55
|
-
): Promise<AccountsGetResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Creates or updates a team account with the specified parameters.
|
|
58
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
59
|
-
* belongs.
|
|
60
|
-
* @param accountName The name of the machine learning team account.
|
|
61
|
-
* @param parameters The parameters for creating or updating a machine learning team account.
|
|
62
|
-
* @param options The options parameters.
|
|
63
|
-
*/
|
|
64
|
-
createOrUpdate(
|
|
65
|
-
resourceGroupName: string,
|
|
66
|
-
accountName: string,
|
|
67
|
-
parameters: Account,
|
|
68
|
-
options?: AccountsCreateOrUpdateOptionalParams
|
|
69
|
-
): Promise<AccountsCreateOrUpdateResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* Deletes a machine learning team account.
|
|
72
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
73
|
-
* belongs.
|
|
74
|
-
* @param accountName The name of the machine learning team account.
|
|
75
|
-
* @param options The options parameters.
|
|
76
|
-
*/
|
|
77
|
-
delete(
|
|
78
|
-
resourceGroupName: string,
|
|
79
|
-
accountName: string,
|
|
80
|
-
options?: AccountsDeleteOptionalParams
|
|
81
|
-
): Promise<void>;
|
|
82
|
-
/**
|
|
83
|
-
* Updates a machine learning team account with the specified parameters.
|
|
84
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
85
|
-
* belongs.
|
|
86
|
-
* @param accountName The name of the machine learning team account.
|
|
87
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
88
|
-
* @param options The options parameters.
|
|
89
|
-
*/
|
|
90
|
-
update(
|
|
91
|
-
resourceGroupName: string,
|
|
92
|
-
accountName: string,
|
|
93
|
-
parameters: AccountUpdateParameters,
|
|
94
|
-
options?: AccountsUpdateOptionalParams
|
|
95
|
-
): Promise<AccountsUpdateResponse>;
|
|
96
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export * from "./operations";
|
|
10
|
-
export * from "./accounts";
|
|
11
|
-
export * from "./workspaces";
|
|
12
|
-
export * from "./projects";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Operations. */
|
|
14
|
-
export interface Operations {
|
|
15
|
-
/**
|
|
16
|
-
* Lists all of the available Azure Machine Learning Team Accounts REST API operations.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: OperationsListOptionalParams
|
|
21
|
-
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
-
}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
Project,
|
|
12
|
-
ProjectsListByWorkspaceOptionalParams,
|
|
13
|
-
ProjectsGetOptionalParams,
|
|
14
|
-
ProjectsGetResponse,
|
|
15
|
-
ProjectsCreateOrUpdateOptionalParams,
|
|
16
|
-
ProjectsCreateOrUpdateResponse,
|
|
17
|
-
ProjectsDeleteOptionalParams,
|
|
18
|
-
ProjectUpdateParameters,
|
|
19
|
-
ProjectsUpdateOptionalParams,
|
|
20
|
-
ProjectsUpdateResponse
|
|
21
|
-
} from "../models";
|
|
22
|
-
|
|
23
|
-
/// <reference lib="esnext.asynciterable" />
|
|
24
|
-
/** Interface representing a Projects. */
|
|
25
|
-
export interface Projects {
|
|
26
|
-
/**
|
|
27
|
-
* Lists all the available machine learning projects under the specified workspace.
|
|
28
|
-
* @param accountName The name of the machine learning team account.
|
|
29
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
30
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
31
|
-
* belongs.
|
|
32
|
-
* @param options The options parameters.
|
|
33
|
-
*/
|
|
34
|
-
listByWorkspace(
|
|
35
|
-
accountName: string,
|
|
36
|
-
workspaceName: string,
|
|
37
|
-
resourceGroupName: string,
|
|
38
|
-
options?: ProjectsListByWorkspaceOptionalParams
|
|
39
|
-
): PagedAsyncIterableIterator<Project>;
|
|
40
|
-
/**
|
|
41
|
-
* Gets the properties of the specified machine learning project.
|
|
42
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
43
|
-
* belongs.
|
|
44
|
-
* @param accountName The name of the machine learning team account.
|
|
45
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
46
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
get(
|
|
50
|
-
resourceGroupName: string,
|
|
51
|
-
accountName: string,
|
|
52
|
-
workspaceName: string,
|
|
53
|
-
projectName: string,
|
|
54
|
-
options?: ProjectsGetOptionalParams
|
|
55
|
-
): Promise<ProjectsGetResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Creates or updates a project with the specified parameters.
|
|
58
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
59
|
-
* belongs.
|
|
60
|
-
* @param accountName The name of the machine learning team account.
|
|
61
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
62
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
63
|
-
* @param parameters The parameters for creating or updating a project.
|
|
64
|
-
* @param options The options parameters.
|
|
65
|
-
*/
|
|
66
|
-
createOrUpdate(
|
|
67
|
-
resourceGroupName: string,
|
|
68
|
-
accountName: string,
|
|
69
|
-
workspaceName: string,
|
|
70
|
-
projectName: string,
|
|
71
|
-
parameters: Project,
|
|
72
|
-
options?: ProjectsCreateOrUpdateOptionalParams
|
|
73
|
-
): Promise<ProjectsCreateOrUpdateResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* Deletes a project.
|
|
76
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
77
|
-
* belongs.
|
|
78
|
-
* @param accountName The name of the machine learning team account.
|
|
79
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
80
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
81
|
-
* @param options The options parameters.
|
|
82
|
-
*/
|
|
83
|
-
delete(
|
|
84
|
-
resourceGroupName: string,
|
|
85
|
-
accountName: string,
|
|
86
|
-
workspaceName: string,
|
|
87
|
-
projectName: string,
|
|
88
|
-
options?: ProjectsDeleteOptionalParams
|
|
89
|
-
): Promise<void>;
|
|
90
|
-
/**
|
|
91
|
-
* Updates a project with the specified parameters.
|
|
92
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
93
|
-
* belongs.
|
|
94
|
-
* @param accountName The name of the machine learning team account.
|
|
95
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
96
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
97
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
98
|
-
* @param options The options parameters.
|
|
99
|
-
*/
|
|
100
|
-
update(
|
|
101
|
-
resourceGroupName: string,
|
|
102
|
-
accountName: string,
|
|
103
|
-
workspaceName: string,
|
|
104
|
-
projectName: string,
|
|
105
|
-
parameters: ProjectUpdateParameters,
|
|
106
|
-
options?: ProjectsUpdateOptionalParams
|
|
107
|
-
): Promise<ProjectsUpdateResponse>;
|
|
108
|
-
}
|