@azure/arm-machinelearningcompute 3.0.0-beta.2 → 3.0.0-beta.4
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 +14 -4
- package/LICENSE +4 -4
- package/README.md +30 -20
- 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 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.d.ts +4 -2
- package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/browser/machineLearningComputeManagementClient.js +108 -0
- package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +86 -21
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +65 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +25 -12
- 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/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
- package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +3 -2
- package/dist/browser/operations/machineLearningCompute.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
- package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +168 -172
- package/dist/browser/operations/operationalizationClusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationalizationClusters.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- 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/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/machineLearningComputeManagementClient.js +113 -0
- package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
- package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -826
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +169 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +32 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +886 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +14 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +133 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
- package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/commonjs/operations/machineLearningCompute.js +49 -0
- package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
- package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
- package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/commonjs/operations/operationalizationClusters.js +586 -0
- package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.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 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/esm/machineLearningComputeManagementClient.js +108 -0
- package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +702 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +166 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +32 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +883 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +14 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +130 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
- package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/esm/operations/machineLearningCompute.js +44 -0
- package/dist/esm/operations/machineLearningCompute.js.map +1 -0
- package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
- package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/esm/operations/operationalizationClusters.js +581 -0
- package/dist/esm/operations/operationalizationClusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
- package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
- package/dist/esm/operationsInterfaces/operationalizationClusters.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/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/react-native/machineLearningComputeManagementClient.js +108 -0
- package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +702 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +166 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +32 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +883 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +14 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +130 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
- package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/react-native/operations/machineLearningCompute.js +44 -0
- package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
- package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
- package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/react-native/operations/operationalizationClusters.js +581 -0
- package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.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 +87 -74
- package/review/{arm-machinelearningcompute.api.md → arm-machinelearningcompute-node.api.md} +12 -74
- package/dist/index.js +0 -1880
- 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/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -29
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -29
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -54
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -34
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -34
- package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -54
- package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
- package/dist-esm/src/machineLearningComputeManagementClient.js +0 -70
- package/dist-esm/src/machineLearningComputeManagementClient.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.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/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
- package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
- package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.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 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/lroImpl.ts +0 -34
- package/src/machineLearningComputeManagementClient.ts +0 -108
- package/src/models/index.ts +0 -717
- package/src/models/mappers.ts +0 -914
- package/src/models/parameters.ts +0 -150
- package/src/operations/machineLearningCompute.ts +0 -59
- package/src/operations/operationalizationClusters.ts +0 -801
- package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
- package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +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/machineLearningCompute.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
|
@@ -297,7 +297,7 @@ export interface ResourceOperationDisplay {
|
|
|
297
297
|
description?: string;
|
|
298
298
|
}
|
|
299
299
|
/** Instance of an Azure ML Operationalization Cluster resource. */
|
|
300
|
-
export
|
|
300
|
+
export interface OperationalizationCluster extends Resource {
|
|
301
301
|
/** The description of the cluster. */
|
|
302
302
|
description?: string;
|
|
303
303
|
/**
|
|
@@ -332,7 +332,7 @@ export declare type OperationalizationCluster = Resource & {
|
|
|
332
332
|
appInsights?: AppInsightsProperties;
|
|
333
333
|
/** Contains global configuration for the web services in the cluster. */
|
|
334
334
|
globalServiceConfiguration?: GlobalServiceConfiguration;
|
|
335
|
-
}
|
|
335
|
+
}
|
|
336
336
|
/** Defines headers for OperationalizationClusters_delete operation. */
|
|
337
337
|
export interface OperationalizationClustersDeleteHeaders {
|
|
338
338
|
/** URI of the async operation. */
|
|
@@ -345,12 +345,19 @@ export interface OperationalizationClustersUpdateSystemServicesHeaders {
|
|
|
345
345
|
}
|
|
346
346
|
/** Known values of {@link OperationStatus} that the service accepts. */
|
|
347
347
|
export declare enum KnownOperationStatus {
|
|
348
|
+
/** Unknown */
|
|
348
349
|
Unknown = "Unknown",
|
|
350
|
+
/** Updating */
|
|
349
351
|
Updating = "Updating",
|
|
352
|
+
/** Creating */
|
|
350
353
|
Creating = "Creating",
|
|
354
|
+
/** Deleting */
|
|
351
355
|
Deleting = "Deleting",
|
|
356
|
+
/** Succeeded */
|
|
352
357
|
Succeeded = "Succeeded",
|
|
358
|
+
/** Failed */
|
|
353
359
|
Failed = "Failed",
|
|
360
|
+
/** Canceled */
|
|
354
361
|
Canceled = "Canceled"
|
|
355
362
|
}
|
|
356
363
|
/**
|
|
@@ -366,10 +373,12 @@ export declare enum KnownOperationStatus {
|
|
|
366
373
|
* **Failed** \
|
|
367
374
|
* **Canceled**
|
|
368
375
|
*/
|
|
369
|
-
export
|
|
376
|
+
export type OperationStatus = string;
|
|
370
377
|
/** Known values of {@link ClusterType} that the service accepts. */
|
|
371
378
|
export declare enum KnownClusterType {
|
|
379
|
+
/** ACS */
|
|
372
380
|
ACS = "ACS",
|
|
381
|
+
/** Local */
|
|
373
382
|
Local = "Local"
|
|
374
383
|
}
|
|
375
384
|
/**
|
|
@@ -380,10 +389,12 @@ export declare enum KnownClusterType {
|
|
|
380
389
|
* **ACS** \
|
|
381
390
|
* **Local**
|
|
382
391
|
*/
|
|
383
|
-
export
|
|
392
|
+
export type ClusterType = string;
|
|
384
393
|
/** Known values of {@link OrchestratorType} that the service accepts. */
|
|
385
394
|
export declare enum KnownOrchestratorType {
|
|
395
|
+
/** Kubernetes */
|
|
386
396
|
Kubernetes = "Kubernetes",
|
|
397
|
+
/** None */
|
|
387
398
|
None = "None"
|
|
388
399
|
}
|
|
389
400
|
/**
|
|
@@ -394,11 +405,14 @@ export declare enum KnownOrchestratorType {
|
|
|
394
405
|
* **Kubernetes** \
|
|
395
406
|
* **None**
|
|
396
407
|
*/
|
|
397
|
-
export
|
|
408
|
+
export type OrchestratorType = string;
|
|
398
409
|
/** Known values of {@link SystemServiceType} that the service accepts. */
|
|
399
410
|
export declare enum KnownSystemServiceType {
|
|
411
|
+
/** None */
|
|
400
412
|
None = "None",
|
|
413
|
+
/** ScoringFrontEnd */
|
|
401
414
|
ScoringFrontEnd = "ScoringFrontEnd",
|
|
415
|
+
/** BatchFrontEnd */
|
|
402
416
|
BatchFrontEnd = "BatchFrontEnd"
|
|
403
417
|
}
|
|
404
418
|
/**
|
|
@@ -410,55 +424,102 @@ export declare enum KnownSystemServiceType {
|
|
|
410
424
|
* **ScoringFrontEnd** \
|
|
411
425
|
* **BatchFrontEnd**
|
|
412
426
|
*/
|
|
413
|
-
export
|
|
427
|
+
export type SystemServiceType = string;
|
|
414
428
|
/** Known values of {@link AgentVMSizeTypes} that the service accepts. */
|
|
415
429
|
export declare enum KnownAgentVMSizeTypes {
|
|
430
|
+
/** StandardA0 */
|
|
416
431
|
StandardA0 = "Standard_A0",
|
|
432
|
+
/** StandardA1 */
|
|
417
433
|
StandardA1 = "Standard_A1",
|
|
434
|
+
/** StandardA2 */
|
|
418
435
|
StandardA2 = "Standard_A2",
|
|
436
|
+
/** StandardA3 */
|
|
419
437
|
StandardA3 = "Standard_A3",
|
|
438
|
+
/** StandardA4 */
|
|
420
439
|
StandardA4 = "Standard_A4",
|
|
440
|
+
/** StandardA5 */
|
|
421
441
|
StandardA5 = "Standard_A5",
|
|
442
|
+
/** StandardA6 */
|
|
422
443
|
StandardA6 = "Standard_A6",
|
|
444
|
+
/** StandardA7 */
|
|
423
445
|
StandardA7 = "Standard_A7",
|
|
446
|
+
/** StandardA8 */
|
|
424
447
|
StandardA8 = "Standard_A8",
|
|
448
|
+
/** StandardA9 */
|
|
425
449
|
StandardA9 = "Standard_A9",
|
|
450
|
+
/** StandardA10 */
|
|
426
451
|
StandardA10 = "Standard_A10",
|
|
452
|
+
/** StandardA11 */
|
|
427
453
|
StandardA11 = "Standard_A11",
|
|
454
|
+
/** StandardD1 */
|
|
428
455
|
StandardD1 = "Standard_D1",
|
|
456
|
+
/** StandardD2 */
|
|
429
457
|
StandardD2 = "Standard_D2",
|
|
458
|
+
/** StandardD3 */
|
|
430
459
|
StandardD3 = "Standard_D3",
|
|
460
|
+
/** StandardD4 */
|
|
431
461
|
StandardD4 = "Standard_D4",
|
|
462
|
+
/** StandardD11 */
|
|
432
463
|
StandardD11 = "Standard_D11",
|
|
464
|
+
/** StandardD12 */
|
|
433
465
|
StandardD12 = "Standard_D12",
|
|
466
|
+
/** StandardD13 */
|
|
434
467
|
StandardD13 = "Standard_D13",
|
|
468
|
+
/** StandardD14 */
|
|
435
469
|
StandardD14 = "Standard_D14",
|
|
470
|
+
/** StandardD1V2 */
|
|
436
471
|
StandardD1V2 = "Standard_D1_v2",
|
|
472
|
+
/** StandardD2V2 */
|
|
437
473
|
StandardD2V2 = "Standard_D2_v2",
|
|
474
|
+
/** StandardD3V2 */
|
|
438
475
|
StandardD3V2 = "Standard_D3_v2",
|
|
476
|
+
/** StandardD4V2 */
|
|
439
477
|
StandardD4V2 = "Standard_D4_v2",
|
|
478
|
+
/** StandardD5V2 */
|
|
440
479
|
StandardD5V2 = "Standard_D5_v2",
|
|
480
|
+
/** StandardD11V2 */
|
|
441
481
|
StandardD11V2 = "Standard_D11_v2",
|
|
482
|
+
/** StandardD12V2 */
|
|
442
483
|
StandardD12V2 = "Standard_D12_v2",
|
|
484
|
+
/** StandardD13V2 */
|
|
443
485
|
StandardD13V2 = "Standard_D13_v2",
|
|
486
|
+
/** StandardD14V2 */
|
|
444
487
|
StandardD14V2 = "Standard_D14_v2",
|
|
488
|
+
/** StandardG1 */
|
|
445
489
|
StandardG1 = "Standard_G1",
|
|
490
|
+
/** StandardG2 */
|
|
446
491
|
StandardG2 = "Standard_G2",
|
|
492
|
+
/** StandardG3 */
|
|
447
493
|
StandardG3 = "Standard_G3",
|
|
494
|
+
/** StandardG4 */
|
|
448
495
|
StandardG4 = "Standard_G4",
|
|
496
|
+
/** StandardG5 */
|
|
449
497
|
StandardG5 = "Standard_G5",
|
|
498
|
+
/** StandardDS1 */
|
|
450
499
|
StandardDS1 = "Standard_DS1",
|
|
500
|
+
/** StandardDS2 */
|
|
451
501
|
StandardDS2 = "Standard_DS2",
|
|
502
|
+
/** StandardDS3 */
|
|
452
503
|
StandardDS3 = "Standard_DS3",
|
|
504
|
+
/** StandardDS4 */
|
|
453
505
|
StandardDS4 = "Standard_DS4",
|
|
506
|
+
/** StandardDS11 */
|
|
454
507
|
StandardDS11 = "Standard_DS11",
|
|
508
|
+
/** StandardDS12 */
|
|
455
509
|
StandardDS12 = "Standard_DS12",
|
|
510
|
+
/** StandardDS13 */
|
|
456
511
|
StandardDS13 = "Standard_DS13",
|
|
512
|
+
/** StandardDS14 */
|
|
457
513
|
StandardDS14 = "Standard_DS14",
|
|
514
|
+
/** StandardGS1 */
|
|
458
515
|
StandardGS1 = "Standard_GS1",
|
|
516
|
+
/** StandardGS2 */
|
|
459
517
|
StandardGS2 = "Standard_GS2",
|
|
518
|
+
/** StandardGS3 */
|
|
460
519
|
StandardGS3 = "Standard_GS3",
|
|
520
|
+
/** StandardGS4 */
|
|
461
521
|
StandardGS4 = "Standard_GS4",
|
|
522
|
+
/** StandardGS5 */
|
|
462
523
|
StandardGS5 = "Standard_GS5"
|
|
463
524
|
}
|
|
464
525
|
/**
|
|
@@ -514,10 +575,12 @@ export declare enum KnownAgentVMSizeTypes {
|
|
|
514
575
|
* **Standard_GS4** \
|
|
515
576
|
* **Standard_GS5**
|
|
516
577
|
*/
|
|
517
|
-
export
|
|
578
|
+
export type AgentVMSizeTypes = string;
|
|
518
579
|
/** Known values of {@link Status} that the service accepts. */
|
|
519
580
|
export declare enum KnownStatus {
|
|
581
|
+
/** Enabled */
|
|
520
582
|
Enabled = "Enabled",
|
|
583
|
+
/** Disabled */
|
|
521
584
|
Disabled = "Disabled"
|
|
522
585
|
}
|
|
523
586
|
/**
|
|
@@ -528,10 +591,12 @@ export declare enum KnownStatus {
|
|
|
528
591
|
* **Enabled** \
|
|
529
592
|
* **Disabled**
|
|
530
593
|
*/
|
|
531
|
-
export
|
|
594
|
+
export type Status = string;
|
|
532
595
|
/** Known values of {@link UpdatesAvailable} that the service accepts. */
|
|
533
596
|
export declare enum KnownUpdatesAvailable {
|
|
597
|
+
/** Yes */
|
|
534
598
|
Yes = "Yes",
|
|
599
|
+
/** No */
|
|
535
600
|
No = "No"
|
|
536
601
|
}
|
|
537
602
|
/**
|
|
@@ -542,7 +607,7 @@ export declare enum KnownUpdatesAvailable {
|
|
|
542
607
|
* **Yes** \
|
|
543
608
|
* **No**
|
|
544
609
|
*/
|
|
545
|
-
export
|
|
610
|
+
export type UpdatesAvailable = string;
|
|
546
611
|
/** Optional parameters. */
|
|
547
612
|
export interface OperationalizationClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
548
613
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -551,17 +616,17 @@ export interface OperationalizationClustersCreateOrUpdateOptionalParams extends
|
|
|
551
616
|
resumeFrom?: string;
|
|
552
617
|
}
|
|
553
618
|
/** Contains response data for the createOrUpdate operation. */
|
|
554
|
-
export
|
|
619
|
+
export type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;
|
|
555
620
|
/** Optional parameters. */
|
|
556
621
|
export interface OperationalizationClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
557
622
|
}
|
|
558
623
|
/** Contains response data for the get operation. */
|
|
559
|
-
export
|
|
624
|
+
export type OperationalizationClustersGetResponse = OperationalizationCluster;
|
|
560
625
|
/** Optional parameters. */
|
|
561
626
|
export interface OperationalizationClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
562
627
|
}
|
|
563
628
|
/** Contains response data for the update operation. */
|
|
564
|
-
export
|
|
629
|
+
export type OperationalizationClustersUpdateResponse = OperationalizationCluster;
|
|
565
630
|
/** Optional parameters. */
|
|
566
631
|
export interface OperationalizationClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
567
632
|
/** If true, deletes all resources associated with this cluster. */
|
|
@@ -572,17 +637,17 @@ export interface OperationalizationClustersDeleteOptionalParams extends coreClie
|
|
|
572
637
|
resumeFrom?: string;
|
|
573
638
|
}
|
|
574
639
|
/** Contains response data for the delete operation. */
|
|
575
|
-
export
|
|
640
|
+
export type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;
|
|
576
641
|
/** Optional parameters. */
|
|
577
642
|
export interface OperationalizationClustersListKeysOptionalParams extends coreClient.OperationOptions {
|
|
578
643
|
}
|
|
579
644
|
/** Contains response data for the listKeys operation. */
|
|
580
|
-
export
|
|
645
|
+
export type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;
|
|
581
646
|
/** Optional parameters. */
|
|
582
647
|
export interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams extends coreClient.OperationOptions {
|
|
583
648
|
}
|
|
584
649
|
/** Contains response data for the checkSystemServicesUpdatesAvailable operation. */
|
|
585
|
-
export
|
|
650
|
+
export type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;
|
|
586
651
|
/** Optional parameters. */
|
|
587
652
|
export interface OperationalizationClustersUpdateSystemServicesOptionalParams extends coreClient.OperationOptions {
|
|
588
653
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -591,40 +656,40 @@ export interface OperationalizationClustersUpdateSystemServicesOptionalParams ex
|
|
|
591
656
|
resumeFrom?: string;
|
|
592
657
|
}
|
|
593
658
|
/** Contains response data for the updateSystemServices operation. */
|
|
594
|
-
export
|
|
659
|
+
export type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;
|
|
595
660
|
/** Optional parameters. */
|
|
596
661
|
export interface OperationalizationClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
597
662
|
/** Continuation token for pagination. */
|
|
598
663
|
skiptoken?: string;
|
|
599
664
|
}
|
|
600
665
|
/** Contains response data for the listByResourceGroup operation. */
|
|
601
|
-
export
|
|
666
|
+
export type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;
|
|
602
667
|
/** Optional parameters. */
|
|
603
668
|
export interface OperationalizationClustersListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
604
669
|
/** Continuation token for pagination. */
|
|
605
670
|
skiptoken?: string;
|
|
606
671
|
}
|
|
607
672
|
/** Contains response data for the listBySubscriptionId operation. */
|
|
608
|
-
export
|
|
673
|
+
export type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;
|
|
609
674
|
/** Optional parameters. */
|
|
610
675
|
export interface OperationalizationClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
611
676
|
/** Continuation token for pagination. */
|
|
612
677
|
skiptoken?: string;
|
|
613
678
|
}
|
|
614
679
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
615
|
-
export
|
|
680
|
+
export type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;
|
|
616
681
|
/** Optional parameters. */
|
|
617
682
|
export interface OperationalizationClustersListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
|
|
618
683
|
/** Continuation token for pagination. */
|
|
619
684
|
skiptoken?: string;
|
|
620
685
|
}
|
|
621
686
|
/** Contains response data for the listBySubscriptionIdNext operation. */
|
|
622
|
-
export
|
|
687
|
+
export type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;
|
|
623
688
|
/** Optional parameters. */
|
|
624
689
|
export interface MachineLearningComputeListAvailableOperationsOptionalParams extends coreClient.OperationOptions {
|
|
625
690
|
}
|
|
626
691
|
/** Contains response data for the listAvailableOperations operation. */
|
|
627
|
-
export
|
|
692
|
+
export type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;
|
|
628
693
|
/** Optional parameters. */
|
|
629
694
|
export interface MachineLearningComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
630
695
|
/** server parameter */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,94 +8,159 @@
|
|
|
8
8
|
/** Known values of {@link OperationStatus} that the service accepts. */
|
|
9
9
|
export var KnownOperationStatus;
|
|
10
10
|
(function (KnownOperationStatus) {
|
|
11
|
+
/** Unknown */
|
|
11
12
|
KnownOperationStatus["Unknown"] = "Unknown";
|
|
13
|
+
/** Updating */
|
|
12
14
|
KnownOperationStatus["Updating"] = "Updating";
|
|
15
|
+
/** Creating */
|
|
13
16
|
KnownOperationStatus["Creating"] = "Creating";
|
|
17
|
+
/** Deleting */
|
|
14
18
|
KnownOperationStatus["Deleting"] = "Deleting";
|
|
19
|
+
/** Succeeded */
|
|
15
20
|
KnownOperationStatus["Succeeded"] = "Succeeded";
|
|
21
|
+
/** Failed */
|
|
16
22
|
KnownOperationStatus["Failed"] = "Failed";
|
|
23
|
+
/** Canceled */
|
|
17
24
|
KnownOperationStatus["Canceled"] = "Canceled";
|
|
18
25
|
})(KnownOperationStatus || (KnownOperationStatus = {}));
|
|
19
26
|
/** Known values of {@link ClusterType} that the service accepts. */
|
|
20
27
|
export var KnownClusterType;
|
|
21
28
|
(function (KnownClusterType) {
|
|
29
|
+
/** ACS */
|
|
22
30
|
KnownClusterType["ACS"] = "ACS";
|
|
31
|
+
/** Local */
|
|
23
32
|
KnownClusterType["Local"] = "Local";
|
|
24
33
|
})(KnownClusterType || (KnownClusterType = {}));
|
|
25
34
|
/** Known values of {@link OrchestratorType} that the service accepts. */
|
|
26
35
|
export var KnownOrchestratorType;
|
|
27
36
|
(function (KnownOrchestratorType) {
|
|
37
|
+
/** Kubernetes */
|
|
28
38
|
KnownOrchestratorType["Kubernetes"] = "Kubernetes";
|
|
39
|
+
/** None */
|
|
29
40
|
KnownOrchestratorType["None"] = "None";
|
|
30
41
|
})(KnownOrchestratorType || (KnownOrchestratorType = {}));
|
|
31
42
|
/** Known values of {@link SystemServiceType} that the service accepts. */
|
|
32
43
|
export var KnownSystemServiceType;
|
|
33
44
|
(function (KnownSystemServiceType) {
|
|
45
|
+
/** None */
|
|
34
46
|
KnownSystemServiceType["None"] = "None";
|
|
47
|
+
/** ScoringFrontEnd */
|
|
35
48
|
KnownSystemServiceType["ScoringFrontEnd"] = "ScoringFrontEnd";
|
|
49
|
+
/** BatchFrontEnd */
|
|
36
50
|
KnownSystemServiceType["BatchFrontEnd"] = "BatchFrontEnd";
|
|
37
51
|
})(KnownSystemServiceType || (KnownSystemServiceType = {}));
|
|
38
52
|
/** Known values of {@link AgentVMSizeTypes} that the service accepts. */
|
|
39
53
|
export var KnownAgentVMSizeTypes;
|
|
40
54
|
(function (KnownAgentVMSizeTypes) {
|
|
55
|
+
/** StandardA0 */
|
|
41
56
|
KnownAgentVMSizeTypes["StandardA0"] = "Standard_A0";
|
|
57
|
+
/** StandardA1 */
|
|
42
58
|
KnownAgentVMSizeTypes["StandardA1"] = "Standard_A1";
|
|
59
|
+
/** StandardA2 */
|
|
43
60
|
KnownAgentVMSizeTypes["StandardA2"] = "Standard_A2";
|
|
61
|
+
/** StandardA3 */
|
|
44
62
|
KnownAgentVMSizeTypes["StandardA3"] = "Standard_A3";
|
|
63
|
+
/** StandardA4 */
|
|
45
64
|
KnownAgentVMSizeTypes["StandardA4"] = "Standard_A4";
|
|
65
|
+
/** StandardA5 */
|
|
46
66
|
KnownAgentVMSizeTypes["StandardA5"] = "Standard_A5";
|
|
67
|
+
/** StandardA6 */
|
|
47
68
|
KnownAgentVMSizeTypes["StandardA6"] = "Standard_A6";
|
|
69
|
+
/** StandardA7 */
|
|
48
70
|
KnownAgentVMSizeTypes["StandardA7"] = "Standard_A7";
|
|
71
|
+
/** StandardA8 */
|
|
49
72
|
KnownAgentVMSizeTypes["StandardA8"] = "Standard_A8";
|
|
73
|
+
/** StandardA9 */
|
|
50
74
|
KnownAgentVMSizeTypes["StandardA9"] = "Standard_A9";
|
|
75
|
+
/** StandardA10 */
|
|
51
76
|
KnownAgentVMSizeTypes["StandardA10"] = "Standard_A10";
|
|
77
|
+
/** StandardA11 */
|
|
52
78
|
KnownAgentVMSizeTypes["StandardA11"] = "Standard_A11";
|
|
79
|
+
/** StandardD1 */
|
|
53
80
|
KnownAgentVMSizeTypes["StandardD1"] = "Standard_D1";
|
|
81
|
+
/** StandardD2 */
|
|
54
82
|
KnownAgentVMSizeTypes["StandardD2"] = "Standard_D2";
|
|
83
|
+
/** StandardD3 */
|
|
55
84
|
KnownAgentVMSizeTypes["StandardD3"] = "Standard_D3";
|
|
85
|
+
/** StandardD4 */
|
|
56
86
|
KnownAgentVMSizeTypes["StandardD4"] = "Standard_D4";
|
|
87
|
+
/** StandardD11 */
|
|
57
88
|
KnownAgentVMSizeTypes["StandardD11"] = "Standard_D11";
|
|
89
|
+
/** StandardD12 */
|
|
58
90
|
KnownAgentVMSizeTypes["StandardD12"] = "Standard_D12";
|
|
91
|
+
/** StandardD13 */
|
|
59
92
|
KnownAgentVMSizeTypes["StandardD13"] = "Standard_D13";
|
|
93
|
+
/** StandardD14 */
|
|
60
94
|
KnownAgentVMSizeTypes["StandardD14"] = "Standard_D14";
|
|
95
|
+
/** StandardD1V2 */
|
|
61
96
|
KnownAgentVMSizeTypes["StandardD1V2"] = "Standard_D1_v2";
|
|
97
|
+
/** StandardD2V2 */
|
|
62
98
|
KnownAgentVMSizeTypes["StandardD2V2"] = "Standard_D2_v2";
|
|
99
|
+
/** StandardD3V2 */
|
|
63
100
|
KnownAgentVMSizeTypes["StandardD3V2"] = "Standard_D3_v2";
|
|
101
|
+
/** StandardD4V2 */
|
|
64
102
|
KnownAgentVMSizeTypes["StandardD4V2"] = "Standard_D4_v2";
|
|
103
|
+
/** StandardD5V2 */
|
|
65
104
|
KnownAgentVMSizeTypes["StandardD5V2"] = "Standard_D5_v2";
|
|
105
|
+
/** StandardD11V2 */
|
|
66
106
|
KnownAgentVMSizeTypes["StandardD11V2"] = "Standard_D11_v2";
|
|
107
|
+
/** StandardD12V2 */
|
|
67
108
|
KnownAgentVMSizeTypes["StandardD12V2"] = "Standard_D12_v2";
|
|
109
|
+
/** StandardD13V2 */
|
|
68
110
|
KnownAgentVMSizeTypes["StandardD13V2"] = "Standard_D13_v2";
|
|
111
|
+
/** StandardD14V2 */
|
|
69
112
|
KnownAgentVMSizeTypes["StandardD14V2"] = "Standard_D14_v2";
|
|
113
|
+
/** StandardG1 */
|
|
70
114
|
KnownAgentVMSizeTypes["StandardG1"] = "Standard_G1";
|
|
115
|
+
/** StandardG2 */
|
|
71
116
|
KnownAgentVMSizeTypes["StandardG2"] = "Standard_G2";
|
|
117
|
+
/** StandardG3 */
|
|
72
118
|
KnownAgentVMSizeTypes["StandardG3"] = "Standard_G3";
|
|
119
|
+
/** StandardG4 */
|
|
73
120
|
KnownAgentVMSizeTypes["StandardG4"] = "Standard_G4";
|
|
121
|
+
/** StandardG5 */
|
|
74
122
|
KnownAgentVMSizeTypes["StandardG5"] = "Standard_G5";
|
|
123
|
+
/** StandardDS1 */
|
|
75
124
|
KnownAgentVMSizeTypes["StandardDS1"] = "Standard_DS1";
|
|
125
|
+
/** StandardDS2 */
|
|
76
126
|
KnownAgentVMSizeTypes["StandardDS2"] = "Standard_DS2";
|
|
127
|
+
/** StandardDS3 */
|
|
77
128
|
KnownAgentVMSizeTypes["StandardDS3"] = "Standard_DS3";
|
|
129
|
+
/** StandardDS4 */
|
|
78
130
|
KnownAgentVMSizeTypes["StandardDS4"] = "Standard_DS4";
|
|
131
|
+
/** StandardDS11 */
|
|
79
132
|
KnownAgentVMSizeTypes["StandardDS11"] = "Standard_DS11";
|
|
133
|
+
/** StandardDS12 */
|
|
80
134
|
KnownAgentVMSizeTypes["StandardDS12"] = "Standard_DS12";
|
|
135
|
+
/** StandardDS13 */
|
|
81
136
|
KnownAgentVMSizeTypes["StandardDS13"] = "Standard_DS13";
|
|
137
|
+
/** StandardDS14 */
|
|
82
138
|
KnownAgentVMSizeTypes["StandardDS14"] = "Standard_DS14";
|
|
139
|
+
/** StandardGS1 */
|
|
83
140
|
KnownAgentVMSizeTypes["StandardGS1"] = "Standard_GS1";
|
|
141
|
+
/** StandardGS2 */
|
|
84
142
|
KnownAgentVMSizeTypes["StandardGS2"] = "Standard_GS2";
|
|
143
|
+
/** StandardGS3 */
|
|
85
144
|
KnownAgentVMSizeTypes["StandardGS3"] = "Standard_GS3";
|
|
145
|
+
/** StandardGS4 */
|
|
86
146
|
KnownAgentVMSizeTypes["StandardGS4"] = "Standard_GS4";
|
|
147
|
+
/** StandardGS5 */
|
|
87
148
|
KnownAgentVMSizeTypes["StandardGS5"] = "Standard_GS5";
|
|
88
149
|
})(KnownAgentVMSizeTypes || (KnownAgentVMSizeTypes = {}));
|
|
89
150
|
/** Known values of {@link Status} that the service accepts. */
|
|
90
151
|
export var KnownStatus;
|
|
91
152
|
(function (KnownStatus) {
|
|
153
|
+
/** Enabled */
|
|
92
154
|
KnownStatus["Enabled"] = "Enabled";
|
|
155
|
+
/** Disabled */
|
|
93
156
|
KnownStatus["Disabled"] = "Disabled";
|
|
94
157
|
})(KnownStatus || (KnownStatus = {}));
|
|
95
158
|
/** Known values of {@link UpdatesAvailable} that the service accepts. */
|
|
96
159
|
export var KnownUpdatesAvailable;
|
|
97
160
|
(function (KnownUpdatesAvailable) {
|
|
161
|
+
/** Yes */
|
|
98
162
|
KnownUpdatesAvailable["Yes"] = "Yes";
|
|
163
|
+
/** No */
|
|
99
164
|
KnownUpdatesAvailable["No"] = "No";
|
|
100
165
|
})(KnownUpdatesAvailable || (KnownUpdatesAvailable = {}));
|
|
101
166
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Wrapper for error response to follow ARM guidelines. */\nexport interface ErrorResponseWrapper {\n /** The error response. */\n error?: ErrorResponse;\n}\n\n/** Error response information. */\nexport interface ErrorResponse {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n /** An array of error detail objects. */\n details?: ErrorDetail[];\n}\n\n/** Error detail information. */\nexport interface ErrorDetail {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n}\n\n/** Properties of Storage Account. */\nexport interface StorageAccountProperties {\n /** ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Properties of Azure Container Registry. */\nexport interface ContainerRegistryProperties {\n /** ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Information about the container service backing the cluster */\nexport interface AcsClusterProperties {\n /**\n * The FQDN of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterFqdn?: string;\n /** Type of orchestrator. It cannot be changed once the cluster is created. */\n orchestratorType: OrchestratorType;\n /** Orchestrator specific properties */\n orchestratorProperties?: KubernetesClusterProperties;\n /** The system services deployed to the cluster */\n systemServices?: SystemService[];\n /** The number of master nodes in the container service. */\n masterCount?: number;\n /** The number of agent nodes in the Container Service. This can be changed to scale the cluster. */\n agentCount?: number;\n /** The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes. */\n agentVmSize?: AgentVMSizeTypes;\n}\n\n/** Kubernetes cluster specific properties */\nexport interface KubernetesClusterProperties {\n /** The Azure Service Principal used by Kubernetes */\n servicePrincipal?: ServicePrincipalProperties;\n}\n\n/** The Azure service principal used by Kubernetes for configuring load balancers */\nexport interface ServicePrincipalProperties {\n /** The service principal client ID */\n clientId: string;\n /** The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys. */\n secret: string;\n}\n\n/** Information about a system service deployed in the cluster */\nexport interface SystemService {\n /** The system service type */\n systemServiceType: SystemServiceType;\n /**\n * The public IP address of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIpAddress?: string;\n /**\n * The state of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Properties of App Insights. */\nexport interface AppInsightsProperties {\n /** ARM resource ID of the App Insights. */\n resourceId?: string;\n}\n\n/** Global configuration for services in the cluster. */\nexport interface GlobalServiceConfiguration {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The configuration ETag for updates. */\n etag?: string;\n /** The SSL configuration properties */\n ssl?: SslConfiguration;\n /** Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuth?: ServiceAuthConfiguration;\n /** The auto-scale configuration */\n autoScale?: AutoScaleConfiguration;\n}\n\n/** SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. */\nexport interface SslConfiguration {\n /** SSL status. Allowed values are Enabled and Disabled. */\n status?: Status;\n /** The SSL cert data in PEM format. */\n cert?: string;\n /** The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n key?: string;\n /** The CName of the certificate. */\n cname?: string;\n}\n\n/** Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. */\nexport interface ServiceAuthConfiguration {\n /** The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n primaryAuthKeyHash: string;\n /** The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n secondaryAuthKeyHash: string;\n}\n\n/** AutoScale configuration properties. */\nexport interface AutoScaleConfiguration {\n /** If auto-scale is enabled for all services. Each service can turn it off individually. */\n status?: Status;\n /** The minimum number of replicas for each service. */\n minReplicas?: number;\n /** The maximum number of replicas for each service. */\n maxReplicas?: number;\n /** The target utilization. */\n targetUtilization?: number;\n /** Refresh period in seconds. */\n refreshPeriodInSeconds?: number;\n}\n\n/** Azure resource */\nexport interface Resource {\n /**\n * Specifies the resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Specifies the name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Specifies the location of the resource. */\n location: string;\n /**\n * Specifies the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Parameters for PATCH operation on an operationalization cluster */\nexport interface OperationalizationClusterUpdateParameters {\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Credentials to resources in the cluster. */\nexport interface OperationalizationClusterCredentials {\n /** Credentials for the Storage Account. */\n storageAccount?: StorageAccountCredentials;\n /** Credentials for Azure Container Registry. */\n containerRegistry?: ContainerRegistryCredentials;\n /** Credentials for Azure Container Service. */\n containerService?: ContainerServiceCredentials;\n /** Credentials for Azure AppInsights. */\n appInsights?: AppInsightsCredentials;\n /** Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuthConfiguration?: ServiceAuthConfiguration;\n /** The SSL configuration for the services. */\n sslConfiguration?: SslConfiguration;\n}\n\n/** Access information for the storage account. */\nexport interface StorageAccountCredentials {\n /**\n * The ARM resource ID of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * The primary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryKey?: string;\n /**\n * The secondary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryKey?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerRegistryCredentials {\n /**\n * The ACR login server name. User name is the first part of the FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loginServer?: string;\n /**\n * The ACR primary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password?: string;\n /**\n * The ACR secondary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password2?: string;\n /**\n * The ACR login username.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly username?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerServiceCredentials {\n /**\n * The ACS kube config file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acsKubeConfig?: string;\n /**\n * Service principal configuration used by Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly servicePrincipalConfiguration?: ServicePrincipalProperties;\n /**\n * The ACR image pull secret name which was created in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imagePullSecretName?: string;\n}\n\n/** AppInsights credentials. */\nexport interface AppInsightsCredentials {\n /** The AppInsights application ID. */\n appId?: string;\n /** The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n instrumentationKey?: string;\n}\n\n/** Information about updates available for system services in a cluster. */\nexport interface CheckSystemServicesUpdatesAvailableResponse {\n /**\n * Yes if updates are available for the system services, No if not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatesAvailable?: UpdatesAvailable;\n}\n\n/** Response of the update system services API */\nexport interface UpdateSystemServicesResponse {\n /**\n * Update status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStatus?: OperationStatus;\n /**\n * The date and time when the last system services update was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStartedOn?: Date;\n /**\n * The date and time when the last system services update completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateCompletedOn?: Date;\n}\n\n/** Paginated list of operationalization clusters. */\nexport interface PaginatedOperationalizationClustersList {\n /** An array of cluster objects. */\n value?: OperationalizationCluster[];\n /** A continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\n/** Available operation list. */\nexport interface AvailableOperations {\n /** An array of available operations. */\n value?: ResourceOperation[];\n}\n\n/** Resource operation. */\nexport interface ResourceOperation {\n /** Name of this operation. */\n name?: string;\n /** Display of the operation. */\n display?: ResourceOperationDisplay;\n /** The operation origin. */\n origin?: string;\n}\n\n/** Display of the operation. */\nexport interface ResourceOperationDisplay {\n /** The resource provider name. */\n provider?: string;\n /** The resource name. */\n resource?: string;\n /** The operation. */\n operation?: string;\n /** The description of the operation. */\n description?: string;\n}\n\n/** Instance of an Azure ML Operationalization Cluster resource. */\nexport interface OperationalizationCluster extends Resource {\n /** The description of the cluster. */\n description?: string;\n /**\n * The date and time when the cluster was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The date and time when the cluster was last modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedOn?: Date;\n /**\n * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OperationStatus;\n /**\n * List of provisioning errors reported by the resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningErrors?: ErrorResponseWrapper[];\n /** The cluster type. */\n clusterType?: ClusterType;\n /** Storage Account properties. */\n storageAccount?: StorageAccountProperties;\n /** Container Registry properties. */\n containerRegistry?: ContainerRegistryProperties;\n /** Parameters for the Azure Container Service cluster. */\n containerService?: AcsClusterProperties;\n /** AppInsights configuration. */\n appInsights?: AppInsightsProperties;\n /** Contains global configuration for the web services in the cluster. */\n globalServiceConfiguration?: GlobalServiceConfiguration;\n}\n\n/** Defines headers for OperationalizationClusters_delete operation. */\nexport interface OperationalizationClustersDeleteHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Defines headers for OperationalizationClusters_updateSystemServices operation. */\nexport interface OperationalizationClustersUpdateSystemServicesHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Known values of {@link OperationStatus} that the service accepts. */\nexport enum KnownOperationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Updating */\n Updating = \"Updating\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for OperationStatus. \\\n * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Updating** \\\n * **Creating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type OperationStatus = string;\n\n/** Known values of {@link ClusterType} that the service accepts. */\nexport enum KnownClusterType {\n /** ACS */\n ACS = \"ACS\",\n /** Local */\n Local = \"Local\"\n}\n\n/**\n * Defines values for ClusterType. \\\n * {@link KnownClusterType} can be used interchangeably with ClusterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ACS** \\\n * **Local**\n */\nexport type ClusterType = string;\n\n/** Known values of {@link OrchestratorType} that the service accepts. */\nexport enum KnownOrchestratorType {\n /** Kubernetes */\n Kubernetes = \"Kubernetes\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for OrchestratorType. \\\n * {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Kubernetes** \\\n * **None**\n */\nexport type OrchestratorType = string;\n\n/** Known values of {@link SystemServiceType} that the service accepts. */\nexport enum KnownSystemServiceType {\n /** None */\n None = \"None\",\n /** ScoringFrontEnd */\n ScoringFrontEnd = \"ScoringFrontEnd\",\n /** BatchFrontEnd */\n BatchFrontEnd = \"BatchFrontEnd\"\n}\n\n/**\n * Defines values for SystemServiceType. \\\n * {@link KnownSystemServiceType} can be used interchangeably with SystemServiceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ScoringFrontEnd** \\\n * **BatchFrontEnd**\n */\nexport type SystemServiceType = string;\n\n/** Known values of {@link AgentVMSizeTypes} that the service accepts. */\nexport enum KnownAgentVMSizeTypes {\n /** StandardA0 */\n StandardA0 = \"Standard_A0\",\n /** StandardA1 */\n StandardA1 = \"Standard_A1\",\n /** StandardA2 */\n StandardA2 = \"Standard_A2\",\n /** StandardA3 */\n StandardA3 = \"Standard_A3\",\n /** StandardA4 */\n StandardA4 = \"Standard_A4\",\n /** StandardA5 */\n StandardA5 = \"Standard_A5\",\n /** StandardA6 */\n StandardA6 = \"Standard_A6\",\n /** StandardA7 */\n StandardA7 = \"Standard_A7\",\n /** StandardA8 */\n StandardA8 = \"Standard_A8\",\n /** StandardA9 */\n StandardA9 = \"Standard_A9\",\n /** StandardA10 */\n StandardA10 = \"Standard_A10\",\n /** StandardA11 */\n StandardA11 = \"Standard_A11\",\n /** StandardD1 */\n StandardD1 = \"Standard_D1\",\n /** StandardD2 */\n StandardD2 = \"Standard_D2\",\n /** StandardD3 */\n StandardD3 = \"Standard_D3\",\n /** StandardD4 */\n StandardD4 = \"Standard_D4\",\n /** StandardD11 */\n StandardD11 = \"Standard_D11\",\n /** StandardD12 */\n StandardD12 = \"Standard_D12\",\n /** StandardD13 */\n StandardD13 = \"Standard_D13\",\n /** StandardD14 */\n StandardD14 = \"Standard_D14\",\n /** StandardD1V2 */\n StandardD1V2 = \"Standard_D1_v2\",\n /** StandardD2V2 */\n StandardD2V2 = \"Standard_D2_v2\",\n /** StandardD3V2 */\n StandardD3V2 = \"Standard_D3_v2\",\n /** StandardD4V2 */\n StandardD4V2 = \"Standard_D4_v2\",\n /** StandardD5V2 */\n StandardD5V2 = \"Standard_D5_v2\",\n /** StandardD11V2 */\n StandardD11V2 = \"Standard_D11_v2\",\n /** StandardD12V2 */\n StandardD12V2 = \"Standard_D12_v2\",\n /** StandardD13V2 */\n StandardD13V2 = \"Standard_D13_v2\",\n /** StandardD14V2 */\n StandardD14V2 = \"Standard_D14_v2\",\n /** StandardG1 */\n StandardG1 = \"Standard_G1\",\n /** StandardG2 */\n StandardG2 = \"Standard_G2\",\n /** StandardG3 */\n StandardG3 = \"Standard_G3\",\n /** StandardG4 */\n StandardG4 = \"Standard_G4\",\n /** StandardG5 */\n StandardG5 = \"Standard_G5\",\n /** StandardDS1 */\n StandardDS1 = \"Standard_DS1\",\n /** StandardDS2 */\n StandardDS2 = \"Standard_DS2\",\n /** StandardDS3 */\n StandardDS3 = \"Standard_DS3\",\n /** StandardDS4 */\n StandardDS4 = \"Standard_DS4\",\n /** StandardDS11 */\n StandardDS11 = \"Standard_DS11\",\n /** StandardDS12 */\n StandardDS12 = \"Standard_DS12\",\n /** StandardDS13 */\n StandardDS13 = \"Standard_DS13\",\n /** StandardDS14 */\n StandardDS14 = \"Standard_DS14\",\n /** StandardGS1 */\n StandardGS1 = \"Standard_GS1\",\n /** StandardGS2 */\n StandardGS2 = \"Standard_GS2\",\n /** StandardGS3 */\n StandardGS3 = \"Standard_GS3\",\n /** StandardGS4 */\n StandardGS4 = \"Standard_GS4\",\n /** StandardGS5 */\n StandardGS5 = \"Standard_GS5\"\n}\n\n/**\n * Defines values for AgentVMSizeTypes. \\\n * {@link KnownAgentVMSizeTypes} can be used interchangeably with AgentVMSizeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_A0** \\\n * **Standard_A1** \\\n * **Standard_A2** \\\n * **Standard_A3** \\\n * **Standard_A4** \\\n * **Standard_A5** \\\n * **Standard_A6** \\\n * **Standard_A7** \\\n * **Standard_A8** \\\n * **Standard_A9** \\\n * **Standard_A10** \\\n * **Standard_A11** \\\n * **Standard_D1** \\\n * **Standard_D2** \\\n * **Standard_D3** \\\n * **Standard_D4** \\\n * **Standard_D11** \\\n * **Standard_D12** \\\n * **Standard_D13** \\\n * **Standard_D14** \\\n * **Standard_D1_v2** \\\n * **Standard_D2_v2** \\\n * **Standard_D3_v2** \\\n * **Standard_D4_v2** \\\n * **Standard_D5_v2** \\\n * **Standard_D11_v2** \\\n * **Standard_D12_v2** \\\n * **Standard_D13_v2** \\\n * **Standard_D14_v2** \\\n * **Standard_G1** \\\n * **Standard_G2** \\\n * **Standard_G3** \\\n * **Standard_G4** \\\n * **Standard_G5** \\\n * **Standard_DS1** \\\n * **Standard_DS2** \\\n * **Standard_DS3** \\\n * **Standard_DS4** \\\n * **Standard_DS11** \\\n * **Standard_DS12** \\\n * **Standard_DS13** \\\n * **Standard_DS14** \\\n * **Standard_GS1** \\\n * **Standard_GS2** \\\n * **Standard_GS3** \\\n * **Standard_GS4** \\\n * **Standard_GS5**\n */\nexport type AgentVMSizeTypes = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type Status = string;\n\n/** Known values of {@link UpdatesAvailable} that the service accepts. */\nexport enum KnownUpdatesAvailable {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\"\n}\n\n/**\n * Defines values for UpdatesAvailable. \\\n * {@link KnownUpdatesAvailable} can be used interchangeably with UpdatesAvailable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No**\n */\nexport type UpdatesAvailable = string;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationalizationClustersGetResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type OperationalizationClustersUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** If true, deletes all resources associated with this cluster. */\n deleteAll?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkSystemServicesUpdatesAvailable operation. */\nexport type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateSystemServicesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateSystemServices operation. */\nexport type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionId operation. */\nexport type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionIdNext operation. */\nexport type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeListAvailableOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAvailableOperations operation. */\nexport type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|