@azure/arm-machinelearning 2.1.2-alpha.20231009.1 → 2.1.2-alpha.20231023.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/index.js +429 -572
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/batchDeploymentsListSample.js +3 -8
- package/dist-esm/samples-dev/batchDeploymentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/batchEndpointsListSample.js +3 -8
- package/dist-esm/samples-dev/batchEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/codeContainersListSample.js +3 -8
- package/dist-esm/samples-dev/codeContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/codeVersionsListSample.js +3 -8
- package/dist-esm/samples-dev/codeVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/componentContainersListSample.js +3 -8
- package/dist-esm/samples-dev/componentContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/componentVersionsListSample.js +3 -8
- package/dist-esm/samples-dev/componentVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/computeListNodesSample.js +3 -8
- package/dist-esm/samples-dev/computeListNodesSample.js.map +1 -1
- package/dist-esm/samples-dev/computeListSample.js +3 -8
- package/dist-esm/samples-dev/computeListSample.js.map +1 -1
- package/dist-esm/samples-dev/dataContainersListSample.js +3 -8
- package/dist-esm/samples-dev/dataContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/dataVersionsListSample.js +3 -8
- package/dist-esm/samples-dev/dataVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresListSample.js +3 -8
- package/dist-esm/samples-dev/datastoresListSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentContainersListSample.js +3 -8
- package/dist-esm/samples-dev/environmentContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentVersionsListSample.js +3 -8
- package/dist-esm/samples-dev/environmentVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsListSample.js +12 -32
- package/dist-esm/samples-dev/jobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/modelContainersListSample.js +3 -8
- package/dist-esm/samples-dev/modelContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/modelVersionsListSample.js +3 -8
- package/dist-esm/samples-dev/modelVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsListSample.js +3 -8
- package/dist-esm/samples-dev/onlineDeploymentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +6 -16
- package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js.map +1 -1
- package/dist-esm/samples-dev/onlineEndpointsListSample.js +3 -8
- package/dist-esm/samples-dev/onlineEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +3 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/quotasListSample.js +3 -8
- package/dist-esm/samples-dev/quotasListSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesListSample.js +3 -8
- package/dist-esm/samples-dev/schedulesListSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +3 -8
- package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsListSample.js +3 -8
- package/dist-esm/samples-dev/workspaceConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/workspaceFeaturesListSample.js +3 -8
- package/dist-esm/samples-dev/workspaceFeaturesListSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/src/operations/batchDeployments.js +3 -8
- package/dist-esm/src/operations/batchDeployments.js.map +1 -1
- package/dist-esm/src/operations/batchEndpoints.js +3 -8
- package/dist-esm/src/operations/batchEndpoints.js.map +1 -1
- package/dist-esm/src/operations/codeContainers.js +3 -8
- package/dist-esm/src/operations/codeContainers.js.map +1 -1
- package/dist-esm/src/operations/codeVersions.js +3 -8
- package/dist-esm/src/operations/codeVersions.js.map +1 -1
- package/dist-esm/src/operations/componentContainers.js +3 -8
- package/dist-esm/src/operations/componentContainers.js.map +1 -1
- package/dist-esm/src/operations/componentVersions.js +3 -8
- package/dist-esm/src/operations/componentVersions.js.map +1 -1
- package/dist-esm/src/operations/computeOperations.js +6 -16
- package/dist-esm/src/operations/computeOperations.js.map +1 -1
- package/dist-esm/src/operations/dataContainers.js +3 -8
- package/dist-esm/src/operations/dataContainers.js.map +1 -1
- package/dist-esm/src/operations/dataVersions.js +3 -8
- package/dist-esm/src/operations/dataVersions.js.map +1 -1
- package/dist-esm/src/operations/datastores.js +3 -8
- package/dist-esm/src/operations/datastores.js.map +1 -1
- package/dist-esm/src/operations/environmentContainers.js +3 -8
- package/dist-esm/src/operations/environmentContainers.js.map +1 -1
- package/dist-esm/src/operations/environmentVersions.js +3 -8
- package/dist-esm/src/operations/environmentVersions.js.map +1 -1
- package/dist-esm/src/operations/jobs.js +3 -8
- package/dist-esm/src/operations/jobs.js.map +1 -1
- package/dist-esm/src/operations/modelContainers.js +3 -8
- package/dist-esm/src/operations/modelContainers.js.map +1 -1
- package/dist-esm/src/operations/modelVersions.js +3 -8
- package/dist-esm/src/operations/modelVersions.js.map +1 -1
- package/dist-esm/src/operations/onlineDeployments.js +6 -16
- package/dist-esm/src/operations/onlineDeployments.js.map +1 -1
- package/dist-esm/src/operations/onlineEndpoints.js +3 -8
- package/dist-esm/src/operations/onlineEndpoints.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/quotas.js +3 -8
- package/dist-esm/src/operations/quotas.js.map +1 -1
- package/dist-esm/src/operations/schedules.js +3 -8
- package/dist-esm/src/operations/schedules.js.map +1 -1
- package/dist-esm/src/operations/usages.js +3 -8
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/src/operations/workspaceConnections.js +3 -8
- package/dist-esm/src/operations/workspaceConnections.js.map +1 -1
- package/dist-esm/src/operations/workspaceFeatures.js +3 -8
- package/dist-esm/src/operations/workspaceFeatures.js.map +1 -1
- package/dist-esm/src/operations/workspaces.js +6 -16
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/package.json +3 -10
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var tslib = require('tslib');
|
|
6
4
|
var coreClient = require('@azure/core-client');
|
|
7
5
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
6
|
var coreLro = require('@azure/core-lro');
|
|
9
7
|
|
|
10
|
-
function
|
|
11
|
-
if (e && e.__esModule) return e;
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
12
9
|
var n = Object.create(null);
|
|
13
10
|
if (e) {
|
|
14
11
|
Object.keys(e).forEach(function (k) {
|
|
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
|
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
}
|
|
24
|
-
n
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
30
27
|
|
|
31
28
|
/*
|
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -12432,386 +12429,386 @@ let discriminators = {
|
|
|
12432
12429
|
|
|
12433
12430
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
12434
12431
|
__proto__: null,
|
|
12435
|
-
|
|
12432
|
+
AKSSchema: AKSSchema,
|
|
12433
|
+
AKSSchemaProperties: AKSSchemaProperties,
|
|
12434
|
+
AccountKeyDatastoreCredentials: AccountKeyDatastoreCredentials,
|
|
12435
|
+
AccountKeyDatastoreSecrets: AccountKeyDatastoreSecrets,
|
|
12436
|
+
Aks: Aks,
|
|
12437
|
+
AksComputeSecrets: AksComputeSecrets,
|
|
12438
|
+
AksComputeSecretsProperties: AksComputeSecretsProperties,
|
|
12439
|
+
AksNetworkingConfiguration: AksNetworkingConfiguration,
|
|
12440
|
+
AmlCompute: AmlCompute,
|
|
12441
|
+
AmlComputeNodeInformation: AmlComputeNodeInformation,
|
|
12442
|
+
AmlComputeNodesInformation: AmlComputeNodesInformation,
|
|
12443
|
+
AmlComputeProperties: AmlComputeProperties,
|
|
12444
|
+
AmlComputeSchema: AmlComputeSchema,
|
|
12436
12445
|
AmlOperation: AmlOperation,
|
|
12437
12446
|
AmlOperationDisplay: AmlOperationDisplay,
|
|
12438
|
-
|
|
12439
|
-
|
|
12440
|
-
|
|
12441
|
-
|
|
12442
|
-
|
|
12443
|
-
|
|
12444
|
-
|
|
12445
|
-
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
12446
|
-
ManagedServiceIdentity: ManagedServiceIdentity,
|
|
12447
|
-
UserAssignedIdentity: UserAssignedIdentity,
|
|
12448
|
-
Sku: Sku,
|
|
12449
|
-
Resource: Resource,
|
|
12450
|
-
SystemData: SystemData,
|
|
12451
|
-
SharedPrivateLinkResource: SharedPrivateLinkResource,
|
|
12452
|
-
NotebookResourceInfo: NotebookResourceInfo,
|
|
12453
|
-
NotebookPreparationError: NotebookPreparationError,
|
|
12454
|
-
ServiceManagedResourcesSettings: ServiceManagedResourcesSettings,
|
|
12455
|
-
CosmosDbSettings: CosmosDbSettings,
|
|
12456
|
-
WorkspaceUpdateParameters: WorkspaceUpdateParameters,
|
|
12457
|
-
WorkspaceListResult: WorkspaceListResult,
|
|
12458
|
-
DiagnoseWorkspaceParameters: DiagnoseWorkspaceParameters,
|
|
12459
|
-
DiagnoseRequestProperties: DiagnoseRequestProperties,
|
|
12460
|
-
DiagnoseResponseResult: DiagnoseResponseResult,
|
|
12461
|
-
DiagnoseResponseResultValue: DiagnoseResponseResultValue,
|
|
12462
|
-
DiagnoseResult: DiagnoseResult,
|
|
12463
|
-
ListWorkspaceKeysResult: ListWorkspaceKeysResult,
|
|
12464
|
-
RegistryListCredentialsResult: RegistryListCredentialsResult,
|
|
12465
|
-
Password: Password,
|
|
12466
|
-
ListNotebookKeysResult: ListNotebookKeysResult,
|
|
12467
|
-
ListUsagesResult: ListUsagesResult,
|
|
12468
|
-
Usage: Usage,
|
|
12469
|
-
UsageName: UsageName,
|
|
12470
|
-
VirtualMachineSizeListResult: VirtualMachineSizeListResult,
|
|
12471
|
-
VirtualMachineSize: VirtualMachineSize,
|
|
12472
|
-
EstimatedVMPrices: EstimatedVMPrices,
|
|
12473
|
-
EstimatedVMPrice: EstimatedVMPrice,
|
|
12474
|
-
QuotaUpdateParameters: QuotaUpdateParameters,
|
|
12475
|
-
QuotaBaseProperties: QuotaBaseProperties,
|
|
12476
|
-
UpdateWorkspaceQuotasResult: UpdateWorkspaceQuotasResult,
|
|
12477
|
-
UpdateWorkspaceQuotas: UpdateWorkspaceQuotas,
|
|
12478
|
-
ListWorkspaceQuotas: ListWorkspaceQuotas,
|
|
12479
|
-
ResourceQuota: ResourceQuota,
|
|
12480
|
-
ResourceName: ResourceName,
|
|
12481
|
-
PaginatedComputeResourcesList: PaginatedComputeResourcesList,
|
|
12482
|
-
ComputeResourceSchema: ComputeResourceSchema,
|
|
12483
|
-
Compute: Compute,
|
|
12484
|
-
ClusterUpdateParameters: ClusterUpdateParameters,
|
|
12485
|
-
ScaleSettingsInformation: ScaleSettingsInformation,
|
|
12486
|
-
ScaleSettings: ScaleSettings,
|
|
12487
|
-
AmlComputeNodesInformation: AmlComputeNodesInformation,
|
|
12488
|
-
AmlComputeNodeInformation: AmlComputeNodeInformation,
|
|
12489
|
-
NotebookAccessTokenResult: NotebookAccessTokenResult,
|
|
12490
|
-
ComputeSecrets: ComputeSecrets,
|
|
12491
|
-
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
12492
|
-
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
|
12493
|
-
ListStorageAccountKeysResult: ListStorageAccountKeysResult,
|
|
12494
|
-
WorkspaceConnectionPropertiesV2: WorkspaceConnectionPropertiesV2,
|
|
12495
|
-
WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult: WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult,
|
|
12496
|
-
ExternalFqdnResponse: ExternalFqdnResponse,
|
|
12497
|
-
FqdnEndpoints: FqdnEndpoints,
|
|
12498
|
-
FqdnEndpointsProperties: FqdnEndpointsProperties,
|
|
12499
|
-
FqdnEndpoint: FqdnEndpoint,
|
|
12500
|
-
FqdnEndpointDetail: FqdnEndpointDetail,
|
|
12501
|
-
BatchEndpointTrackedResourceArmPaginatedResult: BatchEndpointTrackedResourceArmPaginatedResult,
|
|
12502
|
-
BatchEndpointDefaults: BatchEndpointDefaults,
|
|
12503
|
-
EndpointPropertiesBase: EndpointPropertiesBase,
|
|
12504
|
-
EndpointAuthKeys: EndpointAuthKeys,
|
|
12505
|
-
PartialManagedServiceIdentity: PartialManagedServiceIdentity,
|
|
12506
|
-
PartialMinimalTrackedResource: PartialMinimalTrackedResource,
|
|
12507
|
-
BatchDeploymentTrackedResourceArmPaginatedResult: BatchDeploymentTrackedResourceArmPaginatedResult,
|
|
12447
|
+
AmlOperationListResult: AmlOperationListResult,
|
|
12448
|
+
AmlToken: AmlToken,
|
|
12449
|
+
AmlUserFeature: AmlUserFeature,
|
|
12450
|
+
AssetBase: AssetBase,
|
|
12451
|
+
AssetContainer: AssetContainer,
|
|
12452
|
+
AssetJobInput: AssetJobInput,
|
|
12453
|
+
AssetJobOutput: AssetJobOutput,
|
|
12508
12454
|
AssetReferenceBase: AssetReferenceBase,
|
|
12509
|
-
|
|
12455
|
+
AssignedUser: AssignedUser,
|
|
12456
|
+
AutoForecastHorizon: AutoForecastHorizon,
|
|
12457
|
+
AutoMLJob: AutoMLJob,
|
|
12458
|
+
AutoMLVertical: AutoMLVertical,
|
|
12459
|
+
AutoNCrossValidations: AutoNCrossValidations,
|
|
12460
|
+
AutoPauseProperties: AutoPauseProperties,
|
|
12461
|
+
AutoScaleProperties: AutoScaleProperties,
|
|
12462
|
+
AutoSeasonality: AutoSeasonality,
|
|
12463
|
+
AutoTargetLags: AutoTargetLags,
|
|
12464
|
+
AutoTargetRollingWindowSize: AutoTargetRollingWindowSize,
|
|
12465
|
+
AzureBlobDatastore: AzureBlobDatastore,
|
|
12466
|
+
AzureDataLakeGen1Datastore: AzureDataLakeGen1Datastore,
|
|
12467
|
+
AzureDataLakeGen2Datastore: AzureDataLakeGen2Datastore,
|
|
12468
|
+
AzureFileDatastore: AzureFileDatastore,
|
|
12469
|
+
BanditPolicy: BanditPolicy,
|
|
12470
|
+
BatchDeployment: BatchDeployment,
|
|
12471
|
+
BatchDeploymentProperties: BatchDeploymentProperties,
|
|
12472
|
+
BatchDeploymentTrackedResourceArmPaginatedResult: BatchDeploymentTrackedResourceArmPaginatedResult,
|
|
12473
|
+
BatchDeploymentsCreateOrUpdateHeaders: BatchDeploymentsCreateOrUpdateHeaders,
|
|
12474
|
+
BatchDeploymentsDeleteHeaders: BatchDeploymentsDeleteHeaders,
|
|
12475
|
+
BatchDeploymentsUpdateHeaders: BatchDeploymentsUpdateHeaders,
|
|
12476
|
+
BatchEndpoint: BatchEndpoint,
|
|
12477
|
+
BatchEndpointDefaults: BatchEndpointDefaults,
|
|
12478
|
+
BatchEndpointProperties: BatchEndpointProperties,
|
|
12479
|
+
BatchEndpointTrackedResourceArmPaginatedResult: BatchEndpointTrackedResourceArmPaginatedResult,
|
|
12480
|
+
BatchEndpointsCreateOrUpdateHeaders: BatchEndpointsCreateOrUpdateHeaders,
|
|
12481
|
+
BatchEndpointsDeleteHeaders: BatchEndpointsDeleteHeaders,
|
|
12482
|
+
BatchEndpointsUpdateHeaders: BatchEndpointsUpdateHeaders,
|
|
12510
12483
|
BatchRetrySettings: BatchRetrySettings,
|
|
12511
|
-
|
|
12484
|
+
BayesianSamplingAlgorithm: BayesianSamplingAlgorithm,
|
|
12485
|
+
BuildContext: BuildContext,
|
|
12486
|
+
CertificateDatastoreCredentials: CertificateDatastoreCredentials,
|
|
12487
|
+
CertificateDatastoreSecrets: CertificateDatastoreSecrets,
|
|
12488
|
+
Classification: Classification,
|
|
12489
|
+
ClassificationTrainingSettings: ClassificationTrainingSettings,
|
|
12490
|
+
ClusterUpdateParameters: ClusterUpdateParameters,
|
|
12512
12491
|
CodeConfiguration: CodeConfiguration,
|
|
12513
|
-
|
|
12514
|
-
|
|
12492
|
+
CodeContainer: CodeContainer,
|
|
12493
|
+
CodeContainerProperties: CodeContainerProperties,
|
|
12515
12494
|
CodeContainerResourceArmPaginatedResult: CodeContainerResourceArmPaginatedResult,
|
|
12516
|
-
|
|
12495
|
+
CodeVersion: CodeVersion,
|
|
12496
|
+
CodeVersionProperties: CodeVersionProperties,
|
|
12517
12497
|
CodeVersionResourceArmPaginatedResult: CodeVersionResourceArmPaginatedResult,
|
|
12498
|
+
ColumnTransformer: ColumnTransformer,
|
|
12499
|
+
CommandJob: CommandJob,
|
|
12500
|
+
CommandJobLimits: CommandJobLimits,
|
|
12501
|
+
ComponentContainer: ComponentContainer,
|
|
12502
|
+
ComponentContainerProperties: ComponentContainerProperties,
|
|
12518
12503
|
ComponentContainerResourceArmPaginatedResult: ComponentContainerResourceArmPaginatedResult,
|
|
12504
|
+
ComponentVersion: ComponentVersion,
|
|
12505
|
+
ComponentVersionProperties: ComponentVersionProperties,
|
|
12519
12506
|
ComponentVersionResourceArmPaginatedResult: ComponentVersionResourceArmPaginatedResult,
|
|
12520
|
-
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
|
|
12524
|
-
DatastoreSecrets: DatastoreSecrets,
|
|
12525
|
-
EnvironmentContainerResourceArmPaginatedResult: EnvironmentContainerResourceArmPaginatedResult,
|
|
12526
|
-
EnvironmentVersionResourceArmPaginatedResult: EnvironmentVersionResourceArmPaginatedResult,
|
|
12527
|
-
BuildContext: BuildContext,
|
|
12528
|
-
InferenceContainerProperties: InferenceContainerProperties,
|
|
12529
|
-
Route: Route,
|
|
12530
|
-
JobBaseResourceArmPaginatedResult: JobBaseResourceArmPaginatedResult,
|
|
12531
|
-
IdentityConfiguration: IdentityConfiguration,
|
|
12532
|
-
JobService: JobService,
|
|
12533
|
-
ModelContainerResourceArmPaginatedResult: ModelContainerResourceArmPaginatedResult,
|
|
12534
|
-
ModelVersionResourceArmPaginatedResult: ModelVersionResourceArmPaginatedResult,
|
|
12535
|
-
FlavorData: FlavorData,
|
|
12536
|
-
OnlineEndpointTrackedResourceArmPaginatedResult: OnlineEndpointTrackedResourceArmPaginatedResult,
|
|
12537
|
-
OnlineDeploymentTrackedResourceArmPaginatedResult: OnlineDeploymentTrackedResourceArmPaginatedResult,
|
|
12538
|
-
ProbeSettings: ProbeSettings,
|
|
12539
|
-
OnlineRequestSettings: OnlineRequestSettings,
|
|
12540
|
-
OnlineScaleSettings: OnlineScaleSettings,
|
|
12541
|
-
PartialSku: PartialSku,
|
|
12542
|
-
DeploymentLogsRequest: DeploymentLogsRequest,
|
|
12543
|
-
DeploymentLogs: DeploymentLogs,
|
|
12544
|
-
SkuResourceArmPaginatedResult: SkuResourceArmPaginatedResult,
|
|
12545
|
-
SkuResource: SkuResource,
|
|
12546
|
-
SkuCapacity: SkuCapacity,
|
|
12547
|
-
SkuSetting: SkuSetting,
|
|
12548
|
-
RegenerateEndpointKeysRequest: RegenerateEndpointKeysRequest,
|
|
12549
|
-
EndpointAuthToken: EndpointAuthToken,
|
|
12550
|
-
ScheduleResourceArmPaginatedResult: ScheduleResourceArmPaginatedResult,
|
|
12551
|
-
ScheduleActionBase: ScheduleActionBase,
|
|
12552
|
-
TriggerBase: TriggerBase,
|
|
12553
|
-
ListAmlUserFeatureResult: ListAmlUserFeatureResult,
|
|
12554
|
-
AmlUserFeature: AmlUserFeature,
|
|
12555
|
-
ResourceId: ResourceId,
|
|
12556
|
-
AKSSchema: AKSSchema,
|
|
12557
|
-
AKSSchemaProperties: AKSSchemaProperties,
|
|
12558
|
-
SystemService: SystemService,
|
|
12559
|
-
SslConfiguration: SslConfiguration,
|
|
12560
|
-
AksNetworkingConfiguration: AksNetworkingConfiguration,
|
|
12561
|
-
KubernetesSchema: KubernetesSchema,
|
|
12562
|
-
KubernetesProperties: KubernetesProperties,
|
|
12563
|
-
InstanceTypeSchema: InstanceTypeSchema,
|
|
12564
|
-
InstanceTypeSchemaResources: InstanceTypeSchemaResources,
|
|
12565
|
-
AmlComputeProperties: AmlComputeProperties,
|
|
12566
|
-
VirtualMachineImage: VirtualMachineImage,
|
|
12567
|
-
UserAccountCredentials: UserAccountCredentials,
|
|
12568
|
-
NodeStateCounts: NodeStateCounts,
|
|
12569
|
-
AmlComputeSchema: AmlComputeSchema,
|
|
12570
|
-
ComputeInstanceProperties: ComputeInstanceProperties,
|
|
12571
|
-
ComputeInstanceSshSettings: ComputeInstanceSshSettings,
|
|
12572
|
-
ComputeInstanceConnectivityEndpoints: ComputeInstanceConnectivityEndpoints,
|
|
12507
|
+
Compute: Compute,
|
|
12508
|
+
ComputeCreateOrUpdateHeaders: ComputeCreateOrUpdateHeaders,
|
|
12509
|
+
ComputeDeleteHeaders: ComputeDeleteHeaders,
|
|
12510
|
+
ComputeInstance: ComputeInstance,
|
|
12573
12511
|
ComputeInstanceApplication: ComputeInstanceApplication,
|
|
12574
|
-
|
|
12575
|
-
PersonalComputeInstanceSettings: PersonalComputeInstanceSettings,
|
|
12576
|
-
AssignedUser: AssignedUser,
|
|
12577
|
-
SetupScripts: SetupScripts,
|
|
12578
|
-
ScriptsToExecute: ScriptsToExecute,
|
|
12579
|
-
ScriptReference: ScriptReference,
|
|
12580
|
-
ComputeInstanceLastOperation: ComputeInstanceLastOperation,
|
|
12581
|
-
ComputeSchedules: ComputeSchedules,
|
|
12582
|
-
ComputeStartStopSchedule: ComputeStartStopSchedule,
|
|
12583
|
-
RecurrenceSchedule: RecurrenceSchedule,
|
|
12584
|
-
ScheduleBase: ScheduleBase,
|
|
12512
|
+
ComputeInstanceConnectivityEndpoints: ComputeInstanceConnectivityEndpoints,
|
|
12585
12513
|
ComputeInstanceContainer: ComputeInstanceContainer,
|
|
12586
|
-
|
|
12514
|
+
ComputeInstanceCreatedBy: ComputeInstanceCreatedBy,
|
|
12587
12515
|
ComputeInstanceDataDisk: ComputeInstanceDataDisk,
|
|
12588
12516
|
ComputeInstanceDataMount: ComputeInstanceDataMount,
|
|
12589
|
-
|
|
12517
|
+
ComputeInstanceEnvironmentInfo: ComputeInstanceEnvironmentInfo,
|
|
12518
|
+
ComputeInstanceLastOperation: ComputeInstanceLastOperation,
|
|
12519
|
+
ComputeInstanceProperties: ComputeInstanceProperties,
|
|
12590
12520
|
ComputeInstanceSchema: ComputeInstanceSchema,
|
|
12591
|
-
|
|
12592
|
-
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12596
|
-
|
|
12597
|
-
|
|
12521
|
+
ComputeInstanceSshSettings: ComputeInstanceSshSettings,
|
|
12522
|
+
ComputeInstanceVersion: ComputeInstanceVersion,
|
|
12523
|
+
ComputeResource: ComputeResource,
|
|
12524
|
+
ComputeResourceSchema: ComputeResourceSchema,
|
|
12525
|
+
ComputeSchedules: ComputeSchedules,
|
|
12526
|
+
ComputeSecrets: ComputeSecrets,
|
|
12527
|
+
ComputeStartStopSchedule: ComputeStartStopSchedule,
|
|
12528
|
+
ContainerResourceRequirements: ContainerResourceRequirements,
|
|
12529
|
+
ContainerResourceSettings: ContainerResourceSettings,
|
|
12530
|
+
CosmosDbSettings: CosmosDbSettings,
|
|
12531
|
+
CronTrigger: CronTrigger,
|
|
12532
|
+
CustomForecastHorizon: CustomForecastHorizon,
|
|
12533
|
+
CustomModelJobInput: CustomModelJobInput,
|
|
12534
|
+
CustomModelJobOutput: CustomModelJobOutput,
|
|
12535
|
+
CustomNCrossValidations: CustomNCrossValidations,
|
|
12536
|
+
CustomSeasonality: CustomSeasonality,
|
|
12537
|
+
CustomTargetLags: CustomTargetLags,
|
|
12538
|
+
CustomTargetRollingWindowSize: CustomTargetRollingWindowSize,
|
|
12539
|
+
DataContainer: DataContainer,
|
|
12540
|
+
DataContainerProperties: DataContainerProperties,
|
|
12541
|
+
DataContainerResourceArmPaginatedResult: DataContainerResourceArmPaginatedResult,
|
|
12542
|
+
DataFactory: DataFactory,
|
|
12543
|
+
DataLakeAnalytics: DataLakeAnalytics,
|
|
12598
12544
|
DataLakeAnalyticsSchema: DataLakeAnalyticsSchema,
|
|
12599
12545
|
DataLakeAnalyticsSchemaProperties: DataLakeAnalyticsSchemaProperties,
|
|
12600
|
-
|
|
12601
|
-
|
|
12602
|
-
|
|
12603
|
-
|
|
12604
|
-
|
|
12605
|
-
|
|
12606
|
-
|
|
12607
|
-
|
|
12608
|
-
|
|
12609
|
-
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12546
|
+
DataPathAssetReference: DataPathAssetReference,
|
|
12547
|
+
DataVersionBase: DataVersionBase,
|
|
12548
|
+
DataVersionBaseProperties: DataVersionBaseProperties,
|
|
12549
|
+
DataVersionBaseResourceArmPaginatedResult: DataVersionBaseResourceArmPaginatedResult,
|
|
12550
|
+
Databricks: Databricks,
|
|
12551
|
+
DatabricksComputeSecrets: DatabricksComputeSecrets,
|
|
12552
|
+
DatabricksComputeSecretsProperties: DatabricksComputeSecretsProperties,
|
|
12553
|
+
DatabricksProperties: DatabricksProperties,
|
|
12554
|
+
DatabricksSchema: DatabricksSchema,
|
|
12555
|
+
Datastore: Datastore,
|
|
12556
|
+
DatastoreCredentials: DatastoreCredentials,
|
|
12557
|
+
DatastoreProperties: DatastoreProperties,
|
|
12558
|
+
DatastoreResourceArmPaginatedResult: DatastoreResourceArmPaginatedResult,
|
|
12559
|
+
DatastoreSecrets: DatastoreSecrets,
|
|
12560
|
+
DefaultScaleSettings: DefaultScaleSettings,
|
|
12561
|
+
DeploymentLogs: DeploymentLogs,
|
|
12562
|
+
DeploymentLogsRequest: DeploymentLogsRequest,
|
|
12563
|
+
DeploymentResourceConfiguration: DeploymentResourceConfiguration,
|
|
12564
|
+
DiagnoseRequestProperties: DiagnoseRequestProperties,
|
|
12565
|
+
DiagnoseResponseResult: DiagnoseResponseResult,
|
|
12566
|
+
DiagnoseResponseResultValue: DiagnoseResponseResultValue,
|
|
12567
|
+
DiagnoseResult: DiagnoseResult,
|
|
12568
|
+
DiagnoseWorkspaceParameters: DiagnoseWorkspaceParameters,
|
|
12569
|
+
DistributionConfiguration: DistributionConfiguration,
|
|
12620
12570
|
EarlyTerminationPolicy: EarlyTerminationPolicy,
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
|
|
12571
|
+
EncryptionKeyVaultProperties: EncryptionKeyVaultProperties,
|
|
12572
|
+
EncryptionProperty: EncryptionProperty,
|
|
12573
|
+
EndpointAuthKeys: EndpointAuthKeys,
|
|
12574
|
+
EndpointAuthToken: EndpointAuthToken,
|
|
12575
|
+
EndpointDeploymentPropertiesBase: EndpointDeploymentPropertiesBase,
|
|
12576
|
+
EndpointPropertiesBase: EndpointPropertiesBase,
|
|
12577
|
+
EndpointScheduleAction: EndpointScheduleAction,
|
|
12578
|
+
EnvironmentContainer: EnvironmentContainer,
|
|
12579
|
+
EnvironmentContainerProperties: EnvironmentContainerProperties,
|
|
12580
|
+
EnvironmentContainerResourceArmPaginatedResult: EnvironmentContainerResourceArmPaginatedResult,
|
|
12581
|
+
EnvironmentVersion: EnvironmentVersion,
|
|
12582
|
+
EnvironmentVersionProperties: EnvironmentVersionProperties,
|
|
12583
|
+
EnvironmentVersionResourceArmPaginatedResult: EnvironmentVersionResourceArmPaginatedResult,
|
|
12584
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
12585
|
+
ErrorDetail: ErrorDetail,
|
|
12586
|
+
ErrorResponse: ErrorResponse,
|
|
12587
|
+
EstimatedVMPrice: EstimatedVMPrice,
|
|
12588
|
+
EstimatedVMPrices: EstimatedVMPrices,
|
|
12589
|
+
ExternalFqdnResponse: ExternalFqdnResponse,
|
|
12626
12590
|
FeaturizationSettings: FeaturizationSettings,
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
|
|
12630
|
-
ContainerResourceRequirements: ContainerResourceRequirements,
|
|
12631
|
-
ContainerResourceSettings: ContainerResourceSettings,
|
|
12591
|
+
FlavorData: FlavorData,
|
|
12592
|
+
ForecastHorizon: ForecastHorizon,
|
|
12593
|
+
Forecasting: Forecasting,
|
|
12632
12594
|
ForecastingSettings: ForecastingSettings,
|
|
12633
|
-
|
|
12634
|
-
|
|
12635
|
-
|
|
12595
|
+
ForecastingTrainingSettings: ForecastingTrainingSettings,
|
|
12596
|
+
FqdnEndpoint: FqdnEndpoint,
|
|
12597
|
+
FqdnEndpointDetail: FqdnEndpointDetail,
|
|
12598
|
+
FqdnEndpoints: FqdnEndpoints,
|
|
12599
|
+
FqdnEndpointsProperties: FqdnEndpointsProperties,
|
|
12600
|
+
GridSamplingAlgorithm: GridSamplingAlgorithm,
|
|
12601
|
+
HDInsight: HDInsight,
|
|
12602
|
+
HDInsightProperties: HDInsightProperties,
|
|
12603
|
+
HDInsightSchema: HDInsightSchema,
|
|
12604
|
+
IdAssetReference: IdAssetReference,
|
|
12605
|
+
IdentityConfiguration: IdentityConfiguration,
|
|
12606
|
+
IdentityForCmk: IdentityForCmk,
|
|
12607
|
+
ImageClassification: ImageClassification,
|
|
12608
|
+
ImageClassificationBase: ImageClassificationBase,
|
|
12609
|
+
ImageClassificationMultilabel: ImageClassificationMultilabel,
|
|
12610
|
+
ImageInstanceSegmentation: ImageInstanceSegmentation,
|
|
12636
12611
|
ImageLimitSettings: ImageLimitSettings,
|
|
12612
|
+
ImageModelDistributionSettings: ImageModelDistributionSettings,
|
|
12613
|
+
ImageModelDistributionSettingsClassification: ImageModelDistributionSettingsClassification,
|
|
12614
|
+
ImageModelDistributionSettingsObjectDetection: ImageModelDistributionSettingsObjectDetection,
|
|
12615
|
+
ImageModelSettings: ImageModelSettings,
|
|
12616
|
+
ImageModelSettingsClassification: ImageModelSettingsClassification,
|
|
12617
|
+
ImageModelSettingsObjectDetection: ImageModelSettingsObjectDetection,
|
|
12618
|
+
ImageObjectDetection: ImageObjectDetection,
|
|
12619
|
+
ImageObjectDetectionBase: ImageObjectDetectionBase,
|
|
12637
12620
|
ImageSweepSettings: ImageSweepSettings,
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
|
|
12642
|
-
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
12643
|
-
Workspace: Workspace,
|
|
12644
|
-
ComputeResource: ComputeResource,
|
|
12645
|
-
PrivateLinkResource: PrivateLinkResource,
|
|
12646
|
-
WorkspaceConnectionPropertiesV2BasicResource: WorkspaceConnectionPropertiesV2BasicResource,
|
|
12647
|
-
TrackedResource: TrackedResource,
|
|
12648
|
-
CodeContainer: CodeContainer,
|
|
12649
|
-
CodeVersion: CodeVersion,
|
|
12650
|
-
ComponentContainer: ComponentContainer,
|
|
12651
|
-
ComponentVersion: ComponentVersion,
|
|
12652
|
-
DataContainer: DataContainer,
|
|
12653
|
-
DataVersionBase: DataVersionBase,
|
|
12654
|
-
Datastore: Datastore,
|
|
12655
|
-
EnvironmentContainer: EnvironmentContainer,
|
|
12656
|
-
EnvironmentVersion: EnvironmentVersion,
|
|
12621
|
+
ImageVertical: ImageVertical,
|
|
12622
|
+
InferenceContainerProperties: InferenceContainerProperties,
|
|
12623
|
+
InstanceTypeSchema: InstanceTypeSchema,
|
|
12624
|
+
InstanceTypeSchemaResources: InstanceTypeSchemaResources,
|
|
12657
12625
|
JobBase: JobBase,
|
|
12626
|
+
JobBaseProperties: JobBaseProperties,
|
|
12627
|
+
JobBaseResourceArmPaginatedResult: JobBaseResourceArmPaginatedResult,
|
|
12628
|
+
JobInput: JobInput,
|
|
12629
|
+
JobLimits: JobLimits,
|
|
12630
|
+
JobOutput: JobOutput,
|
|
12631
|
+
JobResourceConfiguration: JobResourceConfiguration,
|
|
12632
|
+
JobScheduleAction: JobScheduleAction,
|
|
12633
|
+
JobService: JobService,
|
|
12634
|
+
JobsCancelHeaders: JobsCancelHeaders,
|
|
12635
|
+
JobsDeleteHeaders: JobsDeleteHeaders,
|
|
12636
|
+
Kubernetes: Kubernetes,
|
|
12637
|
+
KubernetesOnlineDeployment: KubernetesOnlineDeployment,
|
|
12638
|
+
KubernetesProperties: KubernetesProperties,
|
|
12639
|
+
KubernetesSchema: KubernetesSchema,
|
|
12640
|
+
ListAmlUserFeatureResult: ListAmlUserFeatureResult,
|
|
12641
|
+
ListNotebookKeysResult: ListNotebookKeysResult,
|
|
12642
|
+
ListStorageAccountKeysResult: ListStorageAccountKeysResult,
|
|
12643
|
+
ListUsagesResult: ListUsagesResult,
|
|
12644
|
+
ListWorkspaceKeysResult: ListWorkspaceKeysResult,
|
|
12645
|
+
ListWorkspaceQuotas: ListWorkspaceQuotas,
|
|
12646
|
+
LiteralJobInput: LiteralJobInput,
|
|
12647
|
+
MLFlowModelJobInput: MLFlowModelJobInput,
|
|
12648
|
+
MLFlowModelJobOutput: MLFlowModelJobOutput,
|
|
12649
|
+
MLTableData: MLTableData,
|
|
12650
|
+
MLTableJobInput: MLTableJobInput,
|
|
12651
|
+
MLTableJobOutput: MLTableJobOutput,
|
|
12652
|
+
ManagedIdentity: ManagedIdentity,
|
|
12653
|
+
ManagedIdentityAuthTypeWorkspaceConnectionProperties: ManagedIdentityAuthTypeWorkspaceConnectionProperties,
|
|
12654
|
+
ManagedOnlineDeployment: ManagedOnlineDeployment,
|
|
12655
|
+
ManagedServiceIdentity: ManagedServiceIdentity,
|
|
12656
|
+
MedianStoppingPolicy: MedianStoppingPolicy,
|
|
12658
12657
|
ModelContainer: ModelContainer,
|
|
12658
|
+
ModelContainerProperties: ModelContainerProperties,
|
|
12659
|
+
ModelContainerResourceArmPaginatedResult: ModelContainerResourceArmPaginatedResult,
|
|
12659
12660
|
ModelVersion: ModelVersion,
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12666
|
-
|
|
12667
|
-
|
|
12668
|
-
Databricks: Databricks,
|
|
12669
|
-
DataLakeAnalytics: DataLakeAnalytics,
|
|
12670
|
-
SynapseSpark: SynapseSpark,
|
|
12671
|
-
AksComputeSecrets: AksComputeSecrets,
|
|
12672
|
-
VirtualMachineSecrets: VirtualMachineSecrets,
|
|
12673
|
-
DatabricksComputeSecrets: DatabricksComputeSecrets,
|
|
12674
|
-
PATAuthTypeWorkspaceConnectionProperties: PATAuthTypeWorkspaceConnectionProperties,
|
|
12675
|
-
SASAuthTypeWorkspaceConnectionProperties: SASAuthTypeWorkspaceConnectionProperties,
|
|
12676
|
-
UsernamePasswordAuthTypeWorkspaceConnectionProperties: UsernamePasswordAuthTypeWorkspaceConnectionProperties,
|
|
12661
|
+
ModelVersionProperties: ModelVersionProperties,
|
|
12662
|
+
ModelVersionResourceArmPaginatedResult: ModelVersionResourceArmPaginatedResult,
|
|
12663
|
+
Mpi: Mpi,
|
|
12664
|
+
NCrossValidations: NCrossValidations,
|
|
12665
|
+
NlpVertical: NlpVertical,
|
|
12666
|
+
NlpVerticalFeaturizationSettings: NlpVerticalFeaturizationSettings,
|
|
12667
|
+
NlpVerticalLimitSettings: NlpVerticalLimitSettings,
|
|
12668
|
+
NodeStateCounts: NodeStateCounts,
|
|
12677
12669
|
NoneAuthTypeWorkspaceConnectionProperties: NoneAuthTypeWorkspaceConnectionProperties,
|
|
12678
|
-
|
|
12679
|
-
|
|
12670
|
+
NoneDatastoreCredentials: NoneDatastoreCredentials,
|
|
12671
|
+
NotebookAccessTokenResult: NotebookAccessTokenResult,
|
|
12672
|
+
NotebookPreparationError: NotebookPreparationError,
|
|
12673
|
+
NotebookResourceInfo: NotebookResourceInfo,
|
|
12674
|
+
Objective: Objective,
|
|
12675
|
+
OnlineDeployment: OnlineDeployment,
|
|
12676
|
+
OnlineDeploymentProperties: OnlineDeploymentProperties,
|
|
12677
|
+
OnlineDeploymentTrackedResourceArmPaginatedResult: OnlineDeploymentTrackedResourceArmPaginatedResult,
|
|
12678
|
+
OnlineDeploymentsCreateOrUpdateHeaders: OnlineDeploymentsCreateOrUpdateHeaders,
|
|
12679
|
+
OnlineDeploymentsDeleteHeaders: OnlineDeploymentsDeleteHeaders,
|
|
12680
|
+
OnlineDeploymentsUpdateHeaders: OnlineDeploymentsUpdateHeaders,
|
|
12681
|
+
OnlineEndpoint: OnlineEndpoint,
|
|
12680
12682
|
OnlineEndpointProperties: OnlineEndpointProperties,
|
|
12683
|
+
OnlineEndpointTrackedResourceArmPaginatedResult: OnlineEndpointTrackedResourceArmPaginatedResult,
|
|
12684
|
+
OnlineEndpointsCreateOrUpdateHeaders: OnlineEndpointsCreateOrUpdateHeaders,
|
|
12685
|
+
OnlineEndpointsDeleteHeaders: OnlineEndpointsDeleteHeaders,
|
|
12686
|
+
OnlineEndpointsRegenerateKeysHeaders: OnlineEndpointsRegenerateKeysHeaders,
|
|
12687
|
+
OnlineEndpointsUpdateHeaders: OnlineEndpointsUpdateHeaders,
|
|
12688
|
+
OnlineRequestSettings: OnlineRequestSettings,
|
|
12689
|
+
OnlineScaleSettings: OnlineScaleSettings,
|
|
12690
|
+
OutputPathAssetReference: OutputPathAssetReference,
|
|
12691
|
+
PATAuthTypeWorkspaceConnectionProperties: PATAuthTypeWorkspaceConnectionProperties,
|
|
12692
|
+
PaginatedComputeResourcesList: PaginatedComputeResourcesList,
|
|
12693
|
+
PartialBatchDeployment: PartialBatchDeployment,
|
|
12694
|
+
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties,
|
|
12695
|
+
PartialManagedServiceIdentity: PartialManagedServiceIdentity,
|
|
12696
|
+
PartialMinimalTrackedResource: PartialMinimalTrackedResource,
|
|
12681
12697
|
PartialMinimalTrackedResourceWithIdentity: PartialMinimalTrackedResourceWithIdentity,
|
|
12682
12698
|
PartialMinimalTrackedResourceWithSku: PartialMinimalTrackedResourceWithSku,
|
|
12683
|
-
|
|
12684
|
-
|
|
12685
|
-
|
|
12686
|
-
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12692
|
-
|
|
12693
|
-
|
|
12694
|
-
|
|
12695
|
-
|
|
12696
|
-
|
|
12697
|
-
|
|
12699
|
+
PartialSku: PartialSku,
|
|
12700
|
+
Password: Password,
|
|
12701
|
+
PersonalComputeInstanceSettings: PersonalComputeInstanceSettings,
|
|
12702
|
+
PipelineJob: PipelineJob,
|
|
12703
|
+
PrivateEndpoint: PrivateEndpoint,
|
|
12704
|
+
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
12705
|
+
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
12706
|
+
PrivateLinkResource: PrivateLinkResource,
|
|
12707
|
+
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
|
12708
|
+
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
12709
|
+
ProbeSettings: ProbeSettings,
|
|
12710
|
+
PyTorch: PyTorch,
|
|
12711
|
+
QuotaBaseProperties: QuotaBaseProperties,
|
|
12712
|
+
QuotaUpdateParameters: QuotaUpdateParameters,
|
|
12713
|
+
RandomSamplingAlgorithm: RandomSamplingAlgorithm,
|
|
12714
|
+
RecurrenceSchedule: RecurrenceSchedule,
|
|
12715
|
+
RecurrenceTrigger: RecurrenceTrigger,
|
|
12716
|
+
RegenerateEndpointKeysRequest: RegenerateEndpointKeysRequest,
|
|
12717
|
+
RegistryListCredentialsResult: RegistryListCredentialsResult,
|
|
12718
|
+
Regression: Regression,
|
|
12719
|
+
RegressionTrainingSettings: RegressionTrainingSettings,
|
|
12720
|
+
Resource: Resource,
|
|
12721
|
+
ResourceBase: ResourceBase,
|
|
12722
|
+
ResourceConfiguration: ResourceConfiguration,
|
|
12723
|
+
ResourceId: ResourceId,
|
|
12724
|
+
ResourceName: ResourceName,
|
|
12725
|
+
ResourceQuota: ResourceQuota,
|
|
12726
|
+
Route: Route,
|
|
12727
|
+
SASAuthTypeWorkspaceConnectionProperties: SASAuthTypeWorkspaceConnectionProperties,
|
|
12728
|
+
SamplingAlgorithm: SamplingAlgorithm,
|
|
12698
12729
|
SasDatastoreCredentials: SasDatastoreCredentials,
|
|
12699
|
-
ServicePrincipalDatastoreCredentials: ServicePrincipalDatastoreCredentials,
|
|
12700
|
-
AccountKeyDatastoreSecrets: AccountKeyDatastoreSecrets,
|
|
12701
|
-
CertificateDatastoreSecrets: CertificateDatastoreSecrets,
|
|
12702
12730
|
SasDatastoreSecrets: SasDatastoreSecrets,
|
|
12731
|
+
ScaleSettings: ScaleSettings,
|
|
12732
|
+
ScaleSettingsInformation: ScaleSettingsInformation,
|
|
12733
|
+
Schedule: Schedule,
|
|
12734
|
+
ScheduleActionBase: ScheduleActionBase,
|
|
12735
|
+
ScheduleBase: ScheduleBase,
|
|
12736
|
+
ScheduleProperties: ScheduleProperties,
|
|
12737
|
+
ScheduleResourceArmPaginatedResult: ScheduleResourceArmPaginatedResult,
|
|
12738
|
+
SchedulesCreateOrUpdateHeaders: SchedulesCreateOrUpdateHeaders,
|
|
12739
|
+
SchedulesDeleteHeaders: SchedulesDeleteHeaders,
|
|
12740
|
+
ScriptReference: ScriptReference,
|
|
12741
|
+
ScriptsToExecute: ScriptsToExecute,
|
|
12742
|
+
Seasonality: Seasonality,
|
|
12743
|
+
ServiceManagedResourcesSettings: ServiceManagedResourcesSettings,
|
|
12744
|
+
ServicePrincipalDatastoreCredentials: ServicePrincipalDatastoreCredentials,
|
|
12703
12745
|
ServicePrincipalDatastoreSecrets: ServicePrincipalDatastoreSecrets,
|
|
12704
|
-
|
|
12705
|
-
|
|
12706
|
-
|
|
12707
|
-
|
|
12746
|
+
SetupScripts: SetupScripts,
|
|
12747
|
+
SharedPrivateLinkResource: SharedPrivateLinkResource,
|
|
12748
|
+
Sku: Sku,
|
|
12749
|
+
SkuCapacity: SkuCapacity,
|
|
12750
|
+
SkuResource: SkuResource,
|
|
12751
|
+
SkuResourceArmPaginatedResult: SkuResourceArmPaginatedResult,
|
|
12752
|
+
SkuSetting: SkuSetting,
|
|
12753
|
+
SslConfiguration: SslConfiguration,
|
|
12754
|
+
StackEnsembleSettings: StackEnsembleSettings,
|
|
12755
|
+
SweepJob: SweepJob,
|
|
12756
|
+
SweepJobLimits: SweepJobLimits,
|
|
12757
|
+
SynapseSpark: SynapseSpark,
|
|
12758
|
+
SynapseSparkProperties: SynapseSparkProperties,
|
|
12759
|
+
SystemData: SystemData,
|
|
12760
|
+
SystemService: SystemService,
|
|
12761
|
+
TableVertical: TableVertical,
|
|
12762
|
+
TableVerticalFeaturizationSettings: TableVerticalFeaturizationSettings,
|
|
12763
|
+
TableVerticalLimitSettings: TableVerticalLimitSettings,
|
|
12764
|
+
TargetLags: TargetLags,
|
|
12765
|
+
TargetRollingWindowSize: TargetRollingWindowSize,
|
|
12708
12766
|
TargetUtilizationScaleSettings: TargetUtilizationScaleSettings,
|
|
12709
|
-
|
|
12710
|
-
JobScheduleAction: JobScheduleAction,
|
|
12711
|
-
RecurrenceTrigger: RecurrenceTrigger,
|
|
12712
|
-
CronTrigger: CronTrigger,
|
|
12713
|
-
MLTableJobInput: MLTableJobInput,
|
|
12714
|
-
CustomModelJobInput: CustomModelJobInput,
|
|
12715
|
-
MLFlowModelJobInput: MLFlowModelJobInput,
|
|
12716
|
-
TritonModelJobInput: TritonModelJobInput,
|
|
12717
|
-
UriFileJobInput: UriFileJobInput,
|
|
12718
|
-
UriFolderJobInput: UriFolderJobInput,
|
|
12719
|
-
CustomModelJobOutput: CustomModelJobOutput,
|
|
12720
|
-
MLFlowModelJobOutput: MLFlowModelJobOutput,
|
|
12721
|
-
MLTableJobOutput: MLTableJobOutput,
|
|
12722
|
-
TritonModelJobOutput: TritonModelJobOutput,
|
|
12723
|
-
UriFileJobOutput: UriFileJobOutput,
|
|
12724
|
-
UriFolderJobOutput: UriFolderJobOutput,
|
|
12725
|
-
AutoForecastHorizon: AutoForecastHorizon,
|
|
12726
|
-
CustomForecastHorizon: CustomForecastHorizon,
|
|
12727
|
-
Classification: Classification,
|
|
12728
|
-
Forecasting: Forecasting,
|
|
12729
|
-
ImageClassificationBase: ImageClassificationBase,
|
|
12730
|
-
ImageClassification: ImageClassification,
|
|
12731
|
-
ImageClassificationMultilabel: ImageClassificationMultilabel,
|
|
12732
|
-
ImageObjectDetectionBase: ImageObjectDetectionBase,
|
|
12733
|
-
ImageInstanceSegmentation: ImageInstanceSegmentation,
|
|
12734
|
-
ImageObjectDetection: ImageObjectDetection,
|
|
12735
|
-
Regression: Regression,
|
|
12767
|
+
TensorFlow: TensorFlow,
|
|
12736
12768
|
TextClassification: TextClassification,
|
|
12737
12769
|
TextClassificationMultilabel: TextClassificationMultilabel,
|
|
12738
12770
|
TextNer: TextNer,
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
|
|
12742
|
-
|
|
12743
|
-
|
|
12744
|
-
|
|
12745
|
-
CustomTargetLags: CustomTargetLags,
|
|
12746
|
-
AutoTargetRollingWindowSize: AutoTargetRollingWindowSize,
|
|
12747
|
-
CustomTargetRollingWindowSize: CustomTargetRollingWindowSize,
|
|
12748
|
-
BanditPolicy: BanditPolicy,
|
|
12749
|
-
MedianStoppingPolicy: MedianStoppingPolicy,
|
|
12771
|
+
TrackedResource: TrackedResource,
|
|
12772
|
+
TrainingSettings: TrainingSettings,
|
|
12773
|
+
TrialComponent: TrialComponent,
|
|
12774
|
+
TriggerBase: TriggerBase,
|
|
12775
|
+
TritonModelJobInput: TritonModelJobInput,
|
|
12776
|
+
TritonModelJobOutput: TritonModelJobOutput,
|
|
12750
12777
|
TruncationSelectionPolicy: TruncationSelectionPolicy,
|
|
12751
|
-
|
|
12752
|
-
|
|
12753
|
-
RandomSamplingAlgorithm: RandomSamplingAlgorithm,
|
|
12754
|
-
ClassificationTrainingSettings: ClassificationTrainingSettings,
|
|
12755
|
-
ForecastingTrainingSettings: ForecastingTrainingSettings,
|
|
12756
|
-
RegressionTrainingSettings: RegressionTrainingSettings,
|
|
12757
|
-
TableVerticalFeaturizationSettings: TableVerticalFeaturizationSettings,
|
|
12758
|
-
NlpVerticalFeaturizationSettings: NlpVerticalFeaturizationSettings,
|
|
12759
|
-
Mpi: Mpi,
|
|
12760
|
-
PyTorch: PyTorch,
|
|
12761
|
-
TensorFlow: TensorFlow,
|
|
12762
|
-
CommandJobLimits: CommandJobLimits,
|
|
12763
|
-
SweepJobLimits: SweepJobLimits,
|
|
12764
|
-
ImageModelSettingsClassification: ImageModelSettingsClassification,
|
|
12765
|
-
ImageModelSettingsObjectDetection: ImageModelSettingsObjectDetection,
|
|
12766
|
-
ImageModelDistributionSettingsClassification: ImageModelDistributionSettingsClassification,
|
|
12767
|
-
ImageModelDistributionSettingsObjectDetection: ImageModelDistributionSettingsObjectDetection,
|
|
12768
|
-
BatchEndpoint: BatchEndpoint,
|
|
12769
|
-
BatchDeployment: BatchDeployment,
|
|
12770
|
-
OnlineEndpoint: OnlineEndpoint,
|
|
12771
|
-
OnlineDeployment: OnlineDeployment,
|
|
12772
|
-
KubernetesOnlineDeployment: KubernetesOnlineDeployment,
|
|
12773
|
-
ManagedOnlineDeployment: ManagedOnlineDeployment,
|
|
12774
|
-
CodeContainerProperties: CodeContainerProperties,
|
|
12775
|
-
ComponentContainerProperties: ComponentContainerProperties,
|
|
12776
|
-
DataContainerProperties: DataContainerProperties,
|
|
12777
|
-
EnvironmentContainerProperties: EnvironmentContainerProperties,
|
|
12778
|
-
ModelContainerProperties: ModelContainerProperties,
|
|
12779
|
-
CodeVersionProperties: CodeVersionProperties,
|
|
12780
|
-
ComponentVersionProperties: ComponentVersionProperties,
|
|
12781
|
-
DataVersionBaseProperties: DataVersionBaseProperties,
|
|
12782
|
-
EnvironmentVersionProperties: EnvironmentVersionProperties,
|
|
12783
|
-
ModelVersionProperties: ModelVersionProperties,
|
|
12784
|
-
AzureBlobDatastore: AzureBlobDatastore,
|
|
12785
|
-
AzureDataLakeGen1Datastore: AzureDataLakeGen1Datastore,
|
|
12786
|
-
AzureDataLakeGen2Datastore: AzureDataLakeGen2Datastore,
|
|
12787
|
-
AzureFileDatastore: AzureFileDatastore,
|
|
12788
|
-
AutoMLJob: AutoMLJob,
|
|
12789
|
-
CommandJob: CommandJob,
|
|
12790
|
-
PipelineJob: PipelineJob,
|
|
12791
|
-
SweepJob: SweepJob,
|
|
12792
|
-
MLTableData: MLTableData,
|
|
12778
|
+
UpdateWorkspaceQuotas: UpdateWorkspaceQuotas,
|
|
12779
|
+
UpdateWorkspaceQuotasResult: UpdateWorkspaceQuotasResult,
|
|
12793
12780
|
UriFileDataVersion: UriFileDataVersion,
|
|
12781
|
+
UriFileJobInput: UriFileJobInput,
|
|
12782
|
+
UriFileJobOutput: UriFileJobOutput,
|
|
12794
12783
|
UriFolderDataVersion: UriFolderDataVersion,
|
|
12784
|
+
UriFolderJobInput: UriFolderJobInput,
|
|
12785
|
+
UriFolderJobOutput: UriFolderJobOutput,
|
|
12786
|
+
Usage: Usage,
|
|
12787
|
+
UsageName: UsageName,
|
|
12788
|
+
UserAccountCredentials: UserAccountCredentials,
|
|
12789
|
+
UserAssignedIdentity: UserAssignedIdentity,
|
|
12790
|
+
UserIdentity: UserIdentity,
|
|
12791
|
+
UsernamePasswordAuthTypeWorkspaceConnectionProperties: UsernamePasswordAuthTypeWorkspaceConnectionProperties,
|
|
12792
|
+
VirtualMachine: VirtualMachine,
|
|
12793
|
+
VirtualMachineImage: VirtualMachineImage,
|
|
12794
|
+
VirtualMachineSchema: VirtualMachineSchema,
|
|
12795
|
+
VirtualMachineSchemaProperties: VirtualMachineSchemaProperties,
|
|
12796
|
+
VirtualMachineSecrets: VirtualMachineSecrets,
|
|
12797
|
+
VirtualMachineSecretsSchema: VirtualMachineSecretsSchema,
|
|
12798
|
+
VirtualMachineSize: VirtualMachineSize,
|
|
12799
|
+
VirtualMachineSizeListResult: VirtualMachineSizeListResult,
|
|
12800
|
+
VirtualMachineSshCredentials: VirtualMachineSshCredentials,
|
|
12801
|
+
Workspace: Workspace,
|
|
12802
|
+
WorkspaceConnectionManagedIdentity: WorkspaceConnectionManagedIdentity,
|
|
12803
|
+
WorkspaceConnectionPersonalAccessToken: WorkspaceConnectionPersonalAccessToken,
|
|
12804
|
+
WorkspaceConnectionPropertiesV2: WorkspaceConnectionPropertiesV2,
|
|
12805
|
+
WorkspaceConnectionPropertiesV2BasicResource: WorkspaceConnectionPropertiesV2BasicResource,
|
|
12806
|
+
WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult: WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult,
|
|
12807
|
+
WorkspaceConnectionSharedAccessSignature: WorkspaceConnectionSharedAccessSignature,
|
|
12808
|
+
WorkspaceConnectionUsernamePassword: WorkspaceConnectionUsernamePassword,
|
|
12809
|
+
WorkspaceListResult: WorkspaceListResult,
|
|
12810
|
+
WorkspaceUpdateParameters: WorkspaceUpdateParameters,
|
|
12795
12811
|
WorkspacesDiagnoseHeaders: WorkspacesDiagnoseHeaders,
|
|
12796
|
-
ComputeCreateOrUpdateHeaders: ComputeCreateOrUpdateHeaders,
|
|
12797
|
-
ComputeDeleteHeaders: ComputeDeleteHeaders,
|
|
12798
|
-
BatchEndpointsDeleteHeaders: BatchEndpointsDeleteHeaders,
|
|
12799
|
-
BatchEndpointsUpdateHeaders: BatchEndpointsUpdateHeaders,
|
|
12800
|
-
BatchEndpointsCreateOrUpdateHeaders: BatchEndpointsCreateOrUpdateHeaders,
|
|
12801
|
-
BatchDeploymentsDeleteHeaders: BatchDeploymentsDeleteHeaders,
|
|
12802
|
-
BatchDeploymentsUpdateHeaders: BatchDeploymentsUpdateHeaders,
|
|
12803
|
-
BatchDeploymentsCreateOrUpdateHeaders: BatchDeploymentsCreateOrUpdateHeaders,
|
|
12804
|
-
JobsDeleteHeaders: JobsDeleteHeaders,
|
|
12805
|
-
JobsCancelHeaders: JobsCancelHeaders,
|
|
12806
|
-
OnlineEndpointsDeleteHeaders: OnlineEndpointsDeleteHeaders,
|
|
12807
|
-
OnlineEndpointsUpdateHeaders: OnlineEndpointsUpdateHeaders,
|
|
12808
|
-
OnlineEndpointsCreateOrUpdateHeaders: OnlineEndpointsCreateOrUpdateHeaders,
|
|
12809
|
-
OnlineEndpointsRegenerateKeysHeaders: OnlineEndpointsRegenerateKeysHeaders,
|
|
12810
|
-
OnlineDeploymentsDeleteHeaders: OnlineDeploymentsDeleteHeaders,
|
|
12811
|
-
OnlineDeploymentsUpdateHeaders: OnlineDeploymentsUpdateHeaders,
|
|
12812
|
-
OnlineDeploymentsCreateOrUpdateHeaders: OnlineDeploymentsCreateOrUpdateHeaders,
|
|
12813
|
-
SchedulesDeleteHeaders: SchedulesDeleteHeaders,
|
|
12814
|
-
SchedulesCreateOrUpdateHeaders: SchedulesCreateOrUpdateHeaders,
|
|
12815
12812
|
discriminators: discriminators
|
|
12816
12813
|
});
|
|
12817
12814
|
|
|
@@ -13491,16 +13488,11 @@ class OperationsImpl {
|
|
|
13491
13488
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
13492
13489
|
var _a, e_1, _b, _c;
|
|
13493
13490
|
try {
|
|
13494
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
13491
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
13495
13492
|
_c = _f.value;
|
|
13496
13493
|
_d = false;
|
|
13497
|
-
|
|
13498
|
-
|
|
13499
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13500
|
-
}
|
|
13501
|
-
finally {
|
|
13502
|
-
_d = true;
|
|
13503
|
-
}
|
|
13494
|
+
const page = _c;
|
|
13495
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13504
13496
|
}
|
|
13505
13497
|
}
|
|
13506
13498
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -13630,16 +13622,11 @@ class WorkspacesImpl {
|
|
|
13630
13622
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
13631
13623
|
var _a, e_1, _b, _c;
|
|
13632
13624
|
try {
|
|
13633
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
13625
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
13634
13626
|
_c = _f.value;
|
|
13635
13627
|
_d = false;
|
|
13636
|
-
|
|
13637
|
-
|
|
13638
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13639
|
-
}
|
|
13640
|
-
finally {
|
|
13641
|
-
_d = true;
|
|
13642
|
-
}
|
|
13628
|
+
const page = _c;
|
|
13629
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13643
13630
|
}
|
|
13644
13631
|
}
|
|
13645
13632
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -13696,16 +13683,11 @@ class WorkspacesImpl {
|
|
|
13696
13683
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
13697
13684
|
var _a, e_2, _b, _c;
|
|
13698
13685
|
try {
|
|
13699
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
13686
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
13700
13687
|
_c = _f.value;
|
|
13701
13688
|
_d = false;
|
|
13702
|
-
|
|
13703
|
-
|
|
13704
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13705
|
-
}
|
|
13706
|
-
finally {
|
|
13707
|
-
_d = true;
|
|
13708
|
-
}
|
|
13689
|
+
const page = _c;
|
|
13690
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13709
13691
|
}
|
|
13710
13692
|
}
|
|
13711
13693
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -14560,16 +14542,11 @@ class UsagesImpl {
|
|
|
14560
14542
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
14561
14543
|
var _a, e_1, _b, _c;
|
|
14562
14544
|
try {
|
|
14563
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
14545
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
14564
14546
|
_c = _f.value;
|
|
14565
14547
|
_d = false;
|
|
14566
|
-
|
|
14567
|
-
|
|
14568
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14569
|
-
}
|
|
14570
|
-
finally {
|
|
14571
|
-
_d = true;
|
|
14572
|
-
}
|
|
14548
|
+
const page = _c;
|
|
14549
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14573
14550
|
}
|
|
14574
14551
|
}
|
|
14575
14552
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -14755,16 +14732,11 @@ class QuotasImpl {
|
|
|
14755
14732
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
14756
14733
|
var _a, e_1, _b, _c;
|
|
14757
14734
|
try {
|
|
14758
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
14735
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
14759
14736
|
_c = _f.value;
|
|
14760
14737
|
_d = false;
|
|
14761
|
-
|
|
14762
|
-
|
|
14763
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14764
|
-
}
|
|
14765
|
-
finally {
|
|
14766
|
-
_d = true;
|
|
14767
|
-
}
|
|
14738
|
+
const page = _c;
|
|
14739
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14768
14740
|
}
|
|
14769
14741
|
}
|
|
14770
14742
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -14933,16 +14905,11 @@ class ComputeOperationsImpl {
|
|
|
14933
14905
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
14934
14906
|
var _a, e_1, _b, _c;
|
|
14935
14907
|
try {
|
|
14936
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
14908
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
14937
14909
|
_c = _f.value;
|
|
14938
14910
|
_d = false;
|
|
14939
|
-
|
|
14940
|
-
|
|
14941
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14942
|
-
}
|
|
14943
|
-
finally {
|
|
14944
|
-
_d = true;
|
|
14945
|
-
}
|
|
14911
|
+
const page = _c;
|
|
14912
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14946
14913
|
}
|
|
14947
14914
|
}
|
|
14948
14915
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -15002,16 +14969,11 @@ class ComputeOperationsImpl {
|
|
|
15002
14969
|
return tslib.__asyncGenerator(this, arguments, function* listNodesPagingAll_1() {
|
|
15003
14970
|
var _a, e_2, _b, _c;
|
|
15004
14971
|
try {
|
|
15005
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listNodesPagingPage(resourceGroupName, workspaceName, computeName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
14972
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listNodesPagingPage(resourceGroupName, workspaceName, computeName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
15006
14973
|
_c = _f.value;
|
|
15007
14974
|
_d = false;
|
|
15008
|
-
|
|
15009
|
-
|
|
15010
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15011
|
-
}
|
|
15012
|
-
finally {
|
|
15013
|
-
_d = true;
|
|
15014
|
-
}
|
|
14975
|
+
const page = _c;
|
|
14976
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15015
14977
|
}
|
|
15016
14978
|
}
|
|
15017
14979
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -15767,16 +15729,11 @@ class PrivateEndpointConnectionsImpl {
|
|
|
15767
15729
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
15768
15730
|
var _a, e_1, _b, _c;
|
|
15769
15731
|
try {
|
|
15770
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
15732
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
15771
15733
|
_c = _f.value;
|
|
15772
15734
|
_d = false;
|
|
15773
|
-
|
|
15774
|
-
|
|
15775
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15776
|
-
}
|
|
15777
|
-
finally {
|
|
15778
|
-
_d = true;
|
|
15779
|
-
}
|
|
15735
|
+
const page = _c;
|
|
15736
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15780
15737
|
}
|
|
15781
15738
|
}
|
|
15782
15739
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -16052,16 +16009,11 @@ class WorkspaceConnectionsImpl {
|
|
|
16052
16009
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
16053
16010
|
var _a, e_1, _b, _c;
|
|
16054
16011
|
try {
|
|
16055
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
16012
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
16056
16013
|
_c = _f.value;
|
|
16057
16014
|
_d = false;
|
|
16058
|
-
|
|
16059
|
-
|
|
16060
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
16061
|
-
}
|
|
16062
|
-
finally {
|
|
16063
|
-
_d = true;
|
|
16064
|
-
}
|
|
16015
|
+
const page = _c;
|
|
16016
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
16065
16017
|
}
|
|
16066
16018
|
}
|
|
16067
16019
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -16305,16 +16257,11 @@ class BatchEndpointsImpl {
|
|
|
16305
16257
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
16306
16258
|
var _a, e_1, _b, _c;
|
|
16307
16259
|
try {
|
|
16308
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
16260
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
16309
16261
|
_c = _f.value;
|
|
16310
16262
|
_d = false;
|
|
16311
|
-
|
|
16312
|
-
|
|
16313
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
16314
|
-
}
|
|
16315
|
-
finally {
|
|
16316
|
-
_d = true;
|
|
16317
|
-
}
|
|
16263
|
+
const page = _c;
|
|
16264
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
16318
16265
|
}
|
|
16319
16266
|
}
|
|
16320
16267
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -16773,16 +16720,11 @@ class BatchDeploymentsImpl {
|
|
|
16773
16720
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
16774
16721
|
var _a, e_1, _b, _c;
|
|
16775
16722
|
try {
|
|
16776
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, endpointName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
16723
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, endpointName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
16777
16724
|
_c = _f.value;
|
|
16778
16725
|
_d = false;
|
|
16779
|
-
|
|
16780
|
-
|
|
16781
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
16782
|
-
}
|
|
16783
|
-
finally {
|
|
16784
|
-
_d = true;
|
|
16785
|
-
}
|
|
16726
|
+
const page = _c;
|
|
16727
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
16786
16728
|
}
|
|
16787
16729
|
}
|
|
16788
16730
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -17259,16 +17201,11 @@ class CodeContainersImpl {
|
|
|
17259
17201
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
17260
17202
|
var _a, e_1, _b, _c;
|
|
17261
17203
|
try {
|
|
17262
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
17204
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
17263
17205
|
_c = _f.value;
|
|
17264
17206
|
_d = false;
|
|
17265
|
-
|
|
17266
|
-
|
|
17267
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
17268
|
-
}
|
|
17269
|
-
finally {
|
|
17270
|
-
_d = true;
|
|
17271
|
-
}
|
|
17207
|
+
const page = _c;
|
|
17208
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
17272
17209
|
}
|
|
17273
17210
|
}
|
|
17274
17211
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -17512,16 +17449,11 @@ class CodeVersionsImpl {
|
|
|
17512
17449
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
17513
17450
|
var _a, e_1, _b, _c;
|
|
17514
17451
|
try {
|
|
17515
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
17452
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
17516
17453
|
_c = _f.value;
|
|
17517
17454
|
_d = false;
|
|
17518
|
-
|
|
17519
|
-
|
|
17520
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
17521
|
-
}
|
|
17522
|
-
finally {
|
|
17523
|
-
_d = true;
|
|
17524
|
-
}
|
|
17455
|
+
const page = _c;
|
|
17456
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
17525
17457
|
}
|
|
17526
17458
|
}
|
|
17527
17459
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -17784,16 +17716,11 @@ class ComponentContainersImpl {
|
|
|
17784
17716
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
17785
17717
|
var _a, e_1, _b, _c;
|
|
17786
17718
|
try {
|
|
17787
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
17719
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
17788
17720
|
_c = _f.value;
|
|
17789
17721
|
_d = false;
|
|
17790
|
-
|
|
17791
|
-
|
|
17792
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
17793
|
-
}
|
|
17794
|
-
finally {
|
|
17795
|
-
_d = true;
|
|
17796
|
-
}
|
|
17722
|
+
const page = _c;
|
|
17723
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
17797
17724
|
}
|
|
17798
17725
|
}
|
|
17799
17726
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -18045,16 +17972,11 @@ class ComponentVersionsImpl {
|
|
|
18045
17972
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
18046
17973
|
var _a, e_1, _b, _c;
|
|
18047
17974
|
try {
|
|
18048
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
17975
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
18049
17976
|
_c = _f.value;
|
|
18050
17977
|
_d = false;
|
|
18051
|
-
|
|
18052
|
-
|
|
18053
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18054
|
-
}
|
|
18055
|
-
finally {
|
|
18056
|
-
_d = true;
|
|
18057
|
-
}
|
|
17978
|
+
const page = _c;
|
|
17979
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18058
17980
|
}
|
|
18059
17981
|
}
|
|
18060
17982
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -18319,16 +18241,11 @@ class DataContainersImpl {
|
|
|
18319
18241
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
18320
18242
|
var _a, e_1, _b, _c;
|
|
18321
18243
|
try {
|
|
18322
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
18244
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
18323
18245
|
_c = _f.value;
|
|
18324
18246
|
_d = false;
|
|
18325
|
-
|
|
18326
|
-
|
|
18327
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18328
|
-
}
|
|
18329
|
-
finally {
|
|
18330
|
-
_d = true;
|
|
18331
|
-
}
|
|
18247
|
+
const page = _c;
|
|
18248
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18332
18249
|
}
|
|
18333
18250
|
}
|
|
18334
18251
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -18580,16 +18497,11 @@ class DataVersionsImpl {
|
|
|
18580
18497
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
18581
18498
|
var _a, e_1, _b, _c;
|
|
18582
18499
|
try {
|
|
18583
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
18500
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
18584
18501
|
_c = _f.value;
|
|
18585
18502
|
_d = false;
|
|
18586
|
-
|
|
18587
|
-
|
|
18588
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18589
|
-
}
|
|
18590
|
-
finally {
|
|
18591
|
-
_d = true;
|
|
18592
|
-
}
|
|
18503
|
+
const page = _c;
|
|
18504
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18593
18505
|
}
|
|
18594
18506
|
}
|
|
18595
18507
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -18856,16 +18768,11 @@ class DatastoresImpl {
|
|
|
18856
18768
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
18857
18769
|
var _a, e_1, _b, _c;
|
|
18858
18770
|
try {
|
|
18859
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
18771
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
18860
18772
|
_c = _f.value;
|
|
18861
18773
|
_d = false;
|
|
18862
|
-
|
|
18863
|
-
|
|
18864
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18865
|
-
}
|
|
18866
|
-
finally {
|
|
18867
|
-
_d = true;
|
|
18868
|
-
}
|
|
18774
|
+
const page = _c;
|
|
18775
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
18869
18776
|
}
|
|
18870
18777
|
}
|
|
18871
18778
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -19158,16 +19065,11 @@ class EnvironmentContainersImpl {
|
|
|
19158
19065
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
19159
19066
|
var _a, e_1, _b, _c;
|
|
19160
19067
|
try {
|
|
19161
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
19068
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
19162
19069
|
_c = _f.value;
|
|
19163
19070
|
_d = false;
|
|
19164
|
-
|
|
19165
|
-
|
|
19166
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
19167
|
-
}
|
|
19168
|
-
finally {
|
|
19169
|
-
_d = true;
|
|
19170
|
-
}
|
|
19071
|
+
const page = _c;
|
|
19072
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
19171
19073
|
}
|
|
19172
19074
|
}
|
|
19173
19075
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -19419,16 +19321,11 @@ class EnvironmentVersionsImpl {
|
|
|
19419
19321
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
19420
19322
|
var _a, e_1, _b, _c;
|
|
19421
19323
|
try {
|
|
19422
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
19324
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
19423
19325
|
_c = _f.value;
|
|
19424
19326
|
_d = false;
|
|
19425
|
-
|
|
19426
|
-
|
|
19427
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
19428
|
-
}
|
|
19429
|
-
finally {
|
|
19430
|
-
_d = true;
|
|
19431
|
-
}
|
|
19327
|
+
const page = _c;
|
|
19328
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
19432
19329
|
}
|
|
19433
19330
|
}
|
|
19434
19331
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -19693,16 +19590,11 @@ class JobsImpl {
|
|
|
19693
19590
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
19694
19591
|
var _a, e_1, _b, _c;
|
|
19695
19592
|
try {
|
|
19696
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
19593
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
19697
19594
|
_c = _f.value;
|
|
19698
19595
|
_d = false;
|
|
19699
|
-
|
|
19700
|
-
|
|
19701
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
19702
|
-
}
|
|
19703
|
-
finally {
|
|
19704
|
-
_d = true;
|
|
19705
|
-
}
|
|
19596
|
+
const page = _c;
|
|
19597
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
19706
19598
|
}
|
|
19707
19599
|
}
|
|
19708
19600
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -20079,16 +19971,11 @@ class ModelContainersImpl {
|
|
|
20079
19971
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
20080
19972
|
var _a, e_1, _b, _c;
|
|
20081
19973
|
try {
|
|
20082
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
19974
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
20083
19975
|
_c = _f.value;
|
|
20084
19976
|
_d = false;
|
|
20085
|
-
|
|
20086
|
-
|
|
20087
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
20088
|
-
}
|
|
20089
|
-
finally {
|
|
20090
|
-
_d = true;
|
|
20091
|
-
}
|
|
19977
|
+
const page = _c;
|
|
19978
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
20092
19979
|
}
|
|
20093
19980
|
}
|
|
20094
19981
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -20342,16 +20229,11 @@ class ModelVersionsImpl {
|
|
|
20342
20229
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
20343
20230
|
var _a, e_1, _b, _c;
|
|
20344
20231
|
try {
|
|
20345
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
20232
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
20346
20233
|
_c = _f.value;
|
|
20347
20234
|
_d = false;
|
|
20348
|
-
|
|
20349
|
-
|
|
20350
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
20351
|
-
}
|
|
20352
|
-
finally {
|
|
20353
|
-
_d = true;
|
|
20354
|
-
}
|
|
20235
|
+
const page = _c;
|
|
20236
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
20355
20237
|
}
|
|
20356
20238
|
}
|
|
20357
20239
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -20628,16 +20510,11 @@ class OnlineEndpointsImpl {
|
|
|
20628
20510
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
20629
20511
|
var _a, e_1, _b, _c;
|
|
20630
20512
|
try {
|
|
20631
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
20513
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
20632
20514
|
_c = _f.value;
|
|
20633
20515
|
_d = false;
|
|
20634
|
-
|
|
20635
|
-
|
|
20636
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
20637
|
-
}
|
|
20638
|
-
finally {
|
|
20639
|
-
_d = true;
|
|
20640
|
-
}
|
|
20516
|
+
const page = _c;
|
|
20517
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
20641
20518
|
}
|
|
20642
20519
|
}
|
|
20643
20520
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -21227,16 +21104,11 @@ class OnlineDeploymentsImpl {
|
|
|
21227
21104
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
21228
21105
|
var _a, e_1, _b, _c;
|
|
21229
21106
|
try {
|
|
21230
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, endpointName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
21107
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, endpointName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
21231
21108
|
_c = _f.value;
|
|
21232
21109
|
_d = false;
|
|
21233
|
-
|
|
21234
|
-
|
|
21235
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
21236
|
-
}
|
|
21237
|
-
finally {
|
|
21238
|
-
_d = true;
|
|
21239
|
-
}
|
|
21110
|
+
const page = _c;
|
|
21111
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
21240
21112
|
}
|
|
21241
21113
|
}
|
|
21242
21114
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -21297,16 +21169,11 @@ class OnlineDeploymentsImpl {
|
|
|
21297
21169
|
return tslib.__asyncGenerator(this, arguments, function* listSkusPagingAll_1() {
|
|
21298
21170
|
var _a, e_2, _b, _c;
|
|
21299
21171
|
try {
|
|
21300
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listSkusPagingPage(resourceGroupName, workspaceName, endpointName, deploymentName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
21172
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listSkusPagingPage(resourceGroupName, workspaceName, endpointName, deploymentName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
21301
21173
|
_c = _f.value;
|
|
21302
21174
|
_d = false;
|
|
21303
|
-
|
|
21304
|
-
|
|
21305
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
21306
|
-
}
|
|
21307
|
-
finally {
|
|
21308
|
-
_d = true;
|
|
21309
|
-
}
|
|
21175
|
+
const page = _c;
|
|
21176
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
21310
21177
|
}
|
|
21311
21178
|
}
|
|
21312
21179
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -21910,16 +21777,11 @@ class SchedulesImpl {
|
|
|
21910
21777
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
21911
21778
|
var _a, e_1, _b, _c;
|
|
21912
21779
|
try {
|
|
21913
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
21780
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
21914
21781
|
_c = _f.value;
|
|
21915
21782
|
_d = false;
|
|
21916
|
-
|
|
21917
|
-
|
|
21918
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
21919
|
-
}
|
|
21920
|
-
finally {
|
|
21921
|
-
_d = true;
|
|
21922
|
-
}
|
|
21783
|
+
const page = _c;
|
|
21784
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
21923
21785
|
}
|
|
21924
21786
|
}
|
|
21925
21787
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -22265,16 +22127,11 @@ class WorkspaceFeaturesImpl {
|
|
|
22265
22127
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
22266
22128
|
var _a, e_1, _b, _c;
|
|
22267
22129
|
try {
|
|
22268
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
22130
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
22269
22131
|
_c = _f.value;
|
|
22270
22132
|
_d = false;
|
|
22271
|
-
|
|
22272
|
-
|
|
22273
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
22274
|
-
}
|
|
22275
|
-
finally {
|
|
22276
|
-
_d = true;
|
|
22277
|
-
}
|
|
22133
|
+
const page = _c;
|
|
22134
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
22278
22135
|
}
|
|
22279
22136
|
}
|
|
22280
22137
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|