@azure/arm-machinelearning 3.0.0-alpha.20260302.1 → 3.0.0-alpha.20260304.1
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/dist/commonjs/azureMachineLearningServicesManagementClient.js +225 -201
- package/dist/commonjs/azureMachineLearningServicesManagementClient.js.map +7 -1
- package/dist/commonjs/index.js +35 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/lroImpl.js +41 -19
- package/dist/commonjs/lroImpl.js.map +7 -1
- package/dist/commonjs/models/index.js +1602 -2284
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/mappers.js +18760 -17564
- package/dist/commonjs/models/mappers.js.map +7 -1
- package/dist/commonjs/models/parameters.js +1147 -910
- package/dist/commonjs/models/parameters.js.map +7 -1
- package/dist/commonjs/operations/batchDeployments.js +544 -464
- package/dist/commonjs/operations/batchDeployments.js.map +7 -1
- package/dist/commonjs/operations/batchEndpoints.js +513 -446
- package/dist/commonjs/operations/batchEndpoints.js.map +7 -1
- package/dist/commonjs/operations/codeContainers.js +272 -219
- package/dist/commonjs/operations/codeContainers.js.map +7 -1
- package/dist/commonjs/operations/codeVersions.js +436 -360
- package/dist/commonjs/operations/codeVersions.js.map +7 -1
- package/dist/commonjs/operations/componentContainers.js +276 -223
- package/dist/commonjs/operations/componentContainers.js.map +7 -1
- package/dist/commonjs/operations/componentVersions.js +398 -325
- package/dist/commonjs/operations/componentVersions.js.map +7 -1
- package/dist/commonjs/operations/computeOperations.js +928 -812
- package/dist/commonjs/operations/computeOperations.js.map +7 -1
- package/dist/commonjs/operations/dataContainers.js +276 -223
- package/dist/commonjs/operations/dataContainers.js.map +7 -1
- package/dist/commonjs/operations/dataVersions.js +399 -326
- package/dist/commonjs/operations/dataVersions.js.map +7 -1
- package/dist/commonjs/operations/datastores.js +313 -257
- package/dist/commonjs/operations/datastores.js.map +7 -1
- package/dist/commonjs/operations/environmentContainers.js +276 -223
- package/dist/commonjs/operations/environmentContainers.js.map +7 -1
- package/dist/commonjs/operations/environmentVersions.js +398 -325
- package/dist/commonjs/operations/environmentVersions.js.map +7 -1
- package/dist/commonjs/operations/features.js +262 -197
- package/dist/commonjs/operations/features.js.map +7 -1
- package/dist/commonjs/operations/featuresetContainers.js +394 -336
- package/dist/commonjs/operations/featuresetContainers.js.map +7 -1
- package/dist/commonjs/operations/featuresetVersions.js +525 -445
- package/dist/commonjs/operations/featuresetVersions.js.map +7 -1
- package/dist/commonjs/operations/featurestoreEntityContainers.js +394 -336
- package/dist/commonjs/operations/featurestoreEntityContainers.js.map +7 -1
- package/dist/commonjs/operations/featurestoreEntityVersions.js +424 -351
- package/dist/commonjs/operations/featurestoreEntityVersions.js.map +7 -1
- package/dist/commonjs/operations/index.js +115 -59
- package/dist/commonjs/operations/index.js.map +7 -1
- package/dist/commonjs/operations/jobs.js +419 -359
- package/dist/commonjs/operations/jobs.js.map +7 -1
- package/dist/commonjs/operations/managedNetworkProvisions.js +144 -115
- package/dist/commonjs/operations/managedNetworkProvisions.js.map +7 -1
- package/dist/commonjs/operations/managedNetworkSettingsRule.js +386 -328
- package/dist/commonjs/operations/managedNetworkSettingsRule.js.map +7 -1
- package/dist/commonjs/operations/marketplaceSubscriptions.js +392 -334
- package/dist/commonjs/operations/marketplaceSubscriptions.js.map +7 -1
- package/dist/commonjs/operations/modelContainers.js +277 -224
- package/dist/commonjs/operations/modelContainers.js.map +7 -1
- package/dist/commonjs/operations/modelVersions.js +404 -331
- package/dist/commonjs/operations/modelVersions.js.map +7 -1
- package/dist/commonjs/operations/onlineDeployments.js +746 -625
- package/dist/commonjs/operations/onlineDeployments.js.map +7 -1
- package/dist/commonjs/operations/onlineEndpoints.js +644 -568
- package/dist/commonjs/operations/onlineEndpoints.js.map +7 -1
- package/dist/commonjs/operations/operations.js +101 -77
- package/dist/commonjs/operations/operations.js.map +7 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +240 -195
- package/dist/commonjs/operations/privateEndpointConnections.js.map +7 -1
- package/dist/commonjs/operations/privateLinkResources.js +82 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +7 -1
- package/dist/commonjs/operations/quotas.js +182 -149
- package/dist/commonjs/operations/quotas.js.map +7 -1
- package/dist/commonjs/operations/registries.js +576 -516
- package/dist/commonjs/operations/registries.js.map +7 -1
- package/dist/commonjs/operations/registryCodeContainers.js +385 -327
- package/dist/commonjs/operations/registryCodeContainers.js.map +7 -1
- package/dist/commonjs/operations/registryCodeVersions.js +462 -386
- package/dist/commonjs/operations/registryCodeVersions.js.map +7 -1
- package/dist/commonjs/operations/registryComponentContainers.js +385 -327
- package/dist/commonjs/operations/registryComponentContainers.js.map +7 -1
- package/dist/commonjs/operations/registryComponentVersions.js +431 -358
- package/dist/commonjs/operations/registryComponentVersions.js.map +7 -1
- package/dist/commonjs/operations/registryDataContainers.js +389 -331
- package/dist/commonjs/operations/registryDataContainers.js.map +7 -1
- package/dist/commonjs/operations/registryDataReferences.js +89 -61
- package/dist/commonjs/operations/registryDataReferences.js.map +7 -1
- package/dist/commonjs/operations/registryDataVersions.js +452 -381
- package/dist/commonjs/operations/registryDataVersions.js.map +7 -1
- package/dist/commonjs/operations/registryEnvironmentContainers.js +389 -331
- package/dist/commonjs/operations/registryEnvironmentContainers.js.map +7 -1
- package/dist/commonjs/operations/registryEnvironmentVersions.js +432 -359
- package/dist/commonjs/operations/registryEnvironmentVersions.js.map +7 -1
- package/dist/commonjs/operations/registryModelContainers.js +389 -331
- package/dist/commonjs/operations/registryModelContainers.js.map +7 -1
- package/dist/commonjs/operations/registryModelVersions.js +467 -391
- package/dist/commonjs/operations/registryModelVersions.js.map +7 -1
- package/dist/commonjs/operations/schedules.js +389 -331
- package/dist/commonjs/operations/schedules.js.map +7 -1
- package/dist/commonjs/operations/serverlessEndpoints.js +617 -544
- package/dist/commonjs/operations/serverlessEndpoints.js.map +7 -1
- package/dist/commonjs/operations/usages.js +153 -123
- package/dist/commonjs/operations/usages.js.map +7 -1
- package/dist/commonjs/operations/virtualMachineSizes.js +80 -52
- package/dist/commonjs/operations/virtualMachineSizes.js.map +7 -1
- package/dist/commonjs/operations/workspaceConnections.js +300 -244
- package/dist/commonjs/operations/workspaceConnections.js.map +7 -1
- package/dist/commonjs/operations/workspaceFeatures.js +170 -126
- package/dist/commonjs/operations/workspaceFeatures.js.map +7 -1
- package/dist/commonjs/operations/workspaces.js +959 -868
- package/dist/commonjs/operations/workspaces.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/batchDeployments.js +15 -10
- package/dist/commonjs/operationsInterfaces/batchDeployments.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/batchEndpoints.js +15 -10
- package/dist/commonjs/operationsInterfaces/batchEndpoints.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/codeContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/codeContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/codeVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/codeVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/componentContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/componentContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/componentVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/componentVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/computeOperations.js +15 -10
- package/dist/commonjs/operationsInterfaces/computeOperations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/dataContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/dataContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/dataVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/dataVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/datastores.js +15 -10
- package/dist/commonjs/operationsInterfaces/datastores.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/environmentContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/environmentContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/environmentVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/environmentVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/features.js +15 -10
- package/dist/commonjs/operationsInterfaces/features.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/featuresetContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/featuresetContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/featuresetVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/featuresetVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/featurestoreEntityContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/featurestoreEntityContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/featurestoreEntityVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/featurestoreEntityVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/index.js +115 -59
- package/dist/commonjs/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/jobs.js +15 -10
- package/dist/commonjs/operationsInterfaces/jobs.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/managedNetworkProvisions.js +15 -10
- package/dist/commonjs/operationsInterfaces/managedNetworkProvisions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/managedNetworkSettingsRule.js +15 -10
- package/dist/commonjs/operationsInterfaces/managedNetworkSettingsRule.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/marketplaceSubscriptions.js +15 -10
- package/dist/commonjs/operationsInterfaces/marketplaceSubscriptions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/modelContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/modelContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/modelVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/modelVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/onlineDeployments.js +15 -10
- package/dist/commonjs/operationsInterfaces/onlineDeployments.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/onlineEndpoints.js +15 -10
- package/dist/commonjs/operationsInterfaces/onlineEndpoints.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/operations.js +15 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +15 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +15 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/quotas.js +15 -10
- package/dist/commonjs/operationsInterfaces/quotas.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registries.js +15 -10
- package/dist/commonjs/operationsInterfaces/registries.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryCodeContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryCodeContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryCodeVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryCodeVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryComponentContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryComponentContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryComponentVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryComponentVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryDataContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryDataContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryDataReferences.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryDataReferences.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryDataVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryDataVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryEnvironmentContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryEnvironmentContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryEnvironmentVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryEnvironmentVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryModelContainers.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryModelContainers.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/registryModelVersions.js +15 -10
- package/dist/commonjs/operationsInterfaces/registryModelVersions.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/schedules.js +15 -10
- package/dist/commonjs/operationsInterfaces/schedules.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/serverlessEndpoints.js +15 -10
- package/dist/commonjs/operationsInterfaces/serverlessEndpoints.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/usages.js +15 -10
- package/dist/commonjs/operationsInterfaces/usages.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/virtualMachineSizes.js +15 -10
- package/dist/commonjs/operationsInterfaces/virtualMachineSizes.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/workspaceConnections.js +15 -10
- package/dist/commonjs/operationsInterfaces/workspaceConnections.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/workspaceFeatures.js +15 -10
- package/dist/commonjs/operationsInterfaces/workspaceFeatures.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/workspaces.js +15 -10
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +7 -1
- package/dist/commonjs/pagingHelper.js +39 -30
- package/dist/commonjs/pagingHelper.js.map +7 -1
- package/dist/esm/azureMachineLearningServicesManagementClient.js +240 -195
- package/dist/esm/azureMachineLearningServicesManagementClient.js.map +7 -1
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/lroImpl.js +19 -17
- package/dist/esm/lroImpl.js.map +7 -1
- package/dist/esm/models/index.js +1411 -2278
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/mappers.js +18143 -17549
- package/dist/esm/models/mappers.js.map +7 -1
- package/dist/esm/models/parameters.js +1057 -904
- package/dist/esm/models/parameters.js.map +7 -1
- package/dist/esm/operations/batchDeployments.js +509 -455
- package/dist/esm/operations/batchDeployments.js.map +7 -1
- package/dist/esm/operations/batchEndpoints.js +478 -437
- package/dist/esm/operations/batchEndpoints.js.map +7 -1
- package/dist/esm/operations/codeContainers.js +236 -211
- package/dist/esm/operations/codeContainers.js.map +7 -1
- package/dist/esm/operations/codeVersions.js +401 -351
- package/dist/esm/operations/codeVersions.js.map +7 -1
- package/dist/esm/operations/componentContainers.js +240 -215
- package/dist/esm/operations/componentContainers.js.map +7 -1
- package/dist/esm/operations/componentVersions.js +363 -316
- package/dist/esm/operations/componentVersions.js.map +7 -1
- package/dist/esm/operations/computeOperations.js +893 -803
- package/dist/esm/operations/computeOperations.js.map +7 -1
- package/dist/esm/operations/dataContainers.js +240 -215
- package/dist/esm/operations/dataContainers.js.map +7 -1
- package/dist/esm/operations/dataVersions.js +364 -317
- package/dist/esm/operations/dataVersions.js.map +7 -1
- package/dist/esm/operations/datastores.js +277 -249
- package/dist/esm/operations/datastores.js.map +7 -1
- package/dist/esm/operations/environmentContainers.js +240 -215
- package/dist/esm/operations/environmentContainers.js.map +7 -1
- package/dist/esm/operations/environmentVersions.js +363 -316
- package/dist/esm/operations/environmentVersions.js.map +7 -1
- package/dist/esm/operations/features.js +226 -189
- package/dist/esm/operations/features.js.map +7 -1
- package/dist/esm/operations/featuresetContainers.js +359 -327
- package/dist/esm/operations/featuresetContainers.js.map +7 -1
- package/dist/esm/operations/featuresetVersions.js +490 -436
- package/dist/esm/operations/featuresetVersions.js.map +7 -1
- package/dist/esm/operations/featurestoreEntityContainers.js +359 -327
- package/dist/esm/operations/featurestoreEntityContainers.js.map +7 -1
- package/dist/esm/operations/featurestoreEntityVersions.js +389 -342
- package/dist/esm/operations/featurestoreEntityVersions.js.map +7 -1
- package/dist/esm/operations/index.js +0 -8
- package/dist/esm/operations/index.js.map +7 -1
- package/dist/esm/operations/jobs.js +384 -350
- package/dist/esm/operations/jobs.js.map +7 -1
- package/dist/esm/operations/managedNetworkProvisions.js +110 -107
- package/dist/esm/operations/managedNetworkProvisions.js.map +7 -1
- package/dist/esm/operations/managedNetworkSettingsRule.js +351 -319
- package/dist/esm/operations/managedNetworkSettingsRule.js.map +7 -1
- package/dist/esm/operations/marketplaceSubscriptions.js +357 -325
- package/dist/esm/operations/marketplaceSubscriptions.js.map +7 -1
- package/dist/esm/operations/modelContainers.js +241 -216
- package/dist/esm/operations/modelContainers.js.map +7 -1
- package/dist/esm/operations/modelVersions.js +369 -322
- package/dist/esm/operations/modelVersions.js.map +7 -1
- package/dist/esm/operations/onlineDeployments.js +711 -616
- package/dist/esm/operations/onlineDeployments.js.map +7 -1
- package/dist/esm/operations/onlineEndpoints.js +609 -559
- package/dist/esm/operations/onlineEndpoints.js.map +7 -1
- package/dist/esm/operations/operations.js +66 -70
- package/dist/esm/operations/operations.js.map +7 -1
- package/dist/esm/operations/privateEndpointConnections.js +205 -188
- package/dist/esm/operations/privateEndpointConnections.js.map +7 -1
- package/dist/esm/operations/privateLinkResources.js +47 -47
- package/dist/esm/operations/privateLinkResources.js.map +7 -1
- package/dist/esm/operations/quotas.js +146 -141
- package/dist/esm/operations/quotas.js.map +7 -1
- package/dist/esm/operations/registries.js +541 -507
- package/dist/esm/operations/registries.js.map +7 -1
- package/dist/esm/operations/registryCodeContainers.js +350 -318
- package/dist/esm/operations/registryCodeContainers.js.map +7 -1
- package/dist/esm/operations/registryCodeVersions.js +427 -377
- package/dist/esm/operations/registryCodeVersions.js.map +7 -1
- package/dist/esm/operations/registryComponentContainers.js +350 -318
- package/dist/esm/operations/registryComponentContainers.js.map +7 -1
- package/dist/esm/operations/registryComponentVersions.js +396 -349
- package/dist/esm/operations/registryComponentVersions.js.map +7 -1
- package/dist/esm/operations/registryDataContainers.js +354 -322
- package/dist/esm/operations/registryDataContainers.js.map +7 -1
- package/dist/esm/operations/registryDataReferences.js +54 -54
- package/dist/esm/operations/registryDataReferences.js.map +7 -1
- package/dist/esm/operations/registryDataVersions.js +417 -372
- package/dist/esm/operations/registryDataVersions.js.map +7 -1
- package/dist/esm/operations/registryEnvironmentContainers.js +354 -322
- package/dist/esm/operations/registryEnvironmentContainers.js.map +7 -1
- package/dist/esm/operations/registryEnvironmentVersions.js +397 -350
- package/dist/esm/operations/registryEnvironmentVersions.js.map +7 -1
- package/dist/esm/operations/registryModelContainers.js +354 -322
- package/dist/esm/operations/registryModelContainers.js.map +7 -1
- package/dist/esm/operations/registryModelVersions.js +432 -382
- package/dist/esm/operations/registryModelVersions.js.map +7 -1
- package/dist/esm/operations/schedules.js +354 -322
- package/dist/esm/operations/schedules.js.map +7 -1
- package/dist/esm/operations/serverlessEndpoints.js +582 -535
- package/dist/esm/operations/serverlessEndpoints.js.map +7 -1
- package/dist/esm/operations/usages.js +117 -115
- package/dist/esm/operations/usages.js.map +7 -1
- package/dist/esm/operations/virtualMachineSizes.js +45 -45
- package/dist/esm/operations/virtualMachineSizes.js.map +7 -1
- package/dist/esm/operations/workspaceConnections.js +264 -236
- package/dist/esm/operations/workspaceConnections.js.map +7 -1
- package/dist/esm/operations/workspaceFeatures.js +134 -118
- package/dist/esm/operations/workspaceFeatures.js.map +7 -1
- package/dist/esm/operations/workspaces.js +924 -859
- package/dist/esm/operations/workspaces.js.map +7 -1
- package/dist/esm/operationsInterfaces/batchDeployments.js +0 -9
- package/dist/esm/operationsInterfaces/batchDeployments.js.map +7 -1
- package/dist/esm/operationsInterfaces/batchEndpoints.js +0 -9
- package/dist/esm/operationsInterfaces/batchEndpoints.js.map +7 -1
- package/dist/esm/operationsInterfaces/codeContainers.js +0 -9
- package/dist/esm/operationsInterfaces/codeContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/codeVersions.js +0 -9
- package/dist/esm/operationsInterfaces/codeVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/componentContainers.js +0 -9
- package/dist/esm/operationsInterfaces/componentContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/componentVersions.js +0 -9
- package/dist/esm/operationsInterfaces/componentVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/computeOperations.js +0 -9
- package/dist/esm/operationsInterfaces/computeOperations.js.map +7 -1
- package/dist/esm/operationsInterfaces/dataContainers.js +0 -9
- package/dist/esm/operationsInterfaces/dataContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/dataVersions.js +0 -9
- package/dist/esm/operationsInterfaces/dataVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/datastores.js +0 -9
- package/dist/esm/operationsInterfaces/datastores.js.map +7 -1
- package/dist/esm/operationsInterfaces/environmentContainers.js +0 -9
- package/dist/esm/operationsInterfaces/environmentContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/environmentVersions.js +0 -9
- package/dist/esm/operationsInterfaces/environmentVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/features.js +0 -9
- package/dist/esm/operationsInterfaces/features.js.map +7 -1
- package/dist/esm/operationsInterfaces/featuresetContainers.js +0 -9
- package/dist/esm/operationsInterfaces/featuresetContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/featuresetVersions.js +0 -9
- package/dist/esm/operationsInterfaces/featuresetVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/featurestoreEntityContainers.js +0 -9
- package/dist/esm/operationsInterfaces/featurestoreEntityContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/featurestoreEntityVersions.js +0 -9
- package/dist/esm/operationsInterfaces/featurestoreEntityVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/index.js +0 -8
- package/dist/esm/operationsInterfaces/index.js.map +7 -1
- package/dist/esm/operationsInterfaces/jobs.js +0 -9
- package/dist/esm/operationsInterfaces/jobs.js.map +7 -1
- package/dist/esm/operationsInterfaces/managedNetworkProvisions.js +0 -9
- package/dist/esm/operationsInterfaces/managedNetworkProvisions.js.map +7 -1
- package/dist/esm/operationsInterfaces/managedNetworkSettingsRule.js +0 -9
- package/dist/esm/operationsInterfaces/managedNetworkSettingsRule.js.map +7 -1
- package/dist/esm/operationsInterfaces/marketplaceSubscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/marketplaceSubscriptions.js.map +7 -1
- package/dist/esm/operationsInterfaces/modelContainers.js +0 -9
- package/dist/esm/operationsInterfaces/modelContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/modelVersions.js +0 -9
- package/dist/esm/operationsInterfaces/modelVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/onlineDeployments.js +0 -9
- package/dist/esm/operationsInterfaces/onlineDeployments.js.map +7 -1
- package/dist/esm/operationsInterfaces/onlineEndpoints.js +0 -9
- package/dist/esm/operationsInterfaces/onlineEndpoints.js.map +7 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +7 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +7 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +7 -1
- package/dist/esm/operationsInterfaces/quotas.js +0 -9
- package/dist/esm/operationsInterfaces/quotas.js.map +7 -1
- package/dist/esm/operationsInterfaces/registries.js +0 -9
- package/dist/esm/operationsInterfaces/registries.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryCodeContainers.js +0 -9
- package/dist/esm/operationsInterfaces/registryCodeContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryCodeVersions.js +0 -9
- package/dist/esm/operationsInterfaces/registryCodeVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryComponentContainers.js +0 -9
- package/dist/esm/operationsInterfaces/registryComponentContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryComponentVersions.js +0 -9
- package/dist/esm/operationsInterfaces/registryComponentVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryDataContainers.js +0 -9
- package/dist/esm/operationsInterfaces/registryDataContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryDataReferences.js +0 -9
- package/dist/esm/operationsInterfaces/registryDataReferences.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryDataVersions.js +0 -9
- package/dist/esm/operationsInterfaces/registryDataVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryEnvironmentContainers.js +0 -9
- package/dist/esm/operationsInterfaces/registryEnvironmentContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryEnvironmentVersions.js +0 -9
- package/dist/esm/operationsInterfaces/registryEnvironmentVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryModelContainers.js +0 -9
- package/dist/esm/operationsInterfaces/registryModelContainers.js.map +7 -1
- package/dist/esm/operationsInterfaces/registryModelVersions.js +0 -9
- package/dist/esm/operationsInterfaces/registryModelVersions.js.map +7 -1
- package/dist/esm/operationsInterfaces/schedules.js +0 -9
- package/dist/esm/operationsInterfaces/schedules.js.map +7 -1
- package/dist/esm/operationsInterfaces/serverlessEndpoints.js +0 -9
- package/dist/esm/operationsInterfaces/serverlessEndpoints.js.map +7 -1
- package/dist/esm/operationsInterfaces/usages.js +0 -9
- package/dist/esm/operationsInterfaces/usages.js.map +7 -1
- package/dist/esm/operationsInterfaces/virtualMachineSizes.js +0 -9
- package/dist/esm/operationsInterfaces/virtualMachineSizes.js.map +7 -1
- package/dist/esm/operationsInterfaces/workspaceConnections.js +0 -9
- package/dist/esm/operationsInterfaces/workspaceConnections.js.map +7 -1
- package/dist/esm/operationsInterfaces/workspaceFeatures.js +0 -9
- package/dist/esm/operationsInterfaces/workspaceFeatures.js.map +7 -1
- package/dist/esm/operationsInterfaces/workspaces.js +0 -9
- package/dist/esm/operationsInterfaces/workspaces.js.map +7 -1
- package/dist/esm/pagingHelper.js +17 -28
- package/dist/esm/pagingHelper.js.map +7 -1
- package/package.json +4 -21
|
@@ -1,205 +1,229 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var azureMachineLearningServicesManagementClient_exports = {};
|
|
29
|
+
__export(azureMachineLearningServicesManagementClient_exports, {
|
|
30
|
+
AzureMachineLearningServicesManagementClient: () => AzureMachineLearningServicesManagementClient
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(azureMachineLearningServicesManagementClient_exports);
|
|
33
|
+
var coreClient = __toESM(require("@azure/core-client"));
|
|
34
|
+
var coreRestPipeline = __toESM(require("@azure/core-rest-pipeline"));
|
|
35
|
+
var import_operations = require("./operations/index.js");
|
|
15
36
|
class AzureMachineLearningServicesManagementClient extends coreClient.ServiceClient {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
if (subscriptionId === undefined) {
|
|
30
|
-
throw new Error("'subscriptionId' cannot be null");
|
|
31
|
-
}
|
|
32
|
-
// Initializing default values for options
|
|
33
|
-
if (!options) {
|
|
34
|
-
options = {};
|
|
35
|
-
}
|
|
36
|
-
const defaults = {
|
|
37
|
-
requestContentType: "application/json; charset=utf-8",
|
|
38
|
-
credential: credentials,
|
|
39
|
-
};
|
|
40
|
-
const packageDetails = `azsdk-js-arm-machinelearning/3.0.0`;
|
|
41
|
-
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
42
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
43
|
-
: `${packageDetails}`;
|
|
44
|
-
const optionsWithDefaults = {
|
|
45
|
-
...defaults,
|
|
46
|
-
...options,
|
|
47
|
-
userAgentOptions: {
|
|
48
|
-
userAgentPrefix,
|
|
49
|
-
},
|
|
50
|
-
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
51
|
-
};
|
|
52
|
-
super(optionsWithDefaults);
|
|
53
|
-
let bearerTokenAuthenticationPolicyFound = false;
|
|
54
|
-
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
55
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
56
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
57
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
58
|
-
}
|
|
59
|
-
if (!options ||
|
|
60
|
-
!options.pipeline ||
|
|
61
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
62
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
63
|
-
this.pipeline.removePolicy({
|
|
64
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
65
|
-
});
|
|
66
|
-
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
67
|
-
credential: credentials,
|
|
68
|
-
scopes: optionsWithDefaults.credentialScopes ??
|
|
69
|
-
`${optionsWithDefaults.endpoint}/.default`,
|
|
70
|
-
challengeCallbacks: {
|
|
71
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
72
|
-
},
|
|
73
|
-
}));
|
|
74
|
-
}
|
|
75
|
-
// Parameter assignments
|
|
76
|
-
this.subscriptionId = subscriptionId;
|
|
77
|
-
// Assigning values to Constant parameters
|
|
78
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
79
|
-
this.apiVersion = options.apiVersion || "2024-04-01";
|
|
80
|
-
this.operations = new index_js_1.OperationsImpl(this);
|
|
81
|
-
this.workspaces = new index_js_1.WorkspacesImpl(this);
|
|
82
|
-
this.usages = new index_js_1.UsagesImpl(this);
|
|
83
|
-
this.virtualMachineSizes = new index_js_1.VirtualMachineSizesImpl(this);
|
|
84
|
-
this.quotas = new index_js_1.QuotasImpl(this);
|
|
85
|
-
this.computeOperations = new index_js_1.ComputeOperationsImpl(this);
|
|
86
|
-
this.privateEndpointConnections = new index_js_1.PrivateEndpointConnectionsImpl(this);
|
|
87
|
-
this.privateLinkResources = new index_js_1.PrivateLinkResourcesImpl(this);
|
|
88
|
-
this.workspaceConnections = new index_js_1.WorkspaceConnectionsImpl(this);
|
|
89
|
-
this.managedNetworkSettingsRule = new index_js_1.ManagedNetworkSettingsRuleImpl(this);
|
|
90
|
-
this.managedNetworkProvisions = new index_js_1.ManagedNetworkProvisionsImpl(this);
|
|
91
|
-
this.registryCodeContainers = new index_js_1.RegistryCodeContainersImpl(this);
|
|
92
|
-
this.registryCodeVersions = new index_js_1.RegistryCodeVersionsImpl(this);
|
|
93
|
-
this.registryComponentContainers = new index_js_1.RegistryComponentContainersImpl(this);
|
|
94
|
-
this.registryComponentVersions = new index_js_1.RegistryComponentVersionsImpl(this);
|
|
95
|
-
this.registryDataContainers = new index_js_1.RegistryDataContainersImpl(this);
|
|
96
|
-
this.registryDataVersions = new index_js_1.RegistryDataVersionsImpl(this);
|
|
97
|
-
this.registryDataReferences = new index_js_1.RegistryDataReferencesImpl(this);
|
|
98
|
-
this.registryEnvironmentContainers = new index_js_1.RegistryEnvironmentContainersImpl(this);
|
|
99
|
-
this.registryEnvironmentVersions = new index_js_1.RegistryEnvironmentVersionsImpl(this);
|
|
100
|
-
this.registryModelContainers = new index_js_1.RegistryModelContainersImpl(this);
|
|
101
|
-
this.registryModelVersions = new index_js_1.RegistryModelVersionsImpl(this);
|
|
102
|
-
this.batchEndpoints = new index_js_1.BatchEndpointsImpl(this);
|
|
103
|
-
this.batchDeployments = new index_js_1.BatchDeploymentsImpl(this);
|
|
104
|
-
this.codeContainers = new index_js_1.CodeContainersImpl(this);
|
|
105
|
-
this.codeVersions = new index_js_1.CodeVersionsImpl(this);
|
|
106
|
-
this.componentContainers = new index_js_1.ComponentContainersImpl(this);
|
|
107
|
-
this.componentVersions = new index_js_1.ComponentVersionsImpl(this);
|
|
108
|
-
this.dataContainers = new index_js_1.DataContainersImpl(this);
|
|
109
|
-
this.dataVersions = new index_js_1.DataVersionsImpl(this);
|
|
110
|
-
this.datastores = new index_js_1.DatastoresImpl(this);
|
|
111
|
-
this.environmentContainers = new index_js_1.EnvironmentContainersImpl(this);
|
|
112
|
-
this.environmentVersions = new index_js_1.EnvironmentVersionsImpl(this);
|
|
113
|
-
this.featuresetContainers = new index_js_1.FeaturesetContainersImpl(this);
|
|
114
|
-
this.features = new index_js_1.FeaturesImpl(this);
|
|
115
|
-
this.featuresetVersions = new index_js_1.FeaturesetVersionsImpl(this);
|
|
116
|
-
this.featurestoreEntityContainers = new index_js_1.FeaturestoreEntityContainersImpl(this);
|
|
117
|
-
this.featurestoreEntityVersions = new index_js_1.FeaturestoreEntityVersionsImpl(this);
|
|
118
|
-
this.jobs = new index_js_1.JobsImpl(this);
|
|
119
|
-
this.marketplaceSubscriptions = new index_js_1.MarketplaceSubscriptionsImpl(this);
|
|
120
|
-
this.modelContainers = new index_js_1.ModelContainersImpl(this);
|
|
121
|
-
this.modelVersions = new index_js_1.ModelVersionsImpl(this);
|
|
122
|
-
this.onlineEndpoints = new index_js_1.OnlineEndpointsImpl(this);
|
|
123
|
-
this.onlineDeployments = new index_js_1.OnlineDeploymentsImpl(this);
|
|
124
|
-
this.schedules = new index_js_1.SchedulesImpl(this);
|
|
125
|
-
this.serverlessEndpoints = new index_js_1.ServerlessEndpointsImpl(this);
|
|
126
|
-
this.registries = new index_js_1.RegistriesImpl(this);
|
|
127
|
-
this.workspaceFeatures = new index_js_1.WorkspaceFeaturesImpl(this);
|
|
128
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
37
|
+
$host;
|
|
38
|
+
apiVersion;
|
|
39
|
+
subscriptionId;
|
|
40
|
+
/**
|
|
41
|
+
* Initializes a new instance of the AzureMachineLearningServicesManagementClient class.
|
|
42
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
43
|
+
* @param subscriptionId The ID of the target subscription.
|
|
44
|
+
* @param options The parameter options
|
|
45
|
+
*/
|
|
46
|
+
constructor(credentials, subscriptionId, options) {
|
|
47
|
+
if (credentials === void 0) {
|
|
48
|
+
throw new Error("'credentials' cannot be null");
|
|
129
49
|
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
if (!apiVersion) {
|
|
133
|
-
return;
|
|
134
|
-
}
|
|
135
|
-
const apiVersionPolicy = {
|
|
136
|
-
name: "CustomApiVersionPolicy",
|
|
137
|
-
async sendRequest(request, next) {
|
|
138
|
-
const param = request.url.split("?");
|
|
139
|
-
if (param.length > 1) {
|
|
140
|
-
const newParams = param[1].split("&").map((item) => {
|
|
141
|
-
if (item.indexOf("api-version") > -1) {
|
|
142
|
-
return "api-version=" + apiVersion;
|
|
143
|
-
}
|
|
144
|
-
else {
|
|
145
|
-
return item;
|
|
146
|
-
}
|
|
147
|
-
});
|
|
148
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
149
|
-
}
|
|
150
|
-
return next(request);
|
|
151
|
-
},
|
|
152
|
-
};
|
|
153
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
50
|
+
if (subscriptionId === void 0) {
|
|
51
|
+
throw new Error("'subscriptionId' cannot be null");
|
|
154
52
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
53
|
+
if (!options) {
|
|
54
|
+
options = {};
|
|
55
|
+
}
|
|
56
|
+
const defaults = {
|
|
57
|
+
requestContentType: "application/json; charset=utf-8",
|
|
58
|
+
credential: credentials
|
|
59
|
+
};
|
|
60
|
+
const packageDetails = `azsdk-js-arm-machinelearning/3.0.0`;
|
|
61
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` : `${packageDetails}`;
|
|
62
|
+
const optionsWithDefaults = {
|
|
63
|
+
...defaults,
|
|
64
|
+
...options,
|
|
65
|
+
userAgentOptions: {
|
|
66
|
+
userAgentPrefix
|
|
67
|
+
},
|
|
68
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com"
|
|
69
|
+
};
|
|
70
|
+
super(optionsWithDefaults);
|
|
71
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
72
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
73
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
74
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
|
|
75
|
+
(pipelinePolicy) => pipelinePolicy.name === coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
if (!options || !options.pipeline || options.pipeline.getOrderedPolicies().length == 0 || !bearerTokenAuthenticationPolicyFound) {
|
|
79
|
+
this.pipeline.removePolicy({
|
|
80
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
81
|
+
});
|
|
82
|
+
this.pipeline.addPolicy(
|
|
83
|
+
coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
84
|
+
credential: credentials,
|
|
85
|
+
scopes: optionsWithDefaults.credentialScopes ?? `${optionsWithDefaults.endpoint}/.default`,
|
|
86
|
+
challengeCallbacks: {
|
|
87
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
this.subscriptionId = subscriptionId;
|
|
93
|
+
this.$host = options.$host || "https://management.azure.com";
|
|
94
|
+
this.apiVersion = options.apiVersion || "2024-04-01";
|
|
95
|
+
this.operations = new import_operations.OperationsImpl(this);
|
|
96
|
+
this.workspaces = new import_operations.WorkspacesImpl(this);
|
|
97
|
+
this.usages = new import_operations.UsagesImpl(this);
|
|
98
|
+
this.virtualMachineSizes = new import_operations.VirtualMachineSizesImpl(this);
|
|
99
|
+
this.quotas = new import_operations.QuotasImpl(this);
|
|
100
|
+
this.computeOperations = new import_operations.ComputeOperationsImpl(this);
|
|
101
|
+
this.privateEndpointConnections = new import_operations.PrivateEndpointConnectionsImpl(this);
|
|
102
|
+
this.privateLinkResources = new import_operations.PrivateLinkResourcesImpl(this);
|
|
103
|
+
this.workspaceConnections = new import_operations.WorkspaceConnectionsImpl(this);
|
|
104
|
+
this.managedNetworkSettingsRule = new import_operations.ManagedNetworkSettingsRuleImpl(this);
|
|
105
|
+
this.managedNetworkProvisions = new import_operations.ManagedNetworkProvisionsImpl(this);
|
|
106
|
+
this.registryCodeContainers = new import_operations.RegistryCodeContainersImpl(this);
|
|
107
|
+
this.registryCodeVersions = new import_operations.RegistryCodeVersionsImpl(this);
|
|
108
|
+
this.registryComponentContainers = new import_operations.RegistryComponentContainersImpl(
|
|
109
|
+
this
|
|
110
|
+
);
|
|
111
|
+
this.registryComponentVersions = new import_operations.RegistryComponentVersionsImpl(this);
|
|
112
|
+
this.registryDataContainers = new import_operations.RegistryDataContainersImpl(this);
|
|
113
|
+
this.registryDataVersions = new import_operations.RegistryDataVersionsImpl(this);
|
|
114
|
+
this.registryDataReferences = new import_operations.RegistryDataReferencesImpl(this);
|
|
115
|
+
this.registryEnvironmentContainers = new import_operations.RegistryEnvironmentContainersImpl(
|
|
116
|
+
this
|
|
117
|
+
);
|
|
118
|
+
this.registryEnvironmentVersions = new import_operations.RegistryEnvironmentVersionsImpl(
|
|
119
|
+
this
|
|
120
|
+
);
|
|
121
|
+
this.registryModelContainers = new import_operations.RegistryModelContainersImpl(this);
|
|
122
|
+
this.registryModelVersions = new import_operations.RegistryModelVersionsImpl(this);
|
|
123
|
+
this.batchEndpoints = new import_operations.BatchEndpointsImpl(this);
|
|
124
|
+
this.batchDeployments = new import_operations.BatchDeploymentsImpl(this);
|
|
125
|
+
this.codeContainers = new import_operations.CodeContainersImpl(this);
|
|
126
|
+
this.codeVersions = new import_operations.CodeVersionsImpl(this);
|
|
127
|
+
this.componentContainers = new import_operations.ComponentContainersImpl(this);
|
|
128
|
+
this.componentVersions = new import_operations.ComponentVersionsImpl(this);
|
|
129
|
+
this.dataContainers = new import_operations.DataContainersImpl(this);
|
|
130
|
+
this.dataVersions = new import_operations.DataVersionsImpl(this);
|
|
131
|
+
this.datastores = new import_operations.DatastoresImpl(this);
|
|
132
|
+
this.environmentContainers = new import_operations.EnvironmentContainersImpl(this);
|
|
133
|
+
this.environmentVersions = new import_operations.EnvironmentVersionsImpl(this);
|
|
134
|
+
this.featuresetContainers = new import_operations.FeaturesetContainersImpl(this);
|
|
135
|
+
this.features = new import_operations.FeaturesImpl(this);
|
|
136
|
+
this.featuresetVersions = new import_operations.FeaturesetVersionsImpl(this);
|
|
137
|
+
this.featurestoreEntityContainers = new import_operations.FeaturestoreEntityContainersImpl(
|
|
138
|
+
this
|
|
139
|
+
);
|
|
140
|
+
this.featurestoreEntityVersions = new import_operations.FeaturestoreEntityVersionsImpl(this);
|
|
141
|
+
this.jobs = new import_operations.JobsImpl(this);
|
|
142
|
+
this.marketplaceSubscriptions = new import_operations.MarketplaceSubscriptionsImpl(this);
|
|
143
|
+
this.modelContainers = new import_operations.ModelContainersImpl(this);
|
|
144
|
+
this.modelVersions = new import_operations.ModelVersionsImpl(this);
|
|
145
|
+
this.onlineEndpoints = new import_operations.OnlineEndpointsImpl(this);
|
|
146
|
+
this.onlineDeployments = new import_operations.OnlineDeploymentsImpl(this);
|
|
147
|
+
this.schedules = new import_operations.SchedulesImpl(this);
|
|
148
|
+
this.serverlessEndpoints = new import_operations.ServerlessEndpointsImpl(this);
|
|
149
|
+
this.registries = new import_operations.RegistriesImpl(this);
|
|
150
|
+
this.workspaceFeatures = new import_operations.WorkspaceFeaturesImpl(this);
|
|
151
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
152
|
+
}
|
|
153
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
154
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
155
|
+
if (!apiVersion) {
|
|
156
|
+
return;
|
|
157
|
+
}
|
|
158
|
+
const apiVersionPolicy = {
|
|
159
|
+
name: "CustomApiVersionPolicy",
|
|
160
|
+
async sendRequest(request, next) {
|
|
161
|
+
const param = request.url.split("?");
|
|
162
|
+
if (param.length > 1) {
|
|
163
|
+
const newParams = param[1].split("&").map((item) => {
|
|
164
|
+
if (item.indexOf("api-version") > -1) {
|
|
165
|
+
return "api-version=" + apiVersion;
|
|
166
|
+
} else {
|
|
167
|
+
return item;
|
|
168
|
+
}
|
|
169
|
+
});
|
|
170
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
171
|
+
}
|
|
172
|
+
return next(request);
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
176
|
+
}
|
|
177
|
+
operations;
|
|
178
|
+
workspaces;
|
|
179
|
+
usages;
|
|
180
|
+
virtualMachineSizes;
|
|
181
|
+
quotas;
|
|
182
|
+
computeOperations;
|
|
183
|
+
privateEndpointConnections;
|
|
184
|
+
privateLinkResources;
|
|
185
|
+
workspaceConnections;
|
|
186
|
+
managedNetworkSettingsRule;
|
|
187
|
+
managedNetworkProvisions;
|
|
188
|
+
registryCodeContainers;
|
|
189
|
+
registryCodeVersions;
|
|
190
|
+
registryComponentContainers;
|
|
191
|
+
registryComponentVersions;
|
|
192
|
+
registryDataContainers;
|
|
193
|
+
registryDataVersions;
|
|
194
|
+
registryDataReferences;
|
|
195
|
+
registryEnvironmentContainers;
|
|
196
|
+
registryEnvironmentVersions;
|
|
197
|
+
registryModelContainers;
|
|
198
|
+
registryModelVersions;
|
|
199
|
+
batchEndpoints;
|
|
200
|
+
batchDeployments;
|
|
201
|
+
codeContainers;
|
|
202
|
+
codeVersions;
|
|
203
|
+
componentContainers;
|
|
204
|
+
componentVersions;
|
|
205
|
+
dataContainers;
|
|
206
|
+
dataVersions;
|
|
207
|
+
datastores;
|
|
208
|
+
environmentContainers;
|
|
209
|
+
environmentVersions;
|
|
210
|
+
featuresetContainers;
|
|
211
|
+
features;
|
|
212
|
+
featuresetVersions;
|
|
213
|
+
featurestoreEntityContainers;
|
|
214
|
+
featurestoreEntityVersions;
|
|
215
|
+
jobs;
|
|
216
|
+
marketplaceSubscriptions;
|
|
217
|
+
modelContainers;
|
|
218
|
+
modelVersions;
|
|
219
|
+
onlineEndpoints;
|
|
220
|
+
onlineDeployments;
|
|
221
|
+
schedules;
|
|
222
|
+
serverlessEndpoints;
|
|
223
|
+
registries;
|
|
224
|
+
workspaceFeatures;
|
|
203
225
|
}
|
|
204
|
-
|
|
205
|
-
|
|
226
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
227
|
+
0 && (module.exports = {
|
|
228
|
+
AzureMachineLearningServicesManagementClient
|
|
229
|
+
});
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{"version":3,"file":"azureMachineLearningServicesManagementClient.js","sourceRoot":"","sources":["../../src/azureMachineLearningServicesManagementClient.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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n WorkspacesImpl,\n UsagesImpl,\n VirtualMachineSizesImpl,\n QuotasImpl,\n ComputeOperationsImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n WorkspaceConnectionsImpl,\n ManagedNetworkSettingsRuleImpl,\n ManagedNetworkProvisionsImpl,\n RegistryCodeContainersImpl,\n RegistryCodeVersionsImpl,\n RegistryComponentContainersImpl,\n RegistryComponentVersionsImpl,\n RegistryDataContainersImpl,\n RegistryDataVersionsImpl,\n RegistryDataReferencesImpl,\n RegistryEnvironmentContainersImpl,\n RegistryEnvironmentVersionsImpl,\n RegistryModelContainersImpl,\n RegistryModelVersionsImpl,\n BatchEndpointsImpl,\n BatchDeploymentsImpl,\n CodeContainersImpl,\n CodeVersionsImpl,\n ComponentContainersImpl,\n ComponentVersionsImpl,\n DataContainersImpl,\n DataVersionsImpl,\n DatastoresImpl,\n EnvironmentContainersImpl,\n EnvironmentVersionsImpl,\n FeaturesetContainersImpl,\n FeaturesImpl,\n FeaturesetVersionsImpl,\n FeaturestoreEntityContainersImpl,\n FeaturestoreEntityVersionsImpl,\n JobsImpl,\n MarketplaceSubscriptionsImpl,\n ModelContainersImpl,\n ModelVersionsImpl,\n OnlineEndpointsImpl,\n OnlineDeploymentsImpl,\n SchedulesImpl,\n ServerlessEndpointsImpl,\n RegistriesImpl,\n WorkspaceFeaturesImpl,\n} from \"./operations/index.js\";\nimport {\n Operations,\n Workspaces,\n Usages,\n VirtualMachineSizes,\n Quotas,\n ComputeOperations,\n PrivateEndpointConnections,\n PrivateLinkResources,\n WorkspaceConnections,\n ManagedNetworkSettingsRule,\n ManagedNetworkProvisions,\n RegistryCodeContainers,\n RegistryCodeVersions,\n RegistryComponentContainers,\n RegistryComponentVersions,\n RegistryDataContainers,\n RegistryDataVersions,\n RegistryDataReferences,\n RegistryEnvironmentContainers,\n RegistryEnvironmentVersions,\n RegistryModelContainers,\n RegistryModelVersions,\n BatchEndpoints,\n BatchDeployments,\n CodeContainers,\n CodeVersions,\n ComponentContainers,\n ComponentVersions,\n DataContainers,\n DataVersions,\n Datastores,\n EnvironmentContainers,\n EnvironmentVersions,\n FeaturesetContainers,\n Features,\n FeaturesetVersions,\n FeaturestoreEntityContainers,\n FeaturestoreEntityVersions,\n Jobs,\n MarketplaceSubscriptions,\n ModelContainers,\n ModelVersions,\n OnlineEndpoints,\n OnlineDeployments,\n Schedules,\n ServerlessEndpoints,\n Registries,\n WorkspaceFeatures,\n} from \"./operationsInterfaces/index.js\";\nimport { AzureMachineLearningServicesManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class AzureMachineLearningServicesManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AzureMachineLearningServicesManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureMachineLearningServicesManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureMachineLearningServicesManagementClientOptionalParams =\n {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-machinelearning/3.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-04-01\";\n this.operations = new OperationsImpl(this);\n this.workspaces = new WorkspacesImpl(this);\n this.usages = new UsagesImpl(this);\n this.virtualMachineSizes = new VirtualMachineSizesImpl(this);\n this.quotas = new QuotasImpl(this);\n this.computeOperations = new ComputeOperationsImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.workspaceConnections = new WorkspaceConnectionsImpl(this);\n this.managedNetworkSettingsRule = new ManagedNetworkSettingsRuleImpl(this);\n this.managedNetworkProvisions = new ManagedNetworkProvisionsImpl(this);\n this.registryCodeContainers = new RegistryCodeContainersImpl(this);\n this.registryCodeVersions = new RegistryCodeVersionsImpl(this);\n this.registryComponentContainers = new RegistryComponentContainersImpl(\n this,\n );\n this.registryComponentVersions = new RegistryComponentVersionsImpl(this);\n this.registryDataContainers = new RegistryDataContainersImpl(this);\n this.registryDataVersions = new RegistryDataVersionsImpl(this);\n this.registryDataReferences = new RegistryDataReferencesImpl(this);\n this.registryEnvironmentContainers = new RegistryEnvironmentContainersImpl(\n this,\n );\n this.registryEnvironmentVersions = new RegistryEnvironmentVersionsImpl(\n this,\n );\n this.registryModelContainers = new RegistryModelContainersImpl(this);\n this.registryModelVersions = new RegistryModelVersionsImpl(this);\n this.batchEndpoints = new BatchEndpointsImpl(this);\n this.batchDeployments = new BatchDeploymentsImpl(this);\n this.codeContainers = new CodeContainersImpl(this);\n this.codeVersions = new CodeVersionsImpl(this);\n this.componentContainers = new ComponentContainersImpl(this);\n this.componentVersions = new ComponentVersionsImpl(this);\n this.dataContainers = new DataContainersImpl(this);\n this.dataVersions = new DataVersionsImpl(this);\n this.datastores = new DatastoresImpl(this);\n this.environmentContainers = new EnvironmentContainersImpl(this);\n this.environmentVersions = new EnvironmentVersionsImpl(this);\n this.featuresetContainers = new FeaturesetContainersImpl(this);\n this.features = new FeaturesImpl(this);\n this.featuresetVersions = new FeaturesetVersionsImpl(this);\n this.featurestoreEntityContainers = new FeaturestoreEntityContainersImpl(\n this,\n );\n this.featurestoreEntityVersions = new FeaturestoreEntityVersionsImpl(this);\n this.jobs = new JobsImpl(this);\n this.marketplaceSubscriptions = new MarketplaceSubscriptionsImpl(this);\n this.modelContainers = new ModelContainersImpl(this);\n this.modelVersions = new ModelVersionsImpl(this);\n this.onlineEndpoints = new OnlineEndpointsImpl(this);\n this.onlineDeployments = new OnlineDeploymentsImpl(this);\n this.schedules = new SchedulesImpl(this);\n this.serverlessEndpoints = new ServerlessEndpointsImpl(this);\n this.registries = new RegistriesImpl(this);\n this.workspaceFeatures = new WorkspaceFeaturesImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n workspaces: Workspaces;\n usages: Usages;\n virtualMachineSizes: VirtualMachineSizes;\n quotas: Quotas;\n computeOperations: ComputeOperations;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n workspaceConnections: WorkspaceConnections;\n managedNetworkSettingsRule: ManagedNetworkSettingsRule;\n managedNetworkProvisions: ManagedNetworkProvisions;\n registryCodeContainers: RegistryCodeContainers;\n registryCodeVersions: RegistryCodeVersions;\n registryComponentContainers: RegistryComponentContainers;\n registryComponentVersions: RegistryComponentVersions;\n registryDataContainers: RegistryDataContainers;\n registryDataVersions: RegistryDataVersions;\n registryDataReferences: RegistryDataReferences;\n registryEnvironmentContainers: RegistryEnvironmentContainers;\n registryEnvironmentVersions: RegistryEnvironmentVersions;\n registryModelContainers: RegistryModelContainers;\n registryModelVersions: RegistryModelVersions;\n batchEndpoints: BatchEndpoints;\n batchDeployments: BatchDeployments;\n codeContainers: CodeContainers;\n codeVersions: CodeVersions;\n componentContainers: ComponentContainers;\n componentVersions: ComponentVersions;\n dataContainers: DataContainers;\n dataVersions: DataVersions;\n datastores: Datastores;\n environmentContainers: EnvironmentContainers;\n environmentVersions: EnvironmentVersions;\n featuresetContainers: FeaturesetContainers;\n features: Features;\n featuresetVersions: FeaturesetVersions;\n featurestoreEntityContainers: FeaturestoreEntityContainers;\n featurestoreEntityVersions: FeaturestoreEntityVersions;\n jobs: Jobs;\n marketplaceSubscriptions: MarketplaceSubscriptions;\n modelContainers: ModelContainers;\n modelVersions: ModelVersions;\n onlineEndpoints: OnlineEndpoints;\n onlineDeployments: OnlineDeployments;\n schedules: Schedules;\n serverlessEndpoints: ServerlessEndpoints;\n registries: Registries;\n workspaceFeatures: WorkspaceFeatures;\n}\n"]}
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/machinelearning/arm-machinelearning/src/azureMachineLearningServicesManagementClient.ts"],
|
|
4
|
+
"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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n WorkspacesImpl,\n UsagesImpl,\n VirtualMachineSizesImpl,\n QuotasImpl,\n ComputeOperationsImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n WorkspaceConnectionsImpl,\n ManagedNetworkSettingsRuleImpl,\n ManagedNetworkProvisionsImpl,\n RegistryCodeContainersImpl,\n RegistryCodeVersionsImpl,\n RegistryComponentContainersImpl,\n RegistryComponentVersionsImpl,\n RegistryDataContainersImpl,\n RegistryDataVersionsImpl,\n RegistryDataReferencesImpl,\n RegistryEnvironmentContainersImpl,\n RegistryEnvironmentVersionsImpl,\n RegistryModelContainersImpl,\n RegistryModelVersionsImpl,\n BatchEndpointsImpl,\n BatchDeploymentsImpl,\n CodeContainersImpl,\n CodeVersionsImpl,\n ComponentContainersImpl,\n ComponentVersionsImpl,\n DataContainersImpl,\n DataVersionsImpl,\n DatastoresImpl,\n EnvironmentContainersImpl,\n EnvironmentVersionsImpl,\n FeaturesetContainersImpl,\n FeaturesImpl,\n FeaturesetVersionsImpl,\n FeaturestoreEntityContainersImpl,\n FeaturestoreEntityVersionsImpl,\n JobsImpl,\n MarketplaceSubscriptionsImpl,\n ModelContainersImpl,\n ModelVersionsImpl,\n OnlineEndpointsImpl,\n OnlineDeploymentsImpl,\n SchedulesImpl,\n ServerlessEndpointsImpl,\n RegistriesImpl,\n WorkspaceFeaturesImpl,\n} from \"./operations/index.js\";\nimport {\n Operations,\n Workspaces,\n Usages,\n VirtualMachineSizes,\n Quotas,\n ComputeOperations,\n PrivateEndpointConnections,\n PrivateLinkResources,\n WorkspaceConnections,\n ManagedNetworkSettingsRule,\n ManagedNetworkProvisions,\n RegistryCodeContainers,\n RegistryCodeVersions,\n RegistryComponentContainers,\n RegistryComponentVersions,\n RegistryDataContainers,\n RegistryDataVersions,\n RegistryDataReferences,\n RegistryEnvironmentContainers,\n RegistryEnvironmentVersions,\n RegistryModelContainers,\n RegistryModelVersions,\n BatchEndpoints,\n BatchDeployments,\n CodeContainers,\n CodeVersions,\n ComponentContainers,\n ComponentVersions,\n DataContainers,\n DataVersions,\n Datastores,\n EnvironmentContainers,\n EnvironmentVersions,\n FeaturesetContainers,\n Features,\n FeaturesetVersions,\n FeaturestoreEntityContainers,\n FeaturestoreEntityVersions,\n Jobs,\n MarketplaceSubscriptions,\n ModelContainers,\n ModelVersions,\n OnlineEndpoints,\n OnlineDeployments,\n Schedules,\n ServerlessEndpoints,\n Registries,\n WorkspaceFeatures,\n} from \"./operationsInterfaces/index.js\";\nimport { AzureMachineLearningServicesManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class AzureMachineLearningServicesManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AzureMachineLearningServicesManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureMachineLearningServicesManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureMachineLearningServicesManagementClientOptionalParams =\n {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-machinelearning/3.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-04-01\";\n this.operations = new OperationsImpl(this);\n this.workspaces = new WorkspacesImpl(this);\n this.usages = new UsagesImpl(this);\n this.virtualMachineSizes = new VirtualMachineSizesImpl(this);\n this.quotas = new QuotasImpl(this);\n this.computeOperations = new ComputeOperationsImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.workspaceConnections = new WorkspaceConnectionsImpl(this);\n this.managedNetworkSettingsRule = new ManagedNetworkSettingsRuleImpl(this);\n this.managedNetworkProvisions = new ManagedNetworkProvisionsImpl(this);\n this.registryCodeContainers = new RegistryCodeContainersImpl(this);\n this.registryCodeVersions = new RegistryCodeVersionsImpl(this);\n this.registryComponentContainers = new RegistryComponentContainersImpl(\n this,\n );\n this.registryComponentVersions = new RegistryComponentVersionsImpl(this);\n this.registryDataContainers = new RegistryDataContainersImpl(this);\n this.registryDataVersions = new RegistryDataVersionsImpl(this);\n this.registryDataReferences = new RegistryDataReferencesImpl(this);\n this.registryEnvironmentContainers = new RegistryEnvironmentContainersImpl(\n this,\n );\n this.registryEnvironmentVersions = new RegistryEnvironmentVersionsImpl(\n this,\n );\n this.registryModelContainers = new RegistryModelContainersImpl(this);\n this.registryModelVersions = new RegistryModelVersionsImpl(this);\n this.batchEndpoints = new BatchEndpointsImpl(this);\n this.batchDeployments = new BatchDeploymentsImpl(this);\n this.codeContainers = new CodeContainersImpl(this);\n this.codeVersions = new CodeVersionsImpl(this);\n this.componentContainers = new ComponentContainersImpl(this);\n this.componentVersions = new ComponentVersionsImpl(this);\n this.dataContainers = new DataContainersImpl(this);\n this.dataVersions = new DataVersionsImpl(this);\n this.datastores = new DatastoresImpl(this);\n this.environmentContainers = new EnvironmentContainersImpl(this);\n this.environmentVersions = new EnvironmentVersionsImpl(this);\n this.featuresetContainers = new FeaturesetContainersImpl(this);\n this.features = new FeaturesImpl(this);\n this.featuresetVersions = new FeaturesetVersionsImpl(this);\n this.featurestoreEntityContainers = new FeaturestoreEntityContainersImpl(\n this,\n );\n this.featurestoreEntityVersions = new FeaturestoreEntityVersionsImpl(this);\n this.jobs = new JobsImpl(this);\n this.marketplaceSubscriptions = new MarketplaceSubscriptionsImpl(this);\n this.modelContainers = new ModelContainersImpl(this);\n this.modelVersions = new ModelVersionsImpl(this);\n this.onlineEndpoints = new OnlineEndpointsImpl(this);\n this.onlineDeployments = new OnlineDeploymentsImpl(this);\n this.schedules = new SchedulesImpl(this);\n this.serverlessEndpoints = new ServerlessEndpointsImpl(this);\n this.registries = new RegistriesImpl(this);\n this.workspaceFeatures = new WorkspaceFeaturesImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n workspaces: Workspaces;\n usages: Usages;\n virtualMachineSizes: VirtualMachineSizes;\n quotas: Quotas;\n computeOperations: ComputeOperations;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n workspaceConnections: WorkspaceConnections;\n managedNetworkSettingsRule: ManagedNetworkSettingsRule;\n managedNetworkProvisions: ManagedNetworkProvisions;\n registryCodeContainers: RegistryCodeContainers;\n registryCodeVersions: RegistryCodeVersions;\n registryComponentContainers: RegistryComponentContainers;\n registryComponentVersions: RegistryComponentVersions;\n registryDataContainers: RegistryDataContainers;\n registryDataVersions: RegistryDataVersions;\n registryDataReferences: RegistryDataReferences;\n registryEnvironmentContainers: RegistryEnvironmentContainers;\n registryEnvironmentVersions: RegistryEnvironmentVersions;\n registryModelContainers: RegistryModelContainers;\n registryModelVersions: RegistryModelVersions;\n batchEndpoints: BatchEndpoints;\n batchDeployments: BatchDeployments;\n codeContainers: CodeContainers;\n codeVersions: CodeVersions;\n componentContainers: ComponentContainers;\n componentVersions: ComponentVersions;\n dataContainers: DataContainers;\n dataVersions: DataVersions;\n datastores: Datastores;\n environmentContainers: EnvironmentContainers;\n environmentVersions: EnvironmentVersions;\n featuresetContainers: FeaturesetContainers;\n features: Features;\n featuresetVersions: FeaturesetVersions;\n featurestoreEntityContainers: FeaturestoreEntityContainers;\n featurestoreEntityVersions: FeaturestoreEntityVersions;\n jobs: Jobs;\n marketplaceSubscriptions: MarketplaceSubscriptions;\n modelContainers: ModelContainers;\n modelVersions: ModelVersions;\n onlineEndpoints: OnlineEndpoints;\n onlineDeployments: OnlineDeployments;\n schedules: Schedules;\n serverlessEndpoints: ServerlessEndpoints;\n registries: Registries;\n workspaceFeatures: WorkspaceFeatures;\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/commonjs/index.js
CHANGED
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var src_exports = {};
|
|
20
|
+
__export(src_exports, {
|
|
21
|
+
AzureMachineLearningServicesManagementClient: () => import_azureMachineLearningServicesManagementClient.AzureMachineLearningServicesManagementClient,
|
|
22
|
+
getContinuationToken: () => import_pagingHelper.getContinuationToken
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(src_exports);
|
|
25
|
+
var import_pagingHelper = require("./pagingHelper.js");
|
|
26
|
+
__reExport(src_exports, require("./models/index.js"), module.exports);
|
|
27
|
+
var import_azureMachineLearningServicesManagementClient = require("./azureMachineLearningServicesManagementClient.js");
|
|
28
|
+
__reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
AzureMachineLearningServicesManagementClient,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/machinelearning/arm-machinelearning/src/index.ts"],
|
|
4
|
+
"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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { AzureMachineLearningServicesManagementClient } from \"./azureMachineLearningServicesManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASA,0BAAqC;AACrC,wBAAc,8BAVd;AAWA,0DAA6D;AAC7D,wBAAc,4CAZd;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|