@azure/arm-machinelearning 2.0.1-alpha.20221026.1 → 2.1.0-alpha.20221101.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +173 -10
- package/dist/index.js +6417 -3094
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsGetSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsListSample.js +1 -1
- package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsListKeysSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsListSample.js +1 -1
- package/dist-esm/samples-dev/batchEndpointsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/codeContainersListSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/codeVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/componentContainersListSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/componentVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/computeCreateOrUpdateSample.js +60 -8
- package/dist-esm/samples-dev/computeCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/computeDeleteSample.js +1 -1
- package/dist-esm/samples-dev/computeGetSample.js +4 -4
- package/dist-esm/samples-dev/computeListKeysSample.js +1 -1
- package/dist-esm/samples-dev/computeListNodesSample.js +1 -1
- package/dist-esm/samples-dev/computeListSample.js +1 -1
- package/dist-esm/samples-dev/computeRestartSample.js +1 -1
- package/dist-esm/samples-dev/computeStartSample.js +1 -1
- package/dist-esm/samples-dev/computeStopSample.js +1 -1
- package/dist-esm/samples-dev/computeUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/dataContainersListSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/dataVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/datastoresDeleteSample.js +1 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +1 -1
- package/dist-esm/samples-dev/datastoresListSample.js +1 -1
- package/dist-esm/samples-dev/datastoresListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/environmentContainersListSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/environmentVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/jobsCancelSample.js +1 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +66 -3
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/jobsGetSample.js +22 -3
- package/dist-esm/samples-dev/jobsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsListSample.js +44 -12
- package/dist-esm/samples-dev/jobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/modelContainersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/modelContainersGetSample.js +1 -1
- package/dist-esm/samples-dev/modelContainersListSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsGetSample.js +1 -1
- package/dist-esm/samples-dev/modelVersionsListSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsGetSample.js +2 -2
- package/dist-esm/samples-dev/onlineDeploymentsListSample.js +1 -1
- package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +2 -2
- package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsListSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js +1 -1
- package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/quotasListSample.js +1 -1
- package/dist-esm/samples-dev/quotasUpdateSample.js +1 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +54 -0
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/schedulesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesGetSample.js +32 -0
- package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/schedulesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/schedulesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/schedulesListSample.js +45 -0
- package/dist-esm/samples-dev/schedulesListSample.js.map +1 -0
- package/dist-esm/samples-dev/usagesListSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachineSizesListSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/workspaceConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/workspaceFeaturesListSample.js +1 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/workspacesDiagnoseSample.js +1 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js +1 -1
- package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js +1 -1
- package/dist-esm/samples-dev/workspacesResyncKeysSample.js +1 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +1 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.d.ts +2 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.d.ts.map +1 -1
- package/dist-esm/src/azureMachineLearningWorkspaces.js +4 -3
- package/dist-esm/src/azureMachineLearningWorkspaces.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +2177 -118
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +645 -42
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +107 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +3218 -915
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +15 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/schedules.d.ts +81 -0
- package/dist-esm/src/operations/schedules.d.ts.map +1 -0
- package/dist-esm/src/operations/schedules.js +343 -0
- package/dist-esm/src/operations/schedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
- package/package.json +3 -2
- package/review/arm-machinelearning.api.md +1033 -11
- package/src/azureMachineLearningWorkspaces.ts +6 -2
- package/src/models/index.ts +2662 -410
- package/src/models/mappers.ts +4026 -1470
- package/src/models/parameters.ts +18 -2
- package/src/operations/index.ts +1 -0
- package/src/operations/schedules.ts +476 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/schedules.ts +109 -0
- package/types/arm-machinelearning.d.ts +2348 -80
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1646,7 +1646,6 @@ export const Compute = {
|
|
|
1646
1646
|
},
|
|
1647
1647
|
computeLocation: {
|
|
1648
1648
|
serializedName: "computeLocation",
|
|
1649
|
-
readOnly: true,
|
|
1650
1649
|
type: {
|
|
1651
1650
|
name: "String"
|
|
1652
1651
|
}
|
|
@@ -3472,6 +3471,93 @@ export const EndpointAuthToken = {
|
|
|
3472
3471
|
}
|
|
3473
3472
|
}
|
|
3474
3473
|
};
|
|
3474
|
+
export const ScheduleResourceArmPaginatedResult = {
|
|
3475
|
+
type: {
|
|
3476
|
+
name: "Composite",
|
|
3477
|
+
className: "ScheduleResourceArmPaginatedResult",
|
|
3478
|
+
modelProperties: {
|
|
3479
|
+
nextLink: {
|
|
3480
|
+
serializedName: "nextLink",
|
|
3481
|
+
type: {
|
|
3482
|
+
name: "String"
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3485
|
+
value: {
|
|
3486
|
+
serializedName: "value",
|
|
3487
|
+
type: {
|
|
3488
|
+
name: "Sequence",
|
|
3489
|
+
element: {
|
|
3490
|
+
type: {
|
|
3491
|
+
name: "Composite",
|
|
3492
|
+
className: "Schedule"
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3498
|
+
}
|
|
3499
|
+
};
|
|
3500
|
+
export const ScheduleActionBase = {
|
|
3501
|
+
type: {
|
|
3502
|
+
name: "Composite",
|
|
3503
|
+
className: "ScheduleActionBase",
|
|
3504
|
+
uberParent: "ScheduleActionBase",
|
|
3505
|
+
polymorphicDiscriminator: {
|
|
3506
|
+
serializedName: "actionType",
|
|
3507
|
+
clientName: "actionType"
|
|
3508
|
+
},
|
|
3509
|
+
modelProperties: {
|
|
3510
|
+
actionType: {
|
|
3511
|
+
serializedName: "actionType",
|
|
3512
|
+
required: true,
|
|
3513
|
+
type: {
|
|
3514
|
+
name: "String"
|
|
3515
|
+
}
|
|
3516
|
+
}
|
|
3517
|
+
}
|
|
3518
|
+
}
|
|
3519
|
+
};
|
|
3520
|
+
export const TriggerBase = {
|
|
3521
|
+
type: {
|
|
3522
|
+
name: "Composite",
|
|
3523
|
+
className: "TriggerBase",
|
|
3524
|
+
uberParent: "TriggerBase",
|
|
3525
|
+
polymorphicDiscriminator: {
|
|
3526
|
+
serializedName: "triggerType",
|
|
3527
|
+
clientName: "triggerType"
|
|
3528
|
+
},
|
|
3529
|
+
modelProperties: {
|
|
3530
|
+
endTime: {
|
|
3531
|
+
serializedName: "endTime",
|
|
3532
|
+
nullable: true,
|
|
3533
|
+
type: {
|
|
3534
|
+
name: "String"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
startTime: {
|
|
3538
|
+
serializedName: "startTime",
|
|
3539
|
+
nullable: true,
|
|
3540
|
+
type: {
|
|
3541
|
+
name: "String"
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
timeZone: {
|
|
3545
|
+
defaultValue: "UTC",
|
|
3546
|
+
serializedName: "timeZone",
|
|
3547
|
+
type: {
|
|
3548
|
+
name: "String"
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
3551
|
+
triggerType: {
|
|
3552
|
+
serializedName: "triggerType",
|
|
3553
|
+
required: true,
|
|
3554
|
+
type: {
|
|
3555
|
+
name: "String"
|
|
3556
|
+
}
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
};
|
|
3475
3561
|
export const ListAmlUserFeatureResult = {
|
|
3476
3562
|
type: {
|
|
3477
3563
|
name: "Composite",
|
|
@@ -4569,6 +4655,7 @@ export const ComputeStartStopSchedule = {
|
|
|
4569
4655
|
id: {
|
|
4570
4656
|
serializedName: "id",
|
|
4571
4657
|
readOnly: true,
|
|
4658
|
+
nullable: true,
|
|
4572
4659
|
type: {
|
|
4573
4660
|
name: "String"
|
|
4574
4661
|
}
|
|
@@ -4580,12 +4667,38 @@ export const ComputeStartStopSchedule = {
|
|
|
4580
4667
|
name: "String"
|
|
4581
4668
|
}
|
|
4582
4669
|
},
|
|
4670
|
+
status: {
|
|
4671
|
+
serializedName: "status",
|
|
4672
|
+
type: {
|
|
4673
|
+
name: "String"
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
4583
4676
|
action: {
|
|
4584
4677
|
serializedName: "action",
|
|
4585
4678
|
type: {
|
|
4586
4679
|
name: "String"
|
|
4587
4680
|
}
|
|
4588
4681
|
},
|
|
4682
|
+
triggerType: {
|
|
4683
|
+
serializedName: "triggerType",
|
|
4684
|
+
type: {
|
|
4685
|
+
name: "String"
|
|
4686
|
+
}
|
|
4687
|
+
},
|
|
4688
|
+
recurrence: {
|
|
4689
|
+
serializedName: "recurrence",
|
|
4690
|
+
type: {
|
|
4691
|
+
name: "Composite",
|
|
4692
|
+
className: "RecurrenceTrigger"
|
|
4693
|
+
}
|
|
4694
|
+
},
|
|
4695
|
+
cron: {
|
|
4696
|
+
serializedName: "cron",
|
|
4697
|
+
type: {
|
|
4698
|
+
name: "Composite",
|
|
4699
|
+
className: "CronTrigger"
|
|
4700
|
+
}
|
|
4701
|
+
},
|
|
4589
4702
|
schedule: {
|
|
4590
4703
|
serializedName: "schedule",
|
|
4591
4704
|
type: {
|
|
@@ -4596,6 +4709,62 @@ export const ComputeStartStopSchedule = {
|
|
|
4596
4709
|
}
|
|
4597
4710
|
}
|
|
4598
4711
|
};
|
|
4712
|
+
export const RecurrenceSchedule = {
|
|
4713
|
+
type: {
|
|
4714
|
+
name: "Composite",
|
|
4715
|
+
className: "RecurrenceSchedule",
|
|
4716
|
+
modelProperties: {
|
|
4717
|
+
hours: {
|
|
4718
|
+
serializedName: "hours",
|
|
4719
|
+
required: true,
|
|
4720
|
+
type: {
|
|
4721
|
+
name: "Sequence",
|
|
4722
|
+
element: {
|
|
4723
|
+
type: {
|
|
4724
|
+
name: "Number"
|
|
4725
|
+
}
|
|
4726
|
+
}
|
|
4727
|
+
}
|
|
4728
|
+
},
|
|
4729
|
+
minutes: {
|
|
4730
|
+
serializedName: "minutes",
|
|
4731
|
+
required: true,
|
|
4732
|
+
type: {
|
|
4733
|
+
name: "Sequence",
|
|
4734
|
+
element: {
|
|
4735
|
+
type: {
|
|
4736
|
+
name: "Number"
|
|
4737
|
+
}
|
|
4738
|
+
}
|
|
4739
|
+
}
|
|
4740
|
+
},
|
|
4741
|
+
monthDays: {
|
|
4742
|
+
serializedName: "monthDays",
|
|
4743
|
+
nullable: true,
|
|
4744
|
+
type: {
|
|
4745
|
+
name: "Sequence",
|
|
4746
|
+
element: {
|
|
4747
|
+
type: {
|
|
4748
|
+
name: "Number"
|
|
4749
|
+
}
|
|
4750
|
+
}
|
|
4751
|
+
}
|
|
4752
|
+
},
|
|
4753
|
+
weekDays: {
|
|
4754
|
+
serializedName: "weekDays",
|
|
4755
|
+
nullable: true,
|
|
4756
|
+
type: {
|
|
4757
|
+
name: "Sequence",
|
|
4758
|
+
element: {
|
|
4759
|
+
type: {
|
|
4760
|
+
name: "String"
|
|
4761
|
+
}
|
|
4762
|
+
}
|
|
4763
|
+
}
|
|
4764
|
+
}
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4767
|
+
};
|
|
4599
4768
|
export const ScheduleBase = {
|
|
4600
4769
|
type: {
|
|
4601
4770
|
name: "Composite",
|
|
@@ -5303,32 +5472,18 @@ export const AssetJobOutput = {
|
|
|
5303
5472
|
}
|
|
5304
5473
|
}
|
|
5305
5474
|
};
|
|
5306
|
-
export const
|
|
5475
|
+
export const ForecastHorizon = {
|
|
5307
5476
|
type: {
|
|
5308
5477
|
name: "Composite",
|
|
5309
|
-
className: "
|
|
5310
|
-
uberParent: "
|
|
5478
|
+
className: "ForecastHorizon",
|
|
5479
|
+
uberParent: "ForecastHorizon",
|
|
5311
5480
|
polymorphicDiscriminator: {
|
|
5312
|
-
serializedName: "
|
|
5313
|
-
clientName: "
|
|
5481
|
+
serializedName: "mode",
|
|
5482
|
+
clientName: "mode"
|
|
5314
5483
|
},
|
|
5315
5484
|
modelProperties: {
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
serializedName: "delayEvaluation",
|
|
5319
|
-
type: {
|
|
5320
|
-
name: "Number"
|
|
5321
|
-
}
|
|
5322
|
-
},
|
|
5323
|
-
evaluationInterval: {
|
|
5324
|
-
defaultValue: 0,
|
|
5325
|
-
serializedName: "evaluationInterval",
|
|
5326
|
-
type: {
|
|
5327
|
-
name: "Number"
|
|
5328
|
-
}
|
|
5329
|
-
},
|
|
5330
|
-
policyType: {
|
|
5331
|
-
serializedName: "policyType",
|
|
5485
|
+
mode: {
|
|
5486
|
+
serializedName: "mode",
|
|
5332
5487
|
required: true,
|
|
5333
5488
|
type: {
|
|
5334
5489
|
name: "String"
|
|
@@ -5337,18 +5492,25 @@ export const EarlyTerminationPolicy = {
|
|
|
5337
5492
|
}
|
|
5338
5493
|
}
|
|
5339
5494
|
};
|
|
5340
|
-
export const
|
|
5495
|
+
export const JobOutput = {
|
|
5341
5496
|
type: {
|
|
5342
5497
|
name: "Composite",
|
|
5343
|
-
className: "
|
|
5344
|
-
uberParent: "
|
|
5498
|
+
className: "JobOutput",
|
|
5499
|
+
uberParent: "JobOutput",
|
|
5345
5500
|
polymorphicDiscriminator: {
|
|
5346
|
-
serializedName: "
|
|
5347
|
-
clientName: "
|
|
5501
|
+
serializedName: "jobOutputType",
|
|
5502
|
+
clientName: "jobOutputType"
|
|
5348
5503
|
},
|
|
5349
5504
|
modelProperties: {
|
|
5350
|
-
|
|
5351
|
-
serializedName: "
|
|
5505
|
+
description: {
|
|
5506
|
+
serializedName: "description",
|
|
5507
|
+
nullable: true,
|
|
5508
|
+
type: {
|
|
5509
|
+
name: "String"
|
|
5510
|
+
}
|
|
5511
|
+
},
|
|
5512
|
+
jobOutputType: {
|
|
5513
|
+
serializedName: "jobOutputType",
|
|
5352
5514
|
required: true,
|
|
5353
5515
|
type: {
|
|
5354
5516
|
name: "String"
|
|
@@ -5357,22 +5519,42 @@ export const SamplingAlgorithm = {
|
|
|
5357
5519
|
}
|
|
5358
5520
|
}
|
|
5359
5521
|
};
|
|
5360
|
-
export const
|
|
5522
|
+
export const AutoMLVertical = {
|
|
5361
5523
|
type: {
|
|
5362
5524
|
name: "Composite",
|
|
5363
|
-
className: "
|
|
5364
|
-
uberParent: "
|
|
5525
|
+
className: "AutoMLVertical",
|
|
5526
|
+
uberParent: "AutoMLVertical",
|
|
5365
5527
|
polymorphicDiscriminator: {
|
|
5366
|
-
serializedName: "
|
|
5367
|
-
clientName: "
|
|
5528
|
+
serializedName: "taskType",
|
|
5529
|
+
clientName: "taskType"
|
|
5368
5530
|
},
|
|
5369
5531
|
modelProperties: {
|
|
5370
|
-
|
|
5371
|
-
serializedName: "
|
|
5532
|
+
logVerbosity: {
|
|
5533
|
+
serializedName: "logVerbosity",
|
|
5534
|
+
type: {
|
|
5535
|
+
name: "String"
|
|
5536
|
+
}
|
|
5537
|
+
},
|
|
5538
|
+
targetColumnName: {
|
|
5539
|
+
serializedName: "targetColumnName",
|
|
5540
|
+
nullable: true,
|
|
5541
|
+
type: {
|
|
5542
|
+
name: "String"
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5545
|
+
taskType: {
|
|
5546
|
+
serializedName: "taskType",
|
|
5372
5547
|
required: true,
|
|
5373
5548
|
type: {
|
|
5374
5549
|
name: "String"
|
|
5375
5550
|
}
|
|
5551
|
+
},
|
|
5552
|
+
trainingData: {
|
|
5553
|
+
serializedName: "trainingData",
|
|
5554
|
+
type: {
|
|
5555
|
+
name: "Composite",
|
|
5556
|
+
className: "MLTableJobInput"
|
|
5557
|
+
}
|
|
5376
5558
|
}
|
|
5377
5559
|
}
|
|
5378
5560
|
}
|
|
@@ -5404,52 +5586,38 @@ export const JobInput = {
|
|
|
5404
5586
|
}
|
|
5405
5587
|
}
|
|
5406
5588
|
};
|
|
5407
|
-
export const
|
|
5589
|
+
export const NCrossValidations = {
|
|
5408
5590
|
type: {
|
|
5409
5591
|
name: "Composite",
|
|
5410
|
-
className: "
|
|
5411
|
-
uberParent: "
|
|
5592
|
+
className: "NCrossValidations",
|
|
5593
|
+
uberParent: "NCrossValidations",
|
|
5412
5594
|
polymorphicDiscriminator: {
|
|
5413
|
-
serializedName: "
|
|
5414
|
-
clientName: "
|
|
5595
|
+
serializedName: "mode",
|
|
5596
|
+
clientName: "mode"
|
|
5415
5597
|
},
|
|
5416
5598
|
modelProperties: {
|
|
5417
|
-
|
|
5418
|
-
serializedName: "
|
|
5599
|
+
mode: {
|
|
5600
|
+
serializedName: "mode",
|
|
5419
5601
|
required: true,
|
|
5420
5602
|
type: {
|
|
5421
5603
|
name: "String"
|
|
5422
5604
|
}
|
|
5423
|
-
},
|
|
5424
|
-
timeout: {
|
|
5425
|
-
serializedName: "timeout",
|
|
5426
|
-
nullable: true,
|
|
5427
|
-
type: {
|
|
5428
|
-
name: "TimeSpan"
|
|
5429
|
-
}
|
|
5430
5605
|
}
|
|
5431
5606
|
}
|
|
5432
5607
|
}
|
|
5433
5608
|
};
|
|
5434
|
-
export const
|
|
5609
|
+
export const Seasonality = {
|
|
5435
5610
|
type: {
|
|
5436
5611
|
name: "Composite",
|
|
5437
|
-
className: "
|
|
5438
|
-
uberParent: "
|
|
5612
|
+
className: "Seasonality",
|
|
5613
|
+
uberParent: "Seasonality",
|
|
5439
5614
|
polymorphicDiscriminator: {
|
|
5440
|
-
serializedName: "
|
|
5441
|
-
clientName: "
|
|
5615
|
+
serializedName: "mode",
|
|
5616
|
+
clientName: "mode"
|
|
5442
5617
|
},
|
|
5443
5618
|
modelProperties: {
|
|
5444
|
-
|
|
5445
|
-
serializedName: "
|
|
5446
|
-
nullable: true,
|
|
5447
|
-
type: {
|
|
5448
|
-
name: "String"
|
|
5449
|
-
}
|
|
5450
|
-
},
|
|
5451
|
-
jobOutputType: {
|
|
5452
|
-
serializedName: "jobOutputType",
|
|
5619
|
+
mode: {
|
|
5620
|
+
serializedName: "mode",
|
|
5453
5621
|
required: true,
|
|
5454
5622
|
type: {
|
|
5455
5623
|
name: "String"
|
|
@@ -5458,50 +5626,73 @@ export const JobOutput = {
|
|
|
5458
5626
|
}
|
|
5459
5627
|
}
|
|
5460
5628
|
};
|
|
5461
|
-
export const
|
|
5629
|
+
export const TargetLags = {
|
|
5462
5630
|
type: {
|
|
5463
5631
|
name: "Composite",
|
|
5464
|
-
className: "
|
|
5632
|
+
className: "TargetLags",
|
|
5633
|
+
uberParent: "TargetLags",
|
|
5634
|
+
polymorphicDiscriminator: {
|
|
5635
|
+
serializedName: "mode",
|
|
5636
|
+
clientName: "mode"
|
|
5637
|
+
},
|
|
5465
5638
|
modelProperties: {
|
|
5466
|
-
|
|
5467
|
-
serializedName: "
|
|
5468
|
-
|
|
5469
|
-
name: "Composite",
|
|
5470
|
-
className: "ContainerResourceSettings"
|
|
5471
|
-
}
|
|
5472
|
-
},
|
|
5473
|
-
containerResourceRequests: {
|
|
5474
|
-
serializedName: "containerResourceRequests",
|
|
5639
|
+
mode: {
|
|
5640
|
+
serializedName: "mode",
|
|
5641
|
+
required: true,
|
|
5475
5642
|
type: {
|
|
5476
|
-
name: "
|
|
5477
|
-
className: "ContainerResourceSettings"
|
|
5643
|
+
name: "String"
|
|
5478
5644
|
}
|
|
5479
5645
|
}
|
|
5480
5646
|
}
|
|
5481
5647
|
}
|
|
5482
5648
|
};
|
|
5483
|
-
export const
|
|
5649
|
+
export const TargetRollingWindowSize = {
|
|
5484
5650
|
type: {
|
|
5485
5651
|
name: "Composite",
|
|
5486
|
-
className: "
|
|
5652
|
+
className: "TargetRollingWindowSize",
|
|
5653
|
+
uberParent: "TargetRollingWindowSize",
|
|
5654
|
+
polymorphicDiscriminator: {
|
|
5655
|
+
serializedName: "mode",
|
|
5656
|
+
clientName: "mode"
|
|
5657
|
+
},
|
|
5487
5658
|
modelProperties: {
|
|
5488
|
-
|
|
5489
|
-
serializedName: "
|
|
5490
|
-
|
|
5659
|
+
mode: {
|
|
5660
|
+
serializedName: "mode",
|
|
5661
|
+
required: true,
|
|
5491
5662
|
type: {
|
|
5492
5663
|
name: "String"
|
|
5493
5664
|
}
|
|
5494
|
-
}
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5665
|
+
}
|
|
5666
|
+
}
|
|
5667
|
+
}
|
|
5668
|
+
};
|
|
5669
|
+
export const EarlyTerminationPolicy = {
|
|
5670
|
+
type: {
|
|
5671
|
+
name: "Composite",
|
|
5672
|
+
className: "EarlyTerminationPolicy",
|
|
5673
|
+
uberParent: "EarlyTerminationPolicy",
|
|
5674
|
+
polymorphicDiscriminator: {
|
|
5675
|
+
serializedName: "policyType",
|
|
5676
|
+
clientName: "policyType"
|
|
5677
|
+
},
|
|
5678
|
+
modelProperties: {
|
|
5679
|
+
delayEvaluation: {
|
|
5680
|
+
defaultValue: 0,
|
|
5681
|
+
serializedName: "delayEvaluation",
|
|
5682
|
+
type: {
|
|
5683
|
+
name: "Number"
|
|
5500
5684
|
}
|
|
5501
5685
|
},
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5686
|
+
evaluationInterval: {
|
|
5687
|
+
defaultValue: 0,
|
|
5688
|
+
serializedName: "evaluationInterval",
|
|
5689
|
+
type: {
|
|
5690
|
+
name: "Number"
|
|
5691
|
+
}
|
|
5692
|
+
},
|
|
5693
|
+
policyType: {
|
|
5694
|
+
serializedName: "policyType",
|
|
5695
|
+
required: true,
|
|
5505
5696
|
type: {
|
|
5506
5697
|
name: "String"
|
|
5507
5698
|
}
|
|
@@ -5509,23 +5700,18 @@ export const ContainerResourceSettings = {
|
|
|
5509
5700
|
}
|
|
5510
5701
|
}
|
|
5511
5702
|
};
|
|
5512
|
-
export const
|
|
5703
|
+
export const SamplingAlgorithm = {
|
|
5513
5704
|
type: {
|
|
5514
5705
|
name: "Composite",
|
|
5515
|
-
className: "
|
|
5706
|
+
className: "SamplingAlgorithm",
|
|
5707
|
+
uberParent: "SamplingAlgorithm",
|
|
5708
|
+
polymorphicDiscriminator: {
|
|
5709
|
+
serializedName: "samplingAlgorithmType",
|
|
5710
|
+
clientName: "samplingAlgorithmType"
|
|
5711
|
+
},
|
|
5516
5712
|
modelProperties: {
|
|
5517
|
-
|
|
5518
|
-
serializedName: "
|
|
5519
|
-
required: true,
|
|
5520
|
-
type: {
|
|
5521
|
-
name: "String"
|
|
5522
|
-
}
|
|
5523
|
-
},
|
|
5524
|
-
primaryMetric: {
|
|
5525
|
-
constraints: {
|
|
5526
|
-
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
5527
|
-
},
|
|
5528
|
-
serializedName: "primaryMetric",
|
|
5713
|
+
samplingAlgorithmType: {
|
|
5714
|
+
serializedName: "samplingAlgorithmType",
|
|
5529
5715
|
required: true,
|
|
5530
5716
|
type: {
|
|
5531
5717
|
name: "String"
|
|
@@ -5534,361 +5720,448 @@ export const Objective = {
|
|
|
5534
5720
|
}
|
|
5535
5721
|
}
|
|
5536
5722
|
};
|
|
5537
|
-
export const
|
|
5723
|
+
export const TrainingSettings = {
|
|
5538
5724
|
type: {
|
|
5539
5725
|
name: "Composite",
|
|
5540
|
-
className: "
|
|
5726
|
+
className: "TrainingSettings",
|
|
5541
5727
|
modelProperties: {
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5728
|
+
enableDnnTraining: {
|
|
5729
|
+
defaultValue: false,
|
|
5730
|
+
serializedName: "enableDnnTraining",
|
|
5545
5731
|
type: {
|
|
5546
|
-
name: "
|
|
5732
|
+
name: "Boolean"
|
|
5547
5733
|
}
|
|
5548
5734
|
},
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
MinLength: 1
|
|
5553
|
-
},
|
|
5554
|
-
serializedName: "command",
|
|
5555
|
-
required: true,
|
|
5735
|
+
enableModelExplainability: {
|
|
5736
|
+
defaultValue: true,
|
|
5737
|
+
serializedName: "enableModelExplainability",
|
|
5556
5738
|
type: {
|
|
5557
|
-
name: "
|
|
5739
|
+
name: "Boolean"
|
|
5558
5740
|
}
|
|
5559
5741
|
},
|
|
5560
|
-
|
|
5561
|
-
|
|
5742
|
+
enableOnnxCompatibleModels: {
|
|
5743
|
+
defaultValue: false,
|
|
5744
|
+
serializedName: "enableOnnxCompatibleModels",
|
|
5562
5745
|
type: {
|
|
5563
|
-
name: "
|
|
5564
|
-
className: "DistributionConfiguration"
|
|
5746
|
+
name: "Boolean"
|
|
5565
5747
|
}
|
|
5566
5748
|
},
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
},
|
|
5571
|
-
serializedName: "environmentId",
|
|
5572
|
-
required: true,
|
|
5749
|
+
enableStackEnsemble: {
|
|
5750
|
+
defaultValue: true,
|
|
5751
|
+
serializedName: "enableStackEnsemble",
|
|
5573
5752
|
type: {
|
|
5574
|
-
name: "
|
|
5753
|
+
name: "Boolean"
|
|
5575
5754
|
}
|
|
5576
5755
|
},
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5756
|
+
enableVoteEnsemble: {
|
|
5757
|
+
defaultValue: true,
|
|
5758
|
+
serializedName: "enableVoteEnsemble",
|
|
5580
5759
|
type: {
|
|
5581
|
-
name: "
|
|
5582
|
-
value: { type: { name: "String" } }
|
|
5760
|
+
name: "Boolean"
|
|
5583
5761
|
}
|
|
5584
5762
|
},
|
|
5585
|
-
|
|
5586
|
-
|
|
5763
|
+
ensembleModelDownloadTimeout: {
|
|
5764
|
+
defaultValue: "PT5M",
|
|
5765
|
+
serializedName: "ensembleModelDownloadTimeout",
|
|
5766
|
+
type: {
|
|
5767
|
+
name: "TimeSpan"
|
|
5768
|
+
}
|
|
5769
|
+
},
|
|
5770
|
+
stackEnsembleSettings: {
|
|
5771
|
+
serializedName: "stackEnsembleSettings",
|
|
5587
5772
|
type: {
|
|
5588
5773
|
name: "Composite",
|
|
5589
|
-
className: "
|
|
5774
|
+
className: "StackEnsembleSettings"
|
|
5590
5775
|
}
|
|
5591
5776
|
}
|
|
5592
5777
|
}
|
|
5593
5778
|
}
|
|
5594
5779
|
};
|
|
5595
|
-
export const
|
|
5780
|
+
export const StackEnsembleSettings = {
|
|
5596
5781
|
type: {
|
|
5597
5782
|
name: "Composite",
|
|
5598
|
-
className: "
|
|
5599
|
-
modelProperties:
|
|
5600
|
-
|
|
5601
|
-
|
|
5602
|
-
|
|
5603
|
-
className: "ManagedServiceIdentity"
|
|
5604
|
-
}
|
|
5605
|
-
}, location: {
|
|
5606
|
-
serializedName: "location",
|
|
5607
|
-
type: {
|
|
5608
|
-
name: "String"
|
|
5609
|
-
}
|
|
5610
|
-
}, tags: {
|
|
5611
|
-
serializedName: "tags",
|
|
5783
|
+
className: "StackEnsembleSettings",
|
|
5784
|
+
modelProperties: {
|
|
5785
|
+
stackMetaLearnerKWargs: {
|
|
5786
|
+
serializedName: "stackMetaLearnerKWargs",
|
|
5787
|
+
nullable: true,
|
|
5612
5788
|
type: {
|
|
5613
5789
|
name: "Dictionary",
|
|
5614
|
-
value: { type: { name: "
|
|
5615
|
-
}
|
|
5616
|
-
}, sku: {
|
|
5617
|
-
serializedName: "sku",
|
|
5618
|
-
type: {
|
|
5619
|
-
name: "Composite",
|
|
5620
|
-
className: "Sku"
|
|
5621
|
-
}
|
|
5622
|
-
}, privateEndpoint: {
|
|
5623
|
-
serializedName: "properties.privateEndpoint",
|
|
5624
|
-
type: {
|
|
5625
|
-
name: "Composite",
|
|
5626
|
-
className: "PrivateEndpoint"
|
|
5790
|
+
value: { type: { name: "any" } }
|
|
5627
5791
|
}
|
|
5628
|
-
},
|
|
5629
|
-
|
|
5792
|
+
},
|
|
5793
|
+
stackMetaLearnerTrainPercentage: {
|
|
5794
|
+
defaultValue: 0.2,
|
|
5795
|
+
serializedName: "stackMetaLearnerTrainPercentage",
|
|
5630
5796
|
type: {
|
|
5631
|
-
name: "
|
|
5632
|
-
className: "PrivateLinkServiceConnectionState"
|
|
5797
|
+
name: "Number"
|
|
5633
5798
|
}
|
|
5634
|
-
},
|
|
5635
|
-
|
|
5636
|
-
|
|
5799
|
+
},
|
|
5800
|
+
stackMetaLearnerType: {
|
|
5801
|
+
serializedName: "stackMetaLearnerType",
|
|
5637
5802
|
type: {
|
|
5638
5803
|
name: "String"
|
|
5639
5804
|
}
|
|
5640
|
-
}
|
|
5805
|
+
}
|
|
5806
|
+
}
|
|
5641
5807
|
}
|
|
5642
5808
|
};
|
|
5643
|
-
export const
|
|
5809
|
+
export const TableVertical = {
|
|
5644
5810
|
type: {
|
|
5645
5811
|
name: "Composite",
|
|
5646
|
-
className: "
|
|
5647
|
-
modelProperties:
|
|
5648
|
-
|
|
5812
|
+
className: "TableVertical",
|
|
5813
|
+
modelProperties: {
|
|
5814
|
+
cvSplitColumnNames: {
|
|
5815
|
+
serializedName: "cvSplitColumnNames",
|
|
5816
|
+
nullable: true,
|
|
5649
5817
|
type: {
|
|
5650
|
-
name: "
|
|
5651
|
-
|
|
5818
|
+
name: "Sequence",
|
|
5819
|
+
element: {
|
|
5820
|
+
type: {
|
|
5821
|
+
name: "String"
|
|
5822
|
+
}
|
|
5823
|
+
}
|
|
5652
5824
|
}
|
|
5653
|
-
},
|
|
5654
|
-
|
|
5825
|
+
},
|
|
5826
|
+
featurizationSettings: {
|
|
5827
|
+
serializedName: "featurizationSettings",
|
|
5655
5828
|
type: {
|
|
5656
|
-
name: "
|
|
5829
|
+
name: "Composite",
|
|
5830
|
+
className: "TableVerticalFeaturizationSettings"
|
|
5657
5831
|
}
|
|
5658
|
-
},
|
|
5659
|
-
|
|
5832
|
+
},
|
|
5833
|
+
limitSettings: {
|
|
5834
|
+
serializedName: "limitSettings",
|
|
5660
5835
|
type: {
|
|
5661
|
-
name: "
|
|
5662
|
-
|
|
5836
|
+
name: "Composite",
|
|
5837
|
+
className: "TableVerticalLimitSettings"
|
|
5663
5838
|
}
|
|
5664
|
-
},
|
|
5665
|
-
|
|
5839
|
+
},
|
|
5840
|
+
nCrossValidations: {
|
|
5841
|
+
serializedName: "nCrossValidations",
|
|
5666
5842
|
type: {
|
|
5667
5843
|
name: "Composite",
|
|
5668
|
-
className: "
|
|
5844
|
+
className: "NCrossValidations"
|
|
5669
5845
|
}
|
|
5670
|
-
},
|
|
5671
|
-
|
|
5672
|
-
|
|
5846
|
+
},
|
|
5847
|
+
testData: {
|
|
5848
|
+
serializedName: "testData",
|
|
5673
5849
|
type: {
|
|
5674
|
-
name: "
|
|
5850
|
+
name: "Composite",
|
|
5851
|
+
className: "MLTableJobInput"
|
|
5675
5852
|
}
|
|
5676
|
-
},
|
|
5677
|
-
|
|
5853
|
+
},
|
|
5854
|
+
testDataSize: {
|
|
5855
|
+
serializedName: "testDataSize",
|
|
5856
|
+
nullable: true,
|
|
5678
5857
|
type: {
|
|
5679
|
-
name: "
|
|
5858
|
+
name: "Number"
|
|
5680
5859
|
}
|
|
5681
|
-
},
|
|
5682
|
-
|
|
5860
|
+
},
|
|
5861
|
+
validationData: {
|
|
5862
|
+
serializedName: "validationData",
|
|
5683
5863
|
type: {
|
|
5684
|
-
name: "
|
|
5864
|
+
name: "Composite",
|
|
5865
|
+
className: "MLTableJobInput"
|
|
5685
5866
|
}
|
|
5686
|
-
},
|
|
5687
|
-
|
|
5867
|
+
},
|
|
5868
|
+
validationDataSize: {
|
|
5869
|
+
serializedName: "validationDataSize",
|
|
5870
|
+
nullable: true,
|
|
5688
5871
|
type: {
|
|
5689
|
-
name: "
|
|
5872
|
+
name: "Number"
|
|
5690
5873
|
}
|
|
5691
|
-
},
|
|
5692
|
-
|
|
5874
|
+
},
|
|
5875
|
+
weightColumnName: {
|
|
5876
|
+
serializedName: "weightColumnName",
|
|
5877
|
+
nullable: true,
|
|
5693
5878
|
type: {
|
|
5694
5879
|
name: "String"
|
|
5695
5880
|
}
|
|
5696
|
-
}
|
|
5697
|
-
|
|
5881
|
+
}
|
|
5882
|
+
}
|
|
5883
|
+
}
|
|
5884
|
+
};
|
|
5885
|
+
export const ColumnTransformer = {
|
|
5886
|
+
type: {
|
|
5887
|
+
name: "Composite",
|
|
5888
|
+
className: "ColumnTransformer",
|
|
5889
|
+
modelProperties: {
|
|
5890
|
+
fields: {
|
|
5891
|
+
serializedName: "fields",
|
|
5698
5892
|
nullable: true,
|
|
5699
5893
|
type: {
|
|
5700
|
-
name: "
|
|
5894
|
+
name: "Sequence",
|
|
5895
|
+
element: {
|
|
5896
|
+
type: {
|
|
5897
|
+
name: "String"
|
|
5898
|
+
}
|
|
5899
|
+
}
|
|
5701
5900
|
}
|
|
5702
|
-
},
|
|
5703
|
-
|
|
5901
|
+
},
|
|
5902
|
+
parameters: {
|
|
5903
|
+
serializedName: "parameters",
|
|
5904
|
+
nullable: true,
|
|
5704
5905
|
type: {
|
|
5705
|
-
name: "
|
|
5906
|
+
name: "Dictionary",
|
|
5907
|
+
value: { type: { name: "any" } }
|
|
5706
5908
|
}
|
|
5707
|
-
}
|
|
5708
|
-
|
|
5909
|
+
}
|
|
5910
|
+
}
|
|
5911
|
+
}
|
|
5912
|
+
};
|
|
5913
|
+
export const FeaturizationSettings = {
|
|
5914
|
+
type: {
|
|
5915
|
+
name: "Composite",
|
|
5916
|
+
className: "FeaturizationSettings",
|
|
5917
|
+
modelProperties: {
|
|
5918
|
+
datasetLanguage: {
|
|
5919
|
+
serializedName: "datasetLanguage",
|
|
5920
|
+
nullable: true,
|
|
5709
5921
|
type: {
|
|
5710
5922
|
name: "String"
|
|
5711
5923
|
}
|
|
5712
|
-
}
|
|
5713
|
-
|
|
5714
|
-
|
|
5924
|
+
}
|
|
5925
|
+
}
|
|
5926
|
+
}
|
|
5927
|
+
};
|
|
5928
|
+
export const TableVerticalLimitSettings = {
|
|
5929
|
+
type: {
|
|
5930
|
+
name: "Composite",
|
|
5931
|
+
className: "TableVerticalLimitSettings",
|
|
5932
|
+
modelProperties: {
|
|
5933
|
+
enableEarlyTermination: {
|
|
5934
|
+
defaultValue: true,
|
|
5935
|
+
serializedName: "enableEarlyTermination",
|
|
5715
5936
|
type: {
|
|
5716
|
-
name: "
|
|
5937
|
+
name: "Boolean"
|
|
5717
5938
|
}
|
|
5718
|
-
},
|
|
5719
|
-
|
|
5939
|
+
},
|
|
5940
|
+
exitScore: {
|
|
5941
|
+
serializedName: "exitScore",
|
|
5942
|
+
nullable: true,
|
|
5720
5943
|
type: {
|
|
5721
|
-
name: "
|
|
5722
|
-
className: "EncryptionProperty"
|
|
5944
|
+
name: "Number"
|
|
5723
5945
|
}
|
|
5724
|
-
},
|
|
5725
|
-
|
|
5726
|
-
|
|
5946
|
+
},
|
|
5947
|
+
maxConcurrentTrials: {
|
|
5948
|
+
defaultValue: 1,
|
|
5949
|
+
serializedName: "maxConcurrentTrials",
|
|
5727
5950
|
type: {
|
|
5728
|
-
name: "
|
|
5951
|
+
name: "Number"
|
|
5729
5952
|
}
|
|
5730
|
-
},
|
|
5731
|
-
|
|
5732
|
-
|
|
5953
|
+
},
|
|
5954
|
+
maxCoresPerTrial: {
|
|
5955
|
+
defaultValue: -1,
|
|
5956
|
+
serializedName: "maxCoresPerTrial",
|
|
5733
5957
|
type: {
|
|
5734
|
-
name: "
|
|
5958
|
+
name: "Number"
|
|
5735
5959
|
}
|
|
5736
|
-
},
|
|
5737
|
-
|
|
5738
|
-
|
|
5960
|
+
},
|
|
5961
|
+
maxTrials: {
|
|
5962
|
+
defaultValue: 1000,
|
|
5963
|
+
serializedName: "maxTrials",
|
|
5739
5964
|
type: {
|
|
5740
5965
|
name: "Number"
|
|
5741
5966
|
}
|
|
5742
|
-
},
|
|
5743
|
-
|
|
5967
|
+
},
|
|
5968
|
+
timeout: {
|
|
5969
|
+
defaultValue: "PT6H",
|
|
5970
|
+
serializedName: "timeout",
|
|
5744
5971
|
type: {
|
|
5745
|
-
name: "
|
|
5972
|
+
name: "TimeSpan"
|
|
5746
5973
|
}
|
|
5747
|
-
},
|
|
5748
|
-
|
|
5749
|
-
|
|
5974
|
+
},
|
|
5975
|
+
trialTimeout: {
|
|
5976
|
+
defaultValue: "PT30M",
|
|
5977
|
+
serializedName: "trialTimeout",
|
|
5750
5978
|
type: {
|
|
5751
|
-
name: "
|
|
5979
|
+
name: "TimeSpan"
|
|
5752
5980
|
}
|
|
5753
|
-
}
|
|
5754
|
-
|
|
5981
|
+
}
|
|
5982
|
+
}
|
|
5983
|
+
}
|
|
5984
|
+
};
|
|
5985
|
+
export const DistributionConfiguration = {
|
|
5986
|
+
type: {
|
|
5987
|
+
name: "Composite",
|
|
5988
|
+
className: "DistributionConfiguration",
|
|
5989
|
+
uberParent: "DistributionConfiguration",
|
|
5990
|
+
polymorphicDiscriminator: {
|
|
5991
|
+
serializedName: "distributionType",
|
|
5992
|
+
clientName: "distributionType"
|
|
5993
|
+
},
|
|
5994
|
+
modelProperties: {
|
|
5995
|
+
distributionType: {
|
|
5996
|
+
serializedName: "distributionType",
|
|
5997
|
+
required: true,
|
|
5755
5998
|
type: {
|
|
5756
5999
|
name: "String"
|
|
5757
6000
|
}
|
|
5758
|
-
}
|
|
5759
|
-
|
|
5760
|
-
|
|
6001
|
+
}
|
|
6002
|
+
}
|
|
6003
|
+
}
|
|
6004
|
+
};
|
|
6005
|
+
export const JobLimits = {
|
|
6006
|
+
type: {
|
|
6007
|
+
name: "Composite",
|
|
6008
|
+
className: "JobLimits",
|
|
6009
|
+
uberParent: "JobLimits",
|
|
6010
|
+
polymorphicDiscriminator: {
|
|
6011
|
+
serializedName: "jobLimitsType",
|
|
6012
|
+
clientName: "jobLimitsType"
|
|
6013
|
+
},
|
|
6014
|
+
modelProperties: {
|
|
6015
|
+
jobLimitsType: {
|
|
6016
|
+
serializedName: "jobLimitsType",
|
|
6017
|
+
required: true,
|
|
5761
6018
|
type: {
|
|
5762
|
-
name: "
|
|
5763
|
-
element: {
|
|
5764
|
-
type: {
|
|
5765
|
-
name: "Composite",
|
|
5766
|
-
className: "PrivateEndpointConnection"
|
|
5767
|
-
}
|
|
5768
|
-
}
|
|
6019
|
+
name: "String"
|
|
5769
6020
|
}
|
|
5770
|
-
},
|
|
5771
|
-
|
|
6021
|
+
},
|
|
6022
|
+
timeout: {
|
|
6023
|
+
serializedName: "timeout",
|
|
6024
|
+
nullable: true,
|
|
5772
6025
|
type: {
|
|
5773
|
-
name: "
|
|
5774
|
-
element: {
|
|
5775
|
-
type: {
|
|
5776
|
-
name: "Composite",
|
|
5777
|
-
className: "SharedPrivateLinkResource"
|
|
5778
|
-
}
|
|
5779
|
-
}
|
|
6026
|
+
name: "TimeSpan"
|
|
5780
6027
|
}
|
|
5781
|
-
}
|
|
5782
|
-
|
|
6028
|
+
}
|
|
6029
|
+
}
|
|
6030
|
+
}
|
|
6031
|
+
};
|
|
6032
|
+
export const ContainerResourceRequirements = {
|
|
6033
|
+
type: {
|
|
6034
|
+
name: "Composite",
|
|
6035
|
+
className: "ContainerResourceRequirements",
|
|
6036
|
+
modelProperties: {
|
|
6037
|
+
containerResourceLimits: {
|
|
6038
|
+
serializedName: "containerResourceLimits",
|
|
5783
6039
|
type: {
|
|
5784
6040
|
name: "Composite",
|
|
5785
|
-
className: "
|
|
6041
|
+
className: "ContainerResourceSettings"
|
|
5786
6042
|
}
|
|
5787
|
-
},
|
|
5788
|
-
|
|
6043
|
+
},
|
|
6044
|
+
containerResourceRequests: {
|
|
6045
|
+
serializedName: "containerResourceRequests",
|
|
5789
6046
|
type: {
|
|
5790
6047
|
name: "Composite",
|
|
5791
|
-
className: "
|
|
6048
|
+
className: "ContainerResourceSettings"
|
|
5792
6049
|
}
|
|
5793
|
-
}
|
|
5794
|
-
|
|
6050
|
+
}
|
|
6051
|
+
}
|
|
6052
|
+
}
|
|
6053
|
+
};
|
|
6054
|
+
export const ContainerResourceSettings = {
|
|
6055
|
+
type: {
|
|
6056
|
+
name: "Composite",
|
|
6057
|
+
className: "ContainerResourceSettings",
|
|
6058
|
+
modelProperties: {
|
|
6059
|
+
cpu: {
|
|
6060
|
+
serializedName: "cpu",
|
|
6061
|
+
nullable: true,
|
|
5795
6062
|
type: {
|
|
5796
6063
|
name: "String"
|
|
5797
6064
|
}
|
|
5798
|
-
},
|
|
5799
|
-
|
|
5800
|
-
|
|
6065
|
+
},
|
|
6066
|
+
gpu: {
|
|
6067
|
+
serializedName: "gpu",
|
|
6068
|
+
nullable: true,
|
|
5801
6069
|
type: {
|
|
5802
6070
|
name: "String"
|
|
5803
6071
|
}
|
|
5804
|
-
},
|
|
5805
|
-
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
name: "Boolean"
|
|
5809
|
-
}
|
|
5810
|
-
}, mlFlowTrackingUri: {
|
|
5811
|
-
serializedName: "properties.mlFlowTrackingUri",
|
|
5812
|
-
readOnly: true,
|
|
6072
|
+
},
|
|
6073
|
+
memory: {
|
|
6074
|
+
serializedName: "memory",
|
|
6075
|
+
nullable: true,
|
|
5813
6076
|
type: {
|
|
5814
6077
|
name: "String"
|
|
5815
6078
|
}
|
|
5816
|
-
}
|
|
5817
|
-
|
|
5818
|
-
serializedName: "properties.v1LegacyMode",
|
|
5819
|
-
type: {
|
|
5820
|
-
name: "Boolean"
|
|
5821
|
-
}
|
|
5822
|
-
} })
|
|
6079
|
+
}
|
|
6080
|
+
}
|
|
5823
6081
|
}
|
|
5824
6082
|
};
|
|
5825
|
-
export const
|
|
6083
|
+
export const ForecastingSettings = {
|
|
5826
6084
|
type: {
|
|
5827
6085
|
name: "Composite",
|
|
5828
|
-
className: "
|
|
5829
|
-
modelProperties:
|
|
5830
|
-
|
|
6086
|
+
className: "ForecastingSettings",
|
|
6087
|
+
modelProperties: {
|
|
6088
|
+
countryOrRegionForHolidays: {
|
|
6089
|
+
serializedName: "countryOrRegionForHolidays",
|
|
6090
|
+
nullable: true,
|
|
5831
6091
|
type: {
|
|
5832
|
-
name: "
|
|
5833
|
-
className: "ManagedServiceIdentity"
|
|
6092
|
+
name: "String"
|
|
5834
6093
|
}
|
|
5835
|
-
},
|
|
5836
|
-
|
|
6094
|
+
},
|
|
6095
|
+
cvStepSize: {
|
|
6096
|
+
serializedName: "cvStepSize",
|
|
6097
|
+
nullable: true,
|
|
6098
|
+
type: {
|
|
6099
|
+
name: "Number"
|
|
6100
|
+
}
|
|
6101
|
+
},
|
|
6102
|
+
featureLags: {
|
|
6103
|
+
serializedName: "featureLags",
|
|
5837
6104
|
type: {
|
|
5838
6105
|
name: "String"
|
|
5839
6106
|
}
|
|
5840
|
-
},
|
|
5841
|
-
|
|
6107
|
+
},
|
|
6108
|
+
forecastHorizon: {
|
|
6109
|
+
serializedName: "forecastHorizon",
|
|
6110
|
+
type: {
|
|
6111
|
+
name: "Composite",
|
|
6112
|
+
className: "ForecastHorizon"
|
|
6113
|
+
}
|
|
6114
|
+
},
|
|
6115
|
+
frequency: {
|
|
6116
|
+
serializedName: "frequency",
|
|
5842
6117
|
nullable: true,
|
|
5843
6118
|
type: {
|
|
5844
|
-
name: "
|
|
5845
|
-
value: { type: { name: "String" } }
|
|
6119
|
+
name: "String"
|
|
5846
6120
|
}
|
|
5847
|
-
},
|
|
5848
|
-
|
|
6121
|
+
},
|
|
6122
|
+
seasonality: {
|
|
6123
|
+
serializedName: "seasonality",
|
|
5849
6124
|
type: {
|
|
5850
6125
|
name: "Composite",
|
|
5851
|
-
className: "
|
|
6126
|
+
className: "Seasonality"
|
|
5852
6127
|
}
|
|
5853
|
-
}
|
|
5854
|
-
|
|
5855
|
-
|
|
5856
|
-
export const PrivateLinkResource = {
|
|
5857
|
-
type: {
|
|
5858
|
-
name: "Composite",
|
|
5859
|
-
className: "PrivateLinkResource",
|
|
5860
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { identity: {
|
|
5861
|
-
serializedName: "identity",
|
|
6128
|
+
},
|
|
6129
|
+
shortSeriesHandlingConfig: {
|
|
6130
|
+
serializedName: "shortSeriesHandlingConfig",
|
|
5862
6131
|
type: {
|
|
5863
|
-
name: "
|
|
5864
|
-
className: "ManagedServiceIdentity"
|
|
6132
|
+
name: "String"
|
|
5865
6133
|
}
|
|
5866
|
-
},
|
|
5867
|
-
|
|
6134
|
+
},
|
|
6135
|
+
targetAggregateFunction: {
|
|
6136
|
+
serializedName: "targetAggregateFunction",
|
|
5868
6137
|
type: {
|
|
5869
6138
|
name: "String"
|
|
5870
6139
|
}
|
|
5871
|
-
},
|
|
5872
|
-
|
|
6140
|
+
},
|
|
6141
|
+
targetLags: {
|
|
6142
|
+
serializedName: "targetLags",
|
|
5873
6143
|
type: {
|
|
5874
|
-
name: "
|
|
5875
|
-
|
|
6144
|
+
name: "Composite",
|
|
6145
|
+
className: "TargetLags"
|
|
5876
6146
|
}
|
|
5877
|
-
},
|
|
5878
|
-
|
|
6147
|
+
},
|
|
6148
|
+
targetRollingWindowSize: {
|
|
6149
|
+
serializedName: "targetRollingWindowSize",
|
|
5879
6150
|
type: {
|
|
5880
6151
|
name: "Composite",
|
|
5881
|
-
className: "
|
|
6152
|
+
className: "TargetRollingWindowSize"
|
|
5882
6153
|
}
|
|
5883
|
-
},
|
|
5884
|
-
|
|
5885
|
-
|
|
6154
|
+
},
|
|
6155
|
+
timeColumnName: {
|
|
6156
|
+
serializedName: "timeColumnName",
|
|
6157
|
+
nullable: true,
|
|
5886
6158
|
type: {
|
|
5887
6159
|
name: "String"
|
|
5888
6160
|
}
|
|
5889
|
-
},
|
|
5890
|
-
|
|
5891
|
-
|
|
6161
|
+
},
|
|
6162
|
+
timeSeriesIdColumnNames: {
|
|
6163
|
+
serializedName: "timeSeriesIdColumnNames",
|
|
6164
|
+
nullable: true,
|
|
5892
6165
|
type: {
|
|
5893
6166
|
name: "Sequence",
|
|
5894
6167
|
element: {
|
|
@@ -5897,37 +6170,1013 @@ export const PrivateLinkResource = {
|
|
|
5897
6170
|
}
|
|
5898
6171
|
}
|
|
5899
6172
|
}
|
|
5900
|
-
},
|
|
5901
|
-
|
|
6173
|
+
},
|
|
6174
|
+
useStl: {
|
|
6175
|
+
serializedName: "useStl",
|
|
5902
6176
|
type: {
|
|
5903
|
-
name: "
|
|
5904
|
-
element: {
|
|
5905
|
-
type: {
|
|
5906
|
-
name: "String"
|
|
5907
|
-
}
|
|
5908
|
-
}
|
|
6177
|
+
name: "String"
|
|
5909
6178
|
}
|
|
5910
|
-
}
|
|
6179
|
+
}
|
|
6180
|
+
}
|
|
5911
6181
|
}
|
|
5912
6182
|
};
|
|
5913
|
-
export const
|
|
6183
|
+
export const ImageModelSettings = {
|
|
5914
6184
|
type: {
|
|
5915
6185
|
name: "Composite",
|
|
5916
|
-
className: "
|
|
5917
|
-
modelProperties:
|
|
5918
|
-
|
|
6186
|
+
className: "ImageModelSettings",
|
|
6187
|
+
modelProperties: {
|
|
6188
|
+
advancedSettings: {
|
|
6189
|
+
serializedName: "advancedSettings",
|
|
6190
|
+
nullable: true,
|
|
5919
6191
|
type: {
|
|
5920
|
-
name: "
|
|
5921
|
-
className: "WorkspaceConnectionPropertiesV2"
|
|
6192
|
+
name: "String"
|
|
5922
6193
|
}
|
|
5923
|
-
}
|
|
5924
|
-
|
|
5925
|
-
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
6194
|
+
},
|
|
6195
|
+
amsGradient: {
|
|
6196
|
+
serializedName: "amsGradient",
|
|
6197
|
+
nullable: true,
|
|
6198
|
+
type: {
|
|
6199
|
+
name: "Boolean"
|
|
6200
|
+
}
|
|
6201
|
+
},
|
|
6202
|
+
augmentations: {
|
|
6203
|
+
serializedName: "augmentations",
|
|
6204
|
+
nullable: true,
|
|
6205
|
+
type: {
|
|
6206
|
+
name: "String"
|
|
6207
|
+
}
|
|
6208
|
+
},
|
|
6209
|
+
beta1: {
|
|
6210
|
+
serializedName: "beta1",
|
|
6211
|
+
nullable: true,
|
|
6212
|
+
type: {
|
|
6213
|
+
name: "Number"
|
|
6214
|
+
}
|
|
6215
|
+
},
|
|
6216
|
+
beta2: {
|
|
6217
|
+
serializedName: "beta2",
|
|
6218
|
+
nullable: true,
|
|
6219
|
+
type: {
|
|
6220
|
+
name: "Number"
|
|
6221
|
+
}
|
|
6222
|
+
},
|
|
6223
|
+
checkpointFrequency: {
|
|
6224
|
+
serializedName: "checkpointFrequency",
|
|
6225
|
+
nullable: true,
|
|
6226
|
+
type: {
|
|
6227
|
+
name: "Number"
|
|
6228
|
+
}
|
|
6229
|
+
},
|
|
6230
|
+
checkpointModel: {
|
|
6231
|
+
serializedName: "checkpointModel",
|
|
6232
|
+
type: {
|
|
6233
|
+
name: "Composite",
|
|
6234
|
+
className: "MLFlowModelJobInput"
|
|
6235
|
+
}
|
|
6236
|
+
},
|
|
6237
|
+
checkpointRunId: {
|
|
6238
|
+
serializedName: "checkpointRunId",
|
|
6239
|
+
nullable: true,
|
|
6240
|
+
type: {
|
|
6241
|
+
name: "String"
|
|
6242
|
+
}
|
|
6243
|
+
},
|
|
6244
|
+
distributed: {
|
|
6245
|
+
serializedName: "distributed",
|
|
6246
|
+
nullable: true,
|
|
6247
|
+
type: {
|
|
6248
|
+
name: "Boolean"
|
|
6249
|
+
}
|
|
6250
|
+
},
|
|
6251
|
+
earlyStopping: {
|
|
6252
|
+
serializedName: "earlyStopping",
|
|
6253
|
+
nullable: true,
|
|
6254
|
+
type: {
|
|
6255
|
+
name: "Boolean"
|
|
6256
|
+
}
|
|
6257
|
+
},
|
|
6258
|
+
earlyStoppingDelay: {
|
|
6259
|
+
serializedName: "earlyStoppingDelay",
|
|
6260
|
+
nullable: true,
|
|
6261
|
+
type: {
|
|
6262
|
+
name: "Number"
|
|
6263
|
+
}
|
|
6264
|
+
},
|
|
6265
|
+
earlyStoppingPatience: {
|
|
6266
|
+
serializedName: "earlyStoppingPatience",
|
|
6267
|
+
nullable: true,
|
|
6268
|
+
type: {
|
|
6269
|
+
name: "Number"
|
|
6270
|
+
}
|
|
6271
|
+
},
|
|
6272
|
+
enableOnnxNormalization: {
|
|
6273
|
+
serializedName: "enableOnnxNormalization",
|
|
6274
|
+
nullable: true,
|
|
6275
|
+
type: {
|
|
6276
|
+
name: "Boolean"
|
|
6277
|
+
}
|
|
6278
|
+
},
|
|
6279
|
+
evaluationFrequency: {
|
|
6280
|
+
serializedName: "evaluationFrequency",
|
|
6281
|
+
nullable: true,
|
|
6282
|
+
type: {
|
|
6283
|
+
name: "Number"
|
|
6284
|
+
}
|
|
6285
|
+
},
|
|
6286
|
+
gradientAccumulationStep: {
|
|
6287
|
+
serializedName: "gradientAccumulationStep",
|
|
6288
|
+
nullable: true,
|
|
6289
|
+
type: {
|
|
6290
|
+
name: "Number"
|
|
6291
|
+
}
|
|
6292
|
+
},
|
|
6293
|
+
layersToFreeze: {
|
|
6294
|
+
serializedName: "layersToFreeze",
|
|
6295
|
+
nullable: true,
|
|
6296
|
+
type: {
|
|
6297
|
+
name: "Number"
|
|
6298
|
+
}
|
|
6299
|
+
},
|
|
6300
|
+
learningRate: {
|
|
6301
|
+
serializedName: "learningRate",
|
|
6302
|
+
nullable: true,
|
|
6303
|
+
type: {
|
|
6304
|
+
name: "Number"
|
|
6305
|
+
}
|
|
6306
|
+
},
|
|
6307
|
+
learningRateScheduler: {
|
|
6308
|
+
serializedName: "learningRateScheduler",
|
|
6309
|
+
type: {
|
|
6310
|
+
name: "String"
|
|
6311
|
+
}
|
|
6312
|
+
},
|
|
6313
|
+
modelName: {
|
|
6314
|
+
serializedName: "modelName",
|
|
6315
|
+
nullable: true,
|
|
6316
|
+
type: {
|
|
6317
|
+
name: "String"
|
|
6318
|
+
}
|
|
6319
|
+
},
|
|
6320
|
+
momentum: {
|
|
6321
|
+
serializedName: "momentum",
|
|
6322
|
+
nullable: true,
|
|
6323
|
+
type: {
|
|
6324
|
+
name: "Number"
|
|
6325
|
+
}
|
|
6326
|
+
},
|
|
6327
|
+
nesterov: {
|
|
6328
|
+
serializedName: "nesterov",
|
|
6329
|
+
nullable: true,
|
|
6330
|
+
type: {
|
|
6331
|
+
name: "Boolean"
|
|
6332
|
+
}
|
|
6333
|
+
},
|
|
6334
|
+
numberOfEpochs: {
|
|
6335
|
+
serializedName: "numberOfEpochs",
|
|
6336
|
+
nullable: true,
|
|
6337
|
+
type: {
|
|
6338
|
+
name: "Number"
|
|
6339
|
+
}
|
|
6340
|
+
},
|
|
6341
|
+
numberOfWorkers: {
|
|
6342
|
+
serializedName: "numberOfWorkers",
|
|
6343
|
+
nullable: true,
|
|
6344
|
+
type: {
|
|
6345
|
+
name: "Number"
|
|
6346
|
+
}
|
|
6347
|
+
},
|
|
6348
|
+
optimizer: {
|
|
6349
|
+
serializedName: "optimizer",
|
|
6350
|
+
type: {
|
|
6351
|
+
name: "String"
|
|
6352
|
+
}
|
|
6353
|
+
},
|
|
6354
|
+
randomSeed: {
|
|
6355
|
+
serializedName: "randomSeed",
|
|
6356
|
+
nullable: true,
|
|
6357
|
+
type: {
|
|
6358
|
+
name: "Number"
|
|
6359
|
+
}
|
|
6360
|
+
},
|
|
6361
|
+
stepLRGamma: {
|
|
6362
|
+
serializedName: "stepLRGamma",
|
|
6363
|
+
nullable: true,
|
|
6364
|
+
type: {
|
|
6365
|
+
name: "Number"
|
|
6366
|
+
}
|
|
6367
|
+
},
|
|
6368
|
+
stepLRStepSize: {
|
|
6369
|
+
serializedName: "stepLRStepSize",
|
|
6370
|
+
nullable: true,
|
|
6371
|
+
type: {
|
|
6372
|
+
name: "Number"
|
|
6373
|
+
}
|
|
6374
|
+
},
|
|
6375
|
+
trainingBatchSize: {
|
|
6376
|
+
serializedName: "trainingBatchSize",
|
|
6377
|
+
nullable: true,
|
|
6378
|
+
type: {
|
|
6379
|
+
name: "Number"
|
|
6380
|
+
}
|
|
6381
|
+
},
|
|
6382
|
+
validationBatchSize: {
|
|
6383
|
+
serializedName: "validationBatchSize",
|
|
6384
|
+
nullable: true,
|
|
6385
|
+
type: {
|
|
6386
|
+
name: "Number"
|
|
6387
|
+
}
|
|
6388
|
+
},
|
|
6389
|
+
warmupCosineLRCycles: {
|
|
6390
|
+
serializedName: "warmupCosineLRCycles",
|
|
6391
|
+
nullable: true,
|
|
6392
|
+
type: {
|
|
6393
|
+
name: "Number"
|
|
6394
|
+
}
|
|
6395
|
+
},
|
|
6396
|
+
warmupCosineLRWarmupEpochs: {
|
|
6397
|
+
serializedName: "warmupCosineLRWarmupEpochs",
|
|
6398
|
+
nullable: true,
|
|
6399
|
+
type: {
|
|
6400
|
+
name: "Number"
|
|
6401
|
+
}
|
|
6402
|
+
},
|
|
6403
|
+
weightDecay: {
|
|
6404
|
+
serializedName: "weightDecay",
|
|
6405
|
+
nullable: true,
|
|
6406
|
+
type: {
|
|
6407
|
+
name: "Number"
|
|
6408
|
+
}
|
|
6409
|
+
}
|
|
6410
|
+
}
|
|
6411
|
+
}
|
|
6412
|
+
};
|
|
6413
|
+
export const ImageModelDistributionSettings = {
|
|
6414
|
+
type: {
|
|
6415
|
+
name: "Composite",
|
|
6416
|
+
className: "ImageModelDistributionSettings",
|
|
6417
|
+
modelProperties: {
|
|
6418
|
+
amsGradient: {
|
|
6419
|
+
serializedName: "amsGradient",
|
|
6420
|
+
nullable: true,
|
|
6421
|
+
type: {
|
|
6422
|
+
name: "String"
|
|
6423
|
+
}
|
|
6424
|
+
},
|
|
6425
|
+
augmentations: {
|
|
6426
|
+
serializedName: "augmentations",
|
|
6427
|
+
nullable: true,
|
|
6428
|
+
type: {
|
|
6429
|
+
name: "String"
|
|
6430
|
+
}
|
|
6431
|
+
},
|
|
6432
|
+
beta1: {
|
|
6433
|
+
serializedName: "beta1",
|
|
6434
|
+
nullable: true,
|
|
6435
|
+
type: {
|
|
6436
|
+
name: "String"
|
|
6437
|
+
}
|
|
6438
|
+
},
|
|
6439
|
+
beta2: {
|
|
6440
|
+
serializedName: "beta2",
|
|
6441
|
+
nullable: true,
|
|
6442
|
+
type: {
|
|
6443
|
+
name: "String"
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
distributed: {
|
|
6447
|
+
serializedName: "distributed",
|
|
6448
|
+
nullable: true,
|
|
6449
|
+
type: {
|
|
6450
|
+
name: "String"
|
|
6451
|
+
}
|
|
6452
|
+
},
|
|
6453
|
+
earlyStopping: {
|
|
6454
|
+
serializedName: "earlyStopping",
|
|
6455
|
+
nullable: true,
|
|
6456
|
+
type: {
|
|
6457
|
+
name: "String"
|
|
6458
|
+
}
|
|
6459
|
+
},
|
|
6460
|
+
earlyStoppingDelay: {
|
|
6461
|
+
serializedName: "earlyStoppingDelay",
|
|
6462
|
+
nullable: true,
|
|
6463
|
+
type: {
|
|
6464
|
+
name: "String"
|
|
6465
|
+
}
|
|
6466
|
+
},
|
|
6467
|
+
earlyStoppingPatience: {
|
|
6468
|
+
serializedName: "earlyStoppingPatience",
|
|
6469
|
+
nullable: true,
|
|
6470
|
+
type: {
|
|
6471
|
+
name: "String"
|
|
6472
|
+
}
|
|
6473
|
+
},
|
|
6474
|
+
enableOnnxNormalization: {
|
|
6475
|
+
serializedName: "enableOnnxNormalization",
|
|
6476
|
+
nullable: true,
|
|
6477
|
+
type: {
|
|
6478
|
+
name: "String"
|
|
6479
|
+
}
|
|
6480
|
+
},
|
|
6481
|
+
evaluationFrequency: {
|
|
6482
|
+
serializedName: "evaluationFrequency",
|
|
6483
|
+
nullable: true,
|
|
6484
|
+
type: {
|
|
6485
|
+
name: "String"
|
|
6486
|
+
}
|
|
6487
|
+
},
|
|
6488
|
+
gradientAccumulationStep: {
|
|
6489
|
+
serializedName: "gradientAccumulationStep",
|
|
6490
|
+
nullable: true,
|
|
6491
|
+
type: {
|
|
6492
|
+
name: "String"
|
|
6493
|
+
}
|
|
6494
|
+
},
|
|
6495
|
+
layersToFreeze: {
|
|
6496
|
+
serializedName: "layersToFreeze",
|
|
6497
|
+
nullable: true,
|
|
6498
|
+
type: {
|
|
6499
|
+
name: "String"
|
|
6500
|
+
}
|
|
6501
|
+
},
|
|
6502
|
+
learningRate: {
|
|
6503
|
+
serializedName: "learningRate",
|
|
6504
|
+
nullable: true,
|
|
6505
|
+
type: {
|
|
6506
|
+
name: "String"
|
|
6507
|
+
}
|
|
6508
|
+
},
|
|
6509
|
+
learningRateScheduler: {
|
|
6510
|
+
serializedName: "learningRateScheduler",
|
|
6511
|
+
nullable: true,
|
|
6512
|
+
type: {
|
|
6513
|
+
name: "String"
|
|
6514
|
+
}
|
|
6515
|
+
},
|
|
6516
|
+
modelName: {
|
|
6517
|
+
serializedName: "modelName",
|
|
6518
|
+
nullable: true,
|
|
6519
|
+
type: {
|
|
6520
|
+
name: "String"
|
|
6521
|
+
}
|
|
6522
|
+
},
|
|
6523
|
+
momentum: {
|
|
6524
|
+
serializedName: "momentum",
|
|
6525
|
+
nullable: true,
|
|
6526
|
+
type: {
|
|
6527
|
+
name: "String"
|
|
6528
|
+
}
|
|
6529
|
+
},
|
|
6530
|
+
nesterov: {
|
|
6531
|
+
serializedName: "nesterov",
|
|
6532
|
+
nullable: true,
|
|
6533
|
+
type: {
|
|
6534
|
+
name: "String"
|
|
6535
|
+
}
|
|
6536
|
+
},
|
|
6537
|
+
numberOfEpochs: {
|
|
6538
|
+
serializedName: "numberOfEpochs",
|
|
6539
|
+
nullable: true,
|
|
6540
|
+
type: {
|
|
6541
|
+
name: "String"
|
|
6542
|
+
}
|
|
6543
|
+
},
|
|
6544
|
+
numberOfWorkers: {
|
|
6545
|
+
serializedName: "numberOfWorkers",
|
|
6546
|
+
nullable: true,
|
|
6547
|
+
type: {
|
|
6548
|
+
name: "String"
|
|
6549
|
+
}
|
|
6550
|
+
},
|
|
6551
|
+
optimizer: {
|
|
6552
|
+
serializedName: "optimizer",
|
|
6553
|
+
nullable: true,
|
|
6554
|
+
type: {
|
|
6555
|
+
name: "String"
|
|
6556
|
+
}
|
|
6557
|
+
},
|
|
6558
|
+
randomSeed: {
|
|
6559
|
+
serializedName: "randomSeed",
|
|
6560
|
+
nullable: true,
|
|
6561
|
+
type: {
|
|
6562
|
+
name: "String"
|
|
6563
|
+
}
|
|
6564
|
+
},
|
|
6565
|
+
stepLRGamma: {
|
|
6566
|
+
serializedName: "stepLRGamma",
|
|
6567
|
+
nullable: true,
|
|
6568
|
+
type: {
|
|
6569
|
+
name: "String"
|
|
6570
|
+
}
|
|
6571
|
+
},
|
|
6572
|
+
stepLRStepSize: {
|
|
6573
|
+
serializedName: "stepLRStepSize",
|
|
6574
|
+
nullable: true,
|
|
6575
|
+
type: {
|
|
6576
|
+
name: "String"
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
6579
|
+
trainingBatchSize: {
|
|
6580
|
+
serializedName: "trainingBatchSize",
|
|
6581
|
+
nullable: true,
|
|
6582
|
+
type: {
|
|
6583
|
+
name: "String"
|
|
6584
|
+
}
|
|
6585
|
+
},
|
|
6586
|
+
validationBatchSize: {
|
|
6587
|
+
serializedName: "validationBatchSize",
|
|
6588
|
+
nullable: true,
|
|
6589
|
+
type: {
|
|
6590
|
+
name: "String"
|
|
6591
|
+
}
|
|
6592
|
+
},
|
|
6593
|
+
warmupCosineLRCycles: {
|
|
6594
|
+
serializedName: "warmupCosineLRCycles",
|
|
6595
|
+
nullable: true,
|
|
6596
|
+
type: {
|
|
6597
|
+
name: "String"
|
|
6598
|
+
}
|
|
6599
|
+
},
|
|
6600
|
+
warmupCosineLRWarmupEpochs: {
|
|
6601
|
+
serializedName: "warmupCosineLRWarmupEpochs",
|
|
6602
|
+
nullable: true,
|
|
6603
|
+
type: {
|
|
6604
|
+
name: "String"
|
|
6605
|
+
}
|
|
6606
|
+
},
|
|
6607
|
+
weightDecay: {
|
|
6608
|
+
serializedName: "weightDecay",
|
|
6609
|
+
nullable: true,
|
|
6610
|
+
type: {
|
|
6611
|
+
name: "String"
|
|
6612
|
+
}
|
|
6613
|
+
}
|
|
6614
|
+
}
|
|
6615
|
+
}
|
|
6616
|
+
};
|
|
6617
|
+
export const ImageVertical = {
|
|
6618
|
+
type: {
|
|
6619
|
+
name: "Composite",
|
|
6620
|
+
className: "ImageVertical",
|
|
6621
|
+
modelProperties: {
|
|
6622
|
+
limitSettings: {
|
|
6623
|
+
serializedName: "limitSettings",
|
|
6624
|
+
type: {
|
|
6625
|
+
name: "Composite",
|
|
6626
|
+
className: "ImageLimitSettings"
|
|
6627
|
+
}
|
|
6628
|
+
},
|
|
6629
|
+
sweepSettings: {
|
|
6630
|
+
serializedName: "sweepSettings",
|
|
6631
|
+
type: {
|
|
6632
|
+
name: "Composite",
|
|
6633
|
+
className: "ImageSweepSettings"
|
|
6634
|
+
}
|
|
6635
|
+
},
|
|
6636
|
+
validationData: {
|
|
6637
|
+
serializedName: "validationData",
|
|
6638
|
+
type: {
|
|
6639
|
+
name: "Composite",
|
|
6640
|
+
className: "MLTableJobInput"
|
|
6641
|
+
}
|
|
6642
|
+
},
|
|
6643
|
+
validationDataSize: {
|
|
6644
|
+
serializedName: "validationDataSize",
|
|
6645
|
+
nullable: true,
|
|
6646
|
+
type: {
|
|
6647
|
+
name: "Number"
|
|
6648
|
+
}
|
|
6649
|
+
}
|
|
6650
|
+
}
|
|
6651
|
+
}
|
|
6652
|
+
};
|
|
6653
|
+
export const ImageLimitSettings = {
|
|
6654
|
+
type: {
|
|
6655
|
+
name: "Composite",
|
|
6656
|
+
className: "ImageLimitSettings",
|
|
6657
|
+
modelProperties: {
|
|
6658
|
+
maxConcurrentTrials: {
|
|
6659
|
+
defaultValue: 1,
|
|
6660
|
+
serializedName: "maxConcurrentTrials",
|
|
6661
|
+
type: {
|
|
6662
|
+
name: "Number"
|
|
6663
|
+
}
|
|
6664
|
+
},
|
|
6665
|
+
maxTrials: {
|
|
6666
|
+
defaultValue: 1,
|
|
6667
|
+
serializedName: "maxTrials",
|
|
6668
|
+
type: {
|
|
6669
|
+
name: "Number"
|
|
6670
|
+
}
|
|
6671
|
+
},
|
|
6672
|
+
timeout: {
|
|
6673
|
+
defaultValue: "P7D",
|
|
6674
|
+
serializedName: "timeout",
|
|
6675
|
+
type: {
|
|
6676
|
+
name: "TimeSpan"
|
|
6677
|
+
}
|
|
6678
|
+
}
|
|
6679
|
+
}
|
|
6680
|
+
}
|
|
6681
|
+
};
|
|
6682
|
+
export const ImageSweepSettings = {
|
|
6683
|
+
type: {
|
|
6684
|
+
name: "Composite",
|
|
6685
|
+
className: "ImageSweepSettings",
|
|
6686
|
+
modelProperties: {
|
|
6687
|
+
earlyTermination: {
|
|
6688
|
+
serializedName: "earlyTermination",
|
|
6689
|
+
type: {
|
|
6690
|
+
name: "Composite",
|
|
6691
|
+
className: "EarlyTerminationPolicy"
|
|
6692
|
+
}
|
|
6693
|
+
},
|
|
6694
|
+
samplingAlgorithm: {
|
|
6695
|
+
serializedName: "samplingAlgorithm",
|
|
6696
|
+
required: true,
|
|
6697
|
+
type: {
|
|
6698
|
+
name: "String"
|
|
6699
|
+
}
|
|
6700
|
+
}
|
|
6701
|
+
}
|
|
6702
|
+
}
|
|
6703
|
+
};
|
|
6704
|
+
export const NlpVertical = {
|
|
6705
|
+
type: {
|
|
6706
|
+
name: "Composite",
|
|
6707
|
+
className: "NlpVertical",
|
|
6708
|
+
modelProperties: {
|
|
6709
|
+
featurizationSettings: {
|
|
6710
|
+
serializedName: "featurizationSettings",
|
|
6711
|
+
type: {
|
|
6712
|
+
name: "Composite",
|
|
6713
|
+
className: "NlpVerticalFeaturizationSettings"
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
6716
|
+
limitSettings: {
|
|
6717
|
+
serializedName: "limitSettings",
|
|
6718
|
+
type: {
|
|
6719
|
+
name: "Composite",
|
|
6720
|
+
className: "NlpVerticalLimitSettings"
|
|
6721
|
+
}
|
|
6722
|
+
},
|
|
6723
|
+
validationData: {
|
|
6724
|
+
serializedName: "validationData",
|
|
6725
|
+
type: {
|
|
6726
|
+
name: "Composite",
|
|
6727
|
+
className: "MLTableJobInput"
|
|
6728
|
+
}
|
|
6729
|
+
}
|
|
6730
|
+
}
|
|
6731
|
+
}
|
|
6732
|
+
};
|
|
6733
|
+
export const NlpVerticalLimitSettings = {
|
|
6734
|
+
type: {
|
|
6735
|
+
name: "Composite",
|
|
6736
|
+
className: "NlpVerticalLimitSettings",
|
|
6737
|
+
modelProperties: {
|
|
6738
|
+
maxConcurrentTrials: {
|
|
6739
|
+
defaultValue: 1,
|
|
6740
|
+
serializedName: "maxConcurrentTrials",
|
|
6741
|
+
type: {
|
|
6742
|
+
name: "Number"
|
|
6743
|
+
}
|
|
6744
|
+
},
|
|
6745
|
+
maxTrials: {
|
|
6746
|
+
defaultValue: 1,
|
|
6747
|
+
serializedName: "maxTrials",
|
|
6748
|
+
type: {
|
|
6749
|
+
name: "Number"
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
timeout: {
|
|
6753
|
+
serializedName: "timeout",
|
|
6754
|
+
type: {
|
|
6755
|
+
name: "TimeSpan"
|
|
6756
|
+
}
|
|
6757
|
+
}
|
|
6758
|
+
}
|
|
6759
|
+
}
|
|
6760
|
+
};
|
|
6761
|
+
export const Objective = {
|
|
6762
|
+
type: {
|
|
6763
|
+
name: "Composite",
|
|
6764
|
+
className: "Objective",
|
|
6765
|
+
modelProperties: {
|
|
6766
|
+
goal: {
|
|
6767
|
+
serializedName: "goal",
|
|
6768
|
+
required: true,
|
|
6769
|
+
type: {
|
|
6770
|
+
name: "String"
|
|
6771
|
+
}
|
|
6772
|
+
},
|
|
6773
|
+
primaryMetric: {
|
|
6774
|
+
constraints: {
|
|
6775
|
+
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
6776
|
+
},
|
|
6777
|
+
serializedName: "primaryMetric",
|
|
6778
|
+
required: true,
|
|
6779
|
+
type: {
|
|
6780
|
+
name: "String"
|
|
6781
|
+
}
|
|
6782
|
+
}
|
|
6783
|
+
}
|
|
6784
|
+
}
|
|
6785
|
+
};
|
|
6786
|
+
export const TrialComponent = {
|
|
6787
|
+
type: {
|
|
6788
|
+
name: "Composite",
|
|
6789
|
+
className: "TrialComponent",
|
|
6790
|
+
modelProperties: {
|
|
6791
|
+
codeId: {
|
|
6792
|
+
serializedName: "codeId",
|
|
6793
|
+
nullable: true,
|
|
6794
|
+
type: {
|
|
6795
|
+
name: "String"
|
|
6796
|
+
}
|
|
6797
|
+
},
|
|
6798
|
+
command: {
|
|
6799
|
+
constraints: {
|
|
6800
|
+
Pattern: new RegExp("[a-zA-Z0-9_]"),
|
|
6801
|
+
MinLength: 1
|
|
6802
|
+
},
|
|
6803
|
+
serializedName: "command",
|
|
6804
|
+
required: true,
|
|
6805
|
+
type: {
|
|
6806
|
+
name: "String"
|
|
6807
|
+
}
|
|
6808
|
+
},
|
|
6809
|
+
distribution: {
|
|
6810
|
+
serializedName: "distribution",
|
|
6811
|
+
type: {
|
|
6812
|
+
name: "Composite",
|
|
6813
|
+
className: "DistributionConfiguration"
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
6816
|
+
environmentId: {
|
|
6817
|
+
constraints: {
|
|
6818
|
+
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
6819
|
+
},
|
|
6820
|
+
serializedName: "environmentId",
|
|
6821
|
+
required: true,
|
|
6822
|
+
type: {
|
|
6823
|
+
name: "String"
|
|
6824
|
+
}
|
|
6825
|
+
},
|
|
6826
|
+
environmentVariables: {
|
|
6827
|
+
serializedName: "environmentVariables",
|
|
6828
|
+
nullable: true,
|
|
6829
|
+
type: {
|
|
6830
|
+
name: "Dictionary",
|
|
6831
|
+
value: { type: { name: "String" } }
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
6834
|
+
resources: {
|
|
6835
|
+
serializedName: "resources",
|
|
6836
|
+
type: {
|
|
6837
|
+
name: "Composite",
|
|
6838
|
+
className: "JobResourceConfiguration"
|
|
6839
|
+
}
|
|
6840
|
+
}
|
|
6841
|
+
}
|
|
6842
|
+
}
|
|
6843
|
+
};
|
|
6844
|
+
export const PrivateEndpointConnection = {
|
|
6845
|
+
type: {
|
|
6846
|
+
name: "Composite",
|
|
6847
|
+
className: "PrivateEndpointConnection",
|
|
6848
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { identity: {
|
|
6849
|
+
serializedName: "identity",
|
|
6850
|
+
type: {
|
|
6851
|
+
name: "Composite",
|
|
6852
|
+
className: "ManagedServiceIdentity"
|
|
6853
|
+
}
|
|
6854
|
+
}, location: {
|
|
6855
|
+
serializedName: "location",
|
|
6856
|
+
type: {
|
|
6857
|
+
name: "String"
|
|
6858
|
+
}
|
|
6859
|
+
}, tags: {
|
|
6860
|
+
serializedName: "tags",
|
|
6861
|
+
type: {
|
|
6862
|
+
name: "Dictionary",
|
|
6863
|
+
value: { type: { name: "String" } }
|
|
6864
|
+
}
|
|
6865
|
+
}, sku: {
|
|
6866
|
+
serializedName: "sku",
|
|
6867
|
+
type: {
|
|
6868
|
+
name: "Composite",
|
|
6869
|
+
className: "Sku"
|
|
6870
|
+
}
|
|
6871
|
+
}, privateEndpoint: {
|
|
6872
|
+
serializedName: "properties.privateEndpoint",
|
|
6873
|
+
type: {
|
|
6874
|
+
name: "Composite",
|
|
6875
|
+
className: "PrivateEndpoint"
|
|
6876
|
+
}
|
|
6877
|
+
}, privateLinkServiceConnectionState: {
|
|
6878
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
6879
|
+
type: {
|
|
6880
|
+
name: "Composite",
|
|
6881
|
+
className: "PrivateLinkServiceConnectionState"
|
|
6882
|
+
}
|
|
6883
|
+
}, provisioningState: {
|
|
6884
|
+
serializedName: "properties.provisioningState",
|
|
6885
|
+
readOnly: true,
|
|
6886
|
+
type: {
|
|
6887
|
+
name: "String"
|
|
6888
|
+
}
|
|
6889
|
+
} })
|
|
6890
|
+
}
|
|
6891
|
+
};
|
|
6892
|
+
export const Workspace = {
|
|
6893
|
+
type: {
|
|
6894
|
+
name: "Composite",
|
|
6895
|
+
className: "Workspace",
|
|
6896
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { identity: {
|
|
6897
|
+
serializedName: "identity",
|
|
6898
|
+
type: {
|
|
6899
|
+
name: "Composite",
|
|
6900
|
+
className: "ManagedServiceIdentity"
|
|
6901
|
+
}
|
|
6902
|
+
}, location: {
|
|
6903
|
+
serializedName: "location",
|
|
6904
|
+
type: {
|
|
6905
|
+
name: "String"
|
|
6906
|
+
}
|
|
6907
|
+
}, tags: {
|
|
6908
|
+
serializedName: "tags",
|
|
6909
|
+
type: {
|
|
6910
|
+
name: "Dictionary",
|
|
6911
|
+
value: { type: { name: "String" } }
|
|
6912
|
+
}
|
|
6913
|
+
}, sku: {
|
|
6914
|
+
serializedName: "sku",
|
|
6915
|
+
type: {
|
|
6916
|
+
name: "Composite",
|
|
6917
|
+
className: "Sku"
|
|
6918
|
+
}
|
|
6919
|
+
}, workspaceId: {
|
|
6920
|
+
serializedName: "properties.workspaceId",
|
|
6921
|
+
readOnly: true,
|
|
6922
|
+
type: {
|
|
6923
|
+
name: "String"
|
|
6924
|
+
}
|
|
6925
|
+
}, description: {
|
|
6926
|
+
serializedName: "properties.description",
|
|
6927
|
+
type: {
|
|
6928
|
+
name: "String"
|
|
6929
|
+
}
|
|
6930
|
+
}, friendlyName: {
|
|
6931
|
+
serializedName: "properties.friendlyName",
|
|
6932
|
+
type: {
|
|
6933
|
+
name: "String"
|
|
6934
|
+
}
|
|
6935
|
+
}, keyVault: {
|
|
6936
|
+
serializedName: "properties.keyVault",
|
|
6937
|
+
type: {
|
|
6938
|
+
name: "String"
|
|
6939
|
+
}
|
|
6940
|
+
}, applicationInsights: {
|
|
6941
|
+
serializedName: "properties.applicationInsights",
|
|
6942
|
+
type: {
|
|
6943
|
+
name: "String"
|
|
6944
|
+
}
|
|
6945
|
+
}, containerRegistry: {
|
|
6946
|
+
serializedName: "properties.containerRegistry",
|
|
6947
|
+
nullable: true,
|
|
6948
|
+
type: {
|
|
6949
|
+
name: "String"
|
|
6950
|
+
}
|
|
6951
|
+
}, storageAccount: {
|
|
6952
|
+
serializedName: "properties.storageAccount",
|
|
6953
|
+
type: {
|
|
6954
|
+
name: "String"
|
|
6955
|
+
}
|
|
6956
|
+
}, discoveryUrl: {
|
|
6957
|
+
serializedName: "properties.discoveryUrl",
|
|
6958
|
+
type: {
|
|
6959
|
+
name: "String"
|
|
6960
|
+
}
|
|
6961
|
+
}, provisioningState: {
|
|
6962
|
+
serializedName: "properties.provisioningState",
|
|
6963
|
+
readOnly: true,
|
|
6964
|
+
type: {
|
|
6965
|
+
name: "String"
|
|
6966
|
+
}
|
|
6967
|
+
}, encryption: {
|
|
6968
|
+
serializedName: "properties.encryption",
|
|
6969
|
+
type: {
|
|
6970
|
+
name: "Composite",
|
|
6971
|
+
className: "EncryptionProperty"
|
|
6972
|
+
}
|
|
6973
|
+
}, hbiWorkspace: {
|
|
6974
|
+
defaultValue: false,
|
|
6975
|
+
serializedName: "properties.hbiWorkspace",
|
|
6976
|
+
type: {
|
|
6977
|
+
name: "Boolean"
|
|
6978
|
+
}
|
|
6979
|
+
}, serviceProvisionedResourceGroup: {
|
|
6980
|
+
serializedName: "properties.serviceProvisionedResourceGroup",
|
|
6981
|
+
readOnly: true,
|
|
6982
|
+
type: {
|
|
6983
|
+
name: "String"
|
|
6984
|
+
}
|
|
6985
|
+
}, privateLinkCount: {
|
|
6986
|
+
serializedName: "properties.privateLinkCount",
|
|
6987
|
+
readOnly: true,
|
|
6988
|
+
type: {
|
|
6989
|
+
name: "Number"
|
|
6990
|
+
}
|
|
6991
|
+
}, imageBuildCompute: {
|
|
6992
|
+
serializedName: "properties.imageBuildCompute",
|
|
6993
|
+
type: {
|
|
6994
|
+
name: "String"
|
|
6995
|
+
}
|
|
6996
|
+
}, allowPublicAccessWhenBehindVnet: {
|
|
6997
|
+
defaultValue: false,
|
|
6998
|
+
serializedName: "properties.allowPublicAccessWhenBehindVnet",
|
|
6999
|
+
type: {
|
|
7000
|
+
name: "Boolean"
|
|
7001
|
+
}
|
|
7002
|
+
}, publicNetworkAccess: {
|
|
7003
|
+
serializedName: "properties.publicNetworkAccess",
|
|
7004
|
+
type: {
|
|
7005
|
+
name: "String"
|
|
7006
|
+
}
|
|
7007
|
+
}, privateEndpointConnections: {
|
|
7008
|
+
serializedName: "properties.privateEndpointConnections",
|
|
7009
|
+
readOnly: true,
|
|
7010
|
+
type: {
|
|
7011
|
+
name: "Sequence",
|
|
7012
|
+
element: {
|
|
7013
|
+
type: {
|
|
7014
|
+
name: "Composite",
|
|
7015
|
+
className: "PrivateEndpointConnection"
|
|
7016
|
+
}
|
|
7017
|
+
}
|
|
7018
|
+
}
|
|
7019
|
+
}, sharedPrivateLinkResources: {
|
|
7020
|
+
serializedName: "properties.sharedPrivateLinkResources",
|
|
7021
|
+
type: {
|
|
7022
|
+
name: "Sequence",
|
|
7023
|
+
element: {
|
|
7024
|
+
type: {
|
|
7025
|
+
name: "Composite",
|
|
7026
|
+
className: "SharedPrivateLinkResource"
|
|
7027
|
+
}
|
|
7028
|
+
}
|
|
7029
|
+
}
|
|
7030
|
+
}, notebookInfo: {
|
|
7031
|
+
serializedName: "properties.notebookInfo",
|
|
7032
|
+
type: {
|
|
7033
|
+
name: "Composite",
|
|
7034
|
+
className: "NotebookResourceInfo"
|
|
7035
|
+
}
|
|
7036
|
+
}, serviceManagedResourcesSettings: {
|
|
7037
|
+
serializedName: "properties.serviceManagedResourcesSettings",
|
|
7038
|
+
type: {
|
|
7039
|
+
name: "Composite",
|
|
7040
|
+
className: "ServiceManagedResourcesSettings"
|
|
7041
|
+
}
|
|
7042
|
+
}, primaryUserAssignedIdentity: {
|
|
7043
|
+
serializedName: "properties.primaryUserAssignedIdentity",
|
|
7044
|
+
type: {
|
|
7045
|
+
name: "String"
|
|
7046
|
+
}
|
|
7047
|
+
}, tenantId: {
|
|
7048
|
+
serializedName: "properties.tenantId",
|
|
7049
|
+
readOnly: true,
|
|
7050
|
+
type: {
|
|
7051
|
+
name: "String"
|
|
7052
|
+
}
|
|
7053
|
+
}, storageHnsEnabled: {
|
|
7054
|
+
serializedName: "properties.storageHnsEnabled",
|
|
7055
|
+
readOnly: true,
|
|
7056
|
+
type: {
|
|
7057
|
+
name: "Boolean"
|
|
7058
|
+
}
|
|
7059
|
+
}, mlFlowTrackingUri: {
|
|
7060
|
+
serializedName: "properties.mlFlowTrackingUri",
|
|
7061
|
+
readOnly: true,
|
|
7062
|
+
type: {
|
|
7063
|
+
name: "String"
|
|
7064
|
+
}
|
|
7065
|
+
}, v1LegacyMode: {
|
|
7066
|
+
defaultValue: false,
|
|
7067
|
+
serializedName: "properties.v1LegacyMode",
|
|
7068
|
+
type: {
|
|
7069
|
+
name: "Boolean"
|
|
7070
|
+
}
|
|
7071
|
+
} })
|
|
7072
|
+
}
|
|
7073
|
+
};
|
|
7074
|
+
export const ComputeResource = {
|
|
7075
|
+
type: {
|
|
7076
|
+
name: "Composite",
|
|
7077
|
+
className: "ComputeResource",
|
|
7078
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, Resource.type.modelProperties), ComputeResourceSchema.type.modelProperties), { identity: {
|
|
7079
|
+
serializedName: "identity",
|
|
7080
|
+
type: {
|
|
7081
|
+
name: "Composite",
|
|
7082
|
+
className: "ManagedServiceIdentity"
|
|
7083
|
+
}
|
|
7084
|
+
}, location: {
|
|
7085
|
+
serializedName: "location",
|
|
7086
|
+
type: {
|
|
7087
|
+
name: "String"
|
|
7088
|
+
}
|
|
7089
|
+
}, tags: {
|
|
7090
|
+
serializedName: "tags",
|
|
7091
|
+
nullable: true,
|
|
7092
|
+
type: {
|
|
7093
|
+
name: "Dictionary",
|
|
7094
|
+
value: { type: { name: "String" } }
|
|
7095
|
+
}
|
|
7096
|
+
}, sku: {
|
|
7097
|
+
serializedName: "sku",
|
|
7098
|
+
type: {
|
|
7099
|
+
name: "Composite",
|
|
7100
|
+
className: "Sku"
|
|
7101
|
+
}
|
|
7102
|
+
} })
|
|
7103
|
+
}
|
|
7104
|
+
};
|
|
7105
|
+
export const PrivateLinkResource = {
|
|
7106
|
+
type: {
|
|
7107
|
+
name: "Composite",
|
|
7108
|
+
className: "PrivateLinkResource",
|
|
7109
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { identity: {
|
|
7110
|
+
serializedName: "identity",
|
|
7111
|
+
type: {
|
|
7112
|
+
name: "Composite",
|
|
7113
|
+
className: "ManagedServiceIdentity"
|
|
7114
|
+
}
|
|
7115
|
+
}, location: {
|
|
7116
|
+
serializedName: "location",
|
|
7117
|
+
type: {
|
|
7118
|
+
name: "String"
|
|
7119
|
+
}
|
|
7120
|
+
}, tags: {
|
|
7121
|
+
serializedName: "tags",
|
|
7122
|
+
type: {
|
|
7123
|
+
name: "Dictionary",
|
|
7124
|
+
value: { type: { name: "String" } }
|
|
7125
|
+
}
|
|
7126
|
+
}, sku: {
|
|
7127
|
+
serializedName: "sku",
|
|
7128
|
+
type: {
|
|
7129
|
+
name: "Composite",
|
|
7130
|
+
className: "Sku"
|
|
7131
|
+
}
|
|
7132
|
+
}, groupId: {
|
|
7133
|
+
serializedName: "properties.groupId",
|
|
7134
|
+
readOnly: true,
|
|
7135
|
+
type: {
|
|
7136
|
+
name: "String"
|
|
7137
|
+
}
|
|
7138
|
+
}, requiredMembers: {
|
|
7139
|
+
serializedName: "properties.requiredMembers",
|
|
7140
|
+
readOnly: true,
|
|
7141
|
+
type: {
|
|
7142
|
+
name: "Sequence",
|
|
7143
|
+
element: {
|
|
7144
|
+
type: {
|
|
7145
|
+
name: "String"
|
|
7146
|
+
}
|
|
7147
|
+
}
|
|
7148
|
+
}
|
|
7149
|
+
}, requiredZoneNames: {
|
|
7150
|
+
serializedName: "properties.requiredZoneNames",
|
|
7151
|
+
type: {
|
|
7152
|
+
name: "Sequence",
|
|
7153
|
+
element: {
|
|
7154
|
+
type: {
|
|
7155
|
+
name: "String"
|
|
7156
|
+
}
|
|
7157
|
+
}
|
|
7158
|
+
}
|
|
7159
|
+
} })
|
|
7160
|
+
}
|
|
7161
|
+
};
|
|
7162
|
+
export const WorkspaceConnectionPropertiesV2BasicResource = {
|
|
7163
|
+
type: {
|
|
7164
|
+
name: "Composite",
|
|
7165
|
+
className: "WorkspaceConnectionPropertiesV2BasicResource",
|
|
7166
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
7167
|
+
serializedName: "properties",
|
|
7168
|
+
type: {
|
|
7169
|
+
name: "Composite",
|
|
7170
|
+
className: "WorkspaceConnectionPropertiesV2"
|
|
7171
|
+
}
|
|
7172
|
+
} })
|
|
7173
|
+
}
|
|
7174
|
+
};
|
|
7175
|
+
export const TrackedResource = {
|
|
7176
|
+
type: {
|
|
7177
|
+
name: "Composite",
|
|
7178
|
+
className: "TrackedResource",
|
|
7179
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
5931
7180
|
serializedName: "tags",
|
|
5932
7181
|
type: {
|
|
5933
7182
|
name: "Dictionary",
|
|
@@ -6080,20 +7329,33 @@ export const ModelContainer = {
|
|
|
6080
7329
|
serializedName: "properties",
|
|
6081
7330
|
type: {
|
|
6082
7331
|
name: "Composite",
|
|
6083
|
-
className: "ModelContainerProperties"
|
|
7332
|
+
className: "ModelContainerProperties"
|
|
7333
|
+
}
|
|
7334
|
+
} })
|
|
7335
|
+
}
|
|
7336
|
+
};
|
|
7337
|
+
export const ModelVersion = {
|
|
7338
|
+
type: {
|
|
7339
|
+
name: "Composite",
|
|
7340
|
+
className: "ModelVersion",
|
|
7341
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
7342
|
+
serializedName: "properties",
|
|
7343
|
+
type: {
|
|
7344
|
+
name: "Composite",
|
|
7345
|
+
className: "ModelVersionProperties"
|
|
6084
7346
|
}
|
|
6085
7347
|
} })
|
|
6086
7348
|
}
|
|
6087
7349
|
};
|
|
6088
|
-
export const
|
|
7350
|
+
export const Schedule = {
|
|
6089
7351
|
type: {
|
|
6090
7352
|
name: "Composite",
|
|
6091
|
-
className: "
|
|
7353
|
+
className: "Schedule",
|
|
6092
7354
|
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
6093
7355
|
serializedName: "properties",
|
|
6094
7356
|
type: {
|
|
6095
7357
|
name: "Composite",
|
|
6096
|
-
className: "
|
|
7358
|
+
className: "ScheduleProperties"
|
|
6097
7359
|
}
|
|
6098
7360
|
} })
|
|
6099
7361
|
}
|
|
@@ -6316,23 +7578,284 @@ export const BatchEndpointProperties = {
|
|
|
6316
7578
|
serializedName: "defaults",
|
|
6317
7579
|
type: {
|
|
6318
7580
|
name: "Composite",
|
|
6319
|
-
className: "BatchEndpointDefaults"
|
|
7581
|
+
className: "BatchEndpointDefaults"
|
|
7582
|
+
}
|
|
7583
|
+
}, provisioningState: {
|
|
7584
|
+
serializedName: "provisioningState",
|
|
7585
|
+
readOnly: true,
|
|
7586
|
+
type: {
|
|
7587
|
+
name: "String"
|
|
7588
|
+
}
|
|
7589
|
+
} })
|
|
7590
|
+
}
|
|
7591
|
+
};
|
|
7592
|
+
export const OnlineEndpointProperties = {
|
|
7593
|
+
type: {
|
|
7594
|
+
name: "Composite",
|
|
7595
|
+
className: "OnlineEndpointProperties",
|
|
7596
|
+
modelProperties: Object.assign(Object.assign({}, EndpointPropertiesBase.type.modelProperties), { compute: {
|
|
7597
|
+
serializedName: "compute",
|
|
7598
|
+
nullable: true,
|
|
7599
|
+
type: {
|
|
7600
|
+
name: "String"
|
|
7601
|
+
}
|
|
7602
|
+
}, provisioningState: {
|
|
7603
|
+
serializedName: "provisioningState",
|
|
7604
|
+
readOnly: true,
|
|
7605
|
+
type: {
|
|
7606
|
+
name: "String"
|
|
7607
|
+
}
|
|
7608
|
+
}, publicNetworkAccess: {
|
|
7609
|
+
serializedName: "publicNetworkAccess",
|
|
7610
|
+
type: {
|
|
7611
|
+
name: "String"
|
|
7612
|
+
}
|
|
7613
|
+
}, traffic: {
|
|
7614
|
+
serializedName: "traffic",
|
|
7615
|
+
nullable: true,
|
|
7616
|
+
type: {
|
|
7617
|
+
name: "Dictionary",
|
|
7618
|
+
value: { type: { name: "Number" } }
|
|
7619
|
+
}
|
|
7620
|
+
} })
|
|
7621
|
+
}
|
|
7622
|
+
};
|
|
7623
|
+
export const PartialMinimalTrackedResourceWithIdentity = {
|
|
7624
|
+
type: {
|
|
7625
|
+
name: "Composite",
|
|
7626
|
+
className: "PartialMinimalTrackedResourceWithIdentity",
|
|
7627
|
+
modelProperties: Object.assign(Object.assign({}, PartialMinimalTrackedResource.type.modelProperties), { identity: {
|
|
7628
|
+
serializedName: "identity",
|
|
7629
|
+
type: {
|
|
7630
|
+
name: "Composite",
|
|
7631
|
+
className: "PartialManagedServiceIdentity"
|
|
7632
|
+
}
|
|
7633
|
+
} })
|
|
7634
|
+
}
|
|
7635
|
+
};
|
|
7636
|
+
export const PartialMinimalTrackedResourceWithSku = {
|
|
7637
|
+
type: {
|
|
7638
|
+
name: "Composite",
|
|
7639
|
+
className: "PartialMinimalTrackedResourceWithSku",
|
|
7640
|
+
modelProperties: Object.assign(Object.assign({}, PartialMinimalTrackedResource.type.modelProperties), { sku: {
|
|
7641
|
+
serializedName: "sku",
|
|
7642
|
+
type: {
|
|
7643
|
+
name: "Composite",
|
|
7644
|
+
className: "PartialSku"
|
|
7645
|
+
}
|
|
7646
|
+
} })
|
|
7647
|
+
}
|
|
7648
|
+
};
|
|
7649
|
+
export const DataPathAssetReference = {
|
|
7650
|
+
serializedName: "DataPath",
|
|
7651
|
+
type: {
|
|
7652
|
+
name: "Composite",
|
|
7653
|
+
className: "DataPathAssetReference",
|
|
7654
|
+
uberParent: "AssetReferenceBase",
|
|
7655
|
+
polymorphicDiscriminator: AssetReferenceBase.type.polymorphicDiscriminator,
|
|
7656
|
+
modelProperties: Object.assign(Object.assign({}, AssetReferenceBase.type.modelProperties), { datastoreId: {
|
|
7657
|
+
serializedName: "datastoreId",
|
|
7658
|
+
nullable: true,
|
|
7659
|
+
type: {
|
|
7660
|
+
name: "String"
|
|
7661
|
+
}
|
|
7662
|
+
}, path: {
|
|
7663
|
+
serializedName: "path",
|
|
7664
|
+
nullable: true,
|
|
7665
|
+
type: {
|
|
7666
|
+
name: "String"
|
|
7667
|
+
}
|
|
7668
|
+
} })
|
|
7669
|
+
}
|
|
7670
|
+
};
|
|
7671
|
+
export const IdAssetReference = {
|
|
7672
|
+
serializedName: "Id",
|
|
7673
|
+
type: {
|
|
7674
|
+
name: "Composite",
|
|
7675
|
+
className: "IdAssetReference",
|
|
7676
|
+
uberParent: "AssetReferenceBase",
|
|
7677
|
+
polymorphicDiscriminator: AssetReferenceBase.type.polymorphicDiscriminator,
|
|
7678
|
+
modelProperties: Object.assign(Object.assign({}, AssetReferenceBase.type.modelProperties), { assetId: {
|
|
7679
|
+
constraints: {
|
|
7680
|
+
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
7681
|
+
},
|
|
7682
|
+
serializedName: "assetId",
|
|
7683
|
+
required: true,
|
|
7684
|
+
type: {
|
|
7685
|
+
name: "String"
|
|
7686
|
+
}
|
|
7687
|
+
} })
|
|
7688
|
+
}
|
|
7689
|
+
};
|
|
7690
|
+
export const OutputPathAssetReference = {
|
|
7691
|
+
serializedName: "OutputPath",
|
|
7692
|
+
type: {
|
|
7693
|
+
name: "Composite",
|
|
7694
|
+
className: "OutputPathAssetReference",
|
|
7695
|
+
uberParent: "AssetReferenceBase",
|
|
7696
|
+
polymorphicDiscriminator: AssetReferenceBase.type.polymorphicDiscriminator,
|
|
7697
|
+
modelProperties: Object.assign(Object.assign({}, AssetReferenceBase.type.modelProperties), { jobId: {
|
|
7698
|
+
serializedName: "jobId",
|
|
7699
|
+
nullable: true,
|
|
7700
|
+
type: {
|
|
7701
|
+
name: "String"
|
|
7702
|
+
}
|
|
7703
|
+
}, path: {
|
|
7704
|
+
serializedName: "path",
|
|
7705
|
+
nullable: true,
|
|
7706
|
+
type: {
|
|
7707
|
+
name: "String"
|
|
7708
|
+
}
|
|
7709
|
+
} })
|
|
7710
|
+
}
|
|
7711
|
+
};
|
|
7712
|
+
export const DeploymentResourceConfiguration = {
|
|
7713
|
+
type: {
|
|
7714
|
+
name: "Composite",
|
|
7715
|
+
className: "DeploymentResourceConfiguration",
|
|
7716
|
+
modelProperties: Object.assign({}, ResourceConfiguration.type.modelProperties)
|
|
7717
|
+
}
|
|
7718
|
+
};
|
|
7719
|
+
export const JobResourceConfiguration = {
|
|
7720
|
+
type: {
|
|
7721
|
+
name: "Composite",
|
|
7722
|
+
className: "JobResourceConfiguration",
|
|
7723
|
+
modelProperties: Object.assign(Object.assign({}, ResourceConfiguration.type.modelProperties), { dockerArgs: {
|
|
7724
|
+
serializedName: "dockerArgs",
|
|
7725
|
+
nullable: true,
|
|
7726
|
+
type: {
|
|
7727
|
+
name: "String"
|
|
7728
|
+
}
|
|
7729
|
+
}, shmSize: {
|
|
7730
|
+
defaultValue: "2g",
|
|
7731
|
+
constraints: {
|
|
7732
|
+
Pattern: new RegExp("\\d+[bBkKmMgG]")
|
|
7733
|
+
},
|
|
7734
|
+
serializedName: "shmSize",
|
|
7735
|
+
type: {
|
|
7736
|
+
name: "String"
|
|
7737
|
+
}
|
|
7738
|
+
} })
|
|
7739
|
+
}
|
|
7740
|
+
};
|
|
7741
|
+
export const BatchDeploymentProperties = {
|
|
7742
|
+
type: {
|
|
7743
|
+
name: "Composite",
|
|
7744
|
+
className: "BatchDeploymentProperties",
|
|
7745
|
+
modelProperties: Object.assign(Object.assign({}, EndpointDeploymentPropertiesBase.type.modelProperties), { compute: {
|
|
7746
|
+
serializedName: "compute",
|
|
7747
|
+
nullable: true,
|
|
7748
|
+
type: {
|
|
7749
|
+
name: "String"
|
|
7750
|
+
}
|
|
7751
|
+
}, errorThreshold: {
|
|
7752
|
+
defaultValue: -1,
|
|
7753
|
+
serializedName: "errorThreshold",
|
|
7754
|
+
type: {
|
|
7755
|
+
name: "Number"
|
|
7756
|
+
}
|
|
7757
|
+
}, loggingLevel: {
|
|
7758
|
+
serializedName: "loggingLevel",
|
|
7759
|
+
type: {
|
|
7760
|
+
name: "String"
|
|
7761
|
+
}
|
|
7762
|
+
}, maxConcurrencyPerInstance: {
|
|
7763
|
+
defaultValue: 1,
|
|
7764
|
+
serializedName: "maxConcurrencyPerInstance",
|
|
7765
|
+
type: {
|
|
7766
|
+
name: "Number"
|
|
7767
|
+
}
|
|
7768
|
+
}, miniBatchSize: {
|
|
7769
|
+
defaultValue: 10,
|
|
7770
|
+
serializedName: "miniBatchSize",
|
|
7771
|
+
type: {
|
|
7772
|
+
name: "Number"
|
|
7773
|
+
}
|
|
7774
|
+
}, model: {
|
|
7775
|
+
serializedName: "model",
|
|
7776
|
+
type: {
|
|
7777
|
+
name: "Composite",
|
|
7778
|
+
className: "AssetReferenceBase"
|
|
7779
|
+
}
|
|
7780
|
+
}, outputAction: {
|
|
7781
|
+
serializedName: "outputAction",
|
|
7782
|
+
type: {
|
|
7783
|
+
name: "String"
|
|
7784
|
+
}
|
|
7785
|
+
}, outputFileName: {
|
|
7786
|
+
defaultValue: "predictions.csv",
|
|
7787
|
+
serializedName: "outputFileName",
|
|
7788
|
+
type: {
|
|
7789
|
+
name: "String"
|
|
7790
|
+
}
|
|
7791
|
+
}, provisioningState: {
|
|
7792
|
+
serializedName: "provisioningState",
|
|
7793
|
+
readOnly: true,
|
|
7794
|
+
type: {
|
|
7795
|
+
name: "String"
|
|
7796
|
+
}
|
|
7797
|
+
}, resources: {
|
|
7798
|
+
serializedName: "resources",
|
|
7799
|
+
type: {
|
|
7800
|
+
name: "Composite",
|
|
7801
|
+
className: "DeploymentResourceConfiguration"
|
|
7802
|
+
}
|
|
7803
|
+
}, retrySettings: {
|
|
7804
|
+
serializedName: "retrySettings",
|
|
7805
|
+
type: {
|
|
7806
|
+
name: "Composite",
|
|
7807
|
+
className: "BatchRetrySettings"
|
|
7808
|
+
}
|
|
7809
|
+
} })
|
|
7810
|
+
}
|
|
7811
|
+
};
|
|
7812
|
+
export const OnlineDeploymentProperties = {
|
|
7813
|
+
serializedName: "OnlineDeploymentProperties",
|
|
7814
|
+
type: {
|
|
7815
|
+
name: "Composite",
|
|
7816
|
+
className: "OnlineDeploymentProperties",
|
|
7817
|
+
uberParent: "EndpointDeploymentPropertiesBase",
|
|
7818
|
+
polymorphicDiscriminator: {
|
|
7819
|
+
serializedName: "endpointComputeType",
|
|
7820
|
+
clientName: "endpointComputeType"
|
|
7821
|
+
},
|
|
7822
|
+
modelProperties: Object.assign(Object.assign({}, EndpointDeploymentPropertiesBase.type.modelProperties), { appInsightsEnabled: {
|
|
7823
|
+
defaultValue: false,
|
|
7824
|
+
serializedName: "appInsightsEnabled",
|
|
7825
|
+
type: {
|
|
7826
|
+
name: "Boolean"
|
|
7827
|
+
}
|
|
7828
|
+
}, egressPublicNetworkAccess: {
|
|
7829
|
+
serializedName: "egressPublicNetworkAccess",
|
|
7830
|
+
type: {
|
|
7831
|
+
name: "String"
|
|
7832
|
+
}
|
|
7833
|
+
}, endpointComputeType: {
|
|
7834
|
+
serializedName: "endpointComputeType",
|
|
7835
|
+
required: true,
|
|
7836
|
+
type: {
|
|
7837
|
+
name: "String"
|
|
7838
|
+
}
|
|
7839
|
+
}, instanceType: {
|
|
7840
|
+
serializedName: "instanceType",
|
|
7841
|
+
nullable: true,
|
|
7842
|
+
type: {
|
|
7843
|
+
name: "String"
|
|
7844
|
+
}
|
|
7845
|
+
}, livenessProbe: {
|
|
7846
|
+
serializedName: "livenessProbe",
|
|
7847
|
+
type: {
|
|
7848
|
+
name: "Composite",
|
|
7849
|
+
className: "ProbeSettings"
|
|
6320
7850
|
}
|
|
6321
|
-
},
|
|
6322
|
-
serializedName: "
|
|
6323
|
-
|
|
7851
|
+
}, model: {
|
|
7852
|
+
serializedName: "model",
|
|
7853
|
+
nullable: true,
|
|
6324
7854
|
type: {
|
|
6325
7855
|
name: "String"
|
|
6326
7856
|
}
|
|
6327
|
-
}
|
|
6328
|
-
|
|
6329
|
-
};
|
|
6330
|
-
export const OnlineEndpointProperties = {
|
|
6331
|
-
type: {
|
|
6332
|
-
name: "Composite",
|
|
6333
|
-
className: "OnlineEndpointProperties",
|
|
6334
|
-
modelProperties: Object.assign(Object.assign({}, EndpointPropertiesBase.type.modelProperties), { compute: {
|
|
6335
|
-
serializedName: "compute",
|
|
7857
|
+
}, modelMountPath: {
|
|
7858
|
+
serializedName: "modelMountPath",
|
|
6336
7859
|
nullable: true,
|
|
6337
7860
|
type: {
|
|
6338
7861
|
name: "String"
|
|
@@ -6343,57 +7866,47 @@ export const OnlineEndpointProperties = {
|
|
|
6343
7866
|
type: {
|
|
6344
7867
|
name: "String"
|
|
6345
7868
|
}
|
|
6346
|
-
},
|
|
6347
|
-
serializedName: "
|
|
6348
|
-
nullable: true,
|
|
7869
|
+
}, readinessProbe: {
|
|
7870
|
+
serializedName: "readinessProbe",
|
|
6349
7871
|
type: {
|
|
6350
|
-
name: "
|
|
6351
|
-
|
|
7872
|
+
name: "Composite",
|
|
7873
|
+
className: "ProbeSettings"
|
|
6352
7874
|
}
|
|
6353
|
-
}
|
|
6354
|
-
|
|
6355
|
-
};
|
|
6356
|
-
export const PartialMinimalTrackedResourceWithIdentity = {
|
|
6357
|
-
type: {
|
|
6358
|
-
name: "Composite",
|
|
6359
|
-
className: "PartialMinimalTrackedResourceWithIdentity",
|
|
6360
|
-
modelProperties: Object.assign(Object.assign({}, PartialMinimalTrackedResource.type.modelProperties), { identity: {
|
|
6361
|
-
serializedName: "identity",
|
|
7875
|
+
}, requestSettings: {
|
|
7876
|
+
serializedName: "requestSettings",
|
|
6362
7877
|
type: {
|
|
6363
7878
|
name: "Composite",
|
|
6364
|
-
className: "
|
|
7879
|
+
className: "OnlineRequestSettings"
|
|
6365
7880
|
}
|
|
6366
|
-
}
|
|
6367
|
-
|
|
6368
|
-
};
|
|
6369
|
-
export const PartialMinimalTrackedResourceWithSku = {
|
|
6370
|
-
type: {
|
|
6371
|
-
name: "Composite",
|
|
6372
|
-
className: "PartialMinimalTrackedResourceWithSku",
|
|
6373
|
-
modelProperties: Object.assign(Object.assign({}, PartialMinimalTrackedResource.type.modelProperties), { sku: {
|
|
6374
|
-
serializedName: "sku",
|
|
7881
|
+
}, scaleSettings: {
|
|
7882
|
+
serializedName: "scaleSettings",
|
|
6375
7883
|
type: {
|
|
6376
7884
|
name: "Composite",
|
|
6377
|
-
className: "
|
|
7885
|
+
className: "OnlineScaleSettings"
|
|
6378
7886
|
}
|
|
6379
7887
|
} })
|
|
6380
7888
|
}
|
|
6381
7889
|
};
|
|
6382
|
-
export const
|
|
6383
|
-
serializedName: "DataPath",
|
|
7890
|
+
export const AssetContainer = {
|
|
6384
7891
|
type: {
|
|
6385
7892
|
name: "Composite",
|
|
6386
|
-
className: "
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
7893
|
+
className: "AssetContainer",
|
|
7894
|
+
modelProperties: Object.assign(Object.assign({}, ResourceBase.type.modelProperties), { isArchived: {
|
|
7895
|
+
defaultValue: false,
|
|
7896
|
+
serializedName: "isArchived",
|
|
7897
|
+
type: {
|
|
7898
|
+
name: "Boolean"
|
|
7899
|
+
}
|
|
7900
|
+
}, latestVersion: {
|
|
7901
|
+
serializedName: "latestVersion",
|
|
7902
|
+
readOnly: true,
|
|
6391
7903
|
nullable: true,
|
|
6392
7904
|
type: {
|
|
6393
7905
|
name: "String"
|
|
6394
7906
|
}
|
|
6395
|
-
},
|
|
6396
|
-
serializedName: "
|
|
7907
|
+
}, nextVersion: {
|
|
7908
|
+
serializedName: "nextVersion",
|
|
7909
|
+
readOnly: true,
|
|
6397
7910
|
nullable: true,
|
|
6398
7911
|
type: {
|
|
6399
7912
|
name: "String"
|
|
@@ -6401,211 +7914,317 @@ export const DataPathAssetReference = {
|
|
|
6401
7914
|
} })
|
|
6402
7915
|
}
|
|
6403
7916
|
};
|
|
6404
|
-
export const
|
|
6405
|
-
serializedName: "Id",
|
|
7917
|
+
export const AssetBase = {
|
|
6406
7918
|
type: {
|
|
6407
7919
|
name: "Composite",
|
|
6408
|
-
className: "
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
constraints: {
|
|
6413
|
-
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
6414
|
-
},
|
|
6415
|
-
serializedName: "assetId",
|
|
6416
|
-
required: true,
|
|
7920
|
+
className: "AssetBase",
|
|
7921
|
+
modelProperties: Object.assign(Object.assign({}, ResourceBase.type.modelProperties), { isAnonymous: {
|
|
7922
|
+
defaultValue: false,
|
|
7923
|
+
serializedName: "isAnonymous",
|
|
6417
7924
|
type: {
|
|
6418
|
-
name: "
|
|
7925
|
+
name: "Boolean"
|
|
7926
|
+
}
|
|
7927
|
+
}, isArchived: {
|
|
7928
|
+
defaultValue: false,
|
|
7929
|
+
serializedName: "isArchived",
|
|
7930
|
+
type: {
|
|
7931
|
+
name: "Boolean"
|
|
6419
7932
|
}
|
|
6420
7933
|
} })
|
|
6421
7934
|
}
|
|
6422
7935
|
};
|
|
6423
|
-
export const
|
|
6424
|
-
serializedName: "
|
|
7936
|
+
export const DatastoreProperties = {
|
|
7937
|
+
serializedName: "DatastoreProperties",
|
|
6425
7938
|
type: {
|
|
6426
7939
|
name: "Composite",
|
|
6427
|
-
className: "
|
|
6428
|
-
uberParent: "
|
|
6429
|
-
polymorphicDiscriminator:
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
7940
|
+
className: "DatastoreProperties",
|
|
7941
|
+
uberParent: "ResourceBase",
|
|
7942
|
+
polymorphicDiscriminator: {
|
|
7943
|
+
serializedName: "datastoreType",
|
|
7944
|
+
clientName: "datastoreType"
|
|
7945
|
+
},
|
|
7946
|
+
modelProperties: Object.assign(Object.assign({}, ResourceBase.type.modelProperties), { credentials: {
|
|
7947
|
+
serializedName: "credentials",
|
|
6433
7948
|
type: {
|
|
6434
|
-
name: "
|
|
7949
|
+
name: "Composite",
|
|
7950
|
+
className: "DatastoreCredentials"
|
|
6435
7951
|
}
|
|
6436
|
-
},
|
|
6437
|
-
serializedName: "
|
|
6438
|
-
|
|
7952
|
+
}, datastoreType: {
|
|
7953
|
+
serializedName: "datastoreType",
|
|
7954
|
+
required: true,
|
|
6439
7955
|
type: {
|
|
6440
7956
|
name: "String"
|
|
6441
7957
|
}
|
|
7958
|
+
}, isDefault: {
|
|
7959
|
+
serializedName: "isDefault",
|
|
7960
|
+
readOnly: true,
|
|
7961
|
+
type: {
|
|
7962
|
+
name: "Boolean"
|
|
7963
|
+
}
|
|
6442
7964
|
} })
|
|
6443
7965
|
}
|
|
6444
7966
|
};
|
|
6445
|
-
export const
|
|
7967
|
+
export const JobBaseProperties = {
|
|
7968
|
+
serializedName: "JobBaseProperties",
|
|
6446
7969
|
type: {
|
|
6447
7970
|
name: "Composite",
|
|
6448
|
-
className: "
|
|
6449
|
-
|
|
6450
|
-
|
|
7971
|
+
className: "JobBaseProperties",
|
|
7972
|
+
uberParent: "ResourceBase",
|
|
7973
|
+
polymorphicDiscriminator: {
|
|
7974
|
+
serializedName: "jobType",
|
|
7975
|
+
clientName: "jobType"
|
|
7976
|
+
},
|
|
7977
|
+
modelProperties: Object.assign(Object.assign({}, ResourceBase.type.modelProperties), { componentId: {
|
|
7978
|
+
serializedName: "componentId",
|
|
6451
7979
|
nullable: true,
|
|
6452
7980
|
type: {
|
|
6453
7981
|
name: "String"
|
|
6454
7982
|
}
|
|
6455
|
-
},
|
|
6456
|
-
|
|
6457
|
-
|
|
7983
|
+
}, computeId: {
|
|
7984
|
+
serializedName: "computeId",
|
|
7985
|
+
nullable: true,
|
|
6458
7986
|
type: {
|
|
6459
|
-
name: "
|
|
7987
|
+
name: "String"
|
|
6460
7988
|
}
|
|
6461
|
-
},
|
|
6462
|
-
serializedName: "
|
|
7989
|
+
}, displayName: {
|
|
7990
|
+
serializedName: "displayName",
|
|
7991
|
+
nullable: true,
|
|
6463
7992
|
type: {
|
|
6464
7993
|
name: "String"
|
|
6465
7994
|
}
|
|
6466
|
-
},
|
|
6467
|
-
defaultValue:
|
|
6468
|
-
serializedName: "
|
|
7995
|
+
}, experimentName: {
|
|
7996
|
+
defaultValue: "Default",
|
|
7997
|
+
serializedName: "experimentName",
|
|
6469
7998
|
type: {
|
|
6470
|
-
name: "
|
|
7999
|
+
name: "String"
|
|
6471
8000
|
}
|
|
6472
|
-
},
|
|
6473
|
-
|
|
6474
|
-
serializedName: "miniBatchSize",
|
|
8001
|
+
}, identity: {
|
|
8002
|
+
serializedName: "identity",
|
|
6475
8003
|
type: {
|
|
6476
|
-
name: "
|
|
8004
|
+
name: "Composite",
|
|
8005
|
+
className: "IdentityConfiguration"
|
|
6477
8006
|
}
|
|
6478
|
-
},
|
|
6479
|
-
|
|
8007
|
+
}, isArchived: {
|
|
8008
|
+
defaultValue: false,
|
|
8009
|
+
serializedName: "isArchived",
|
|
6480
8010
|
type: {
|
|
6481
|
-
name: "
|
|
6482
|
-
className: "AssetReferenceBase"
|
|
8011
|
+
name: "Boolean"
|
|
6483
8012
|
}
|
|
6484
|
-
},
|
|
6485
|
-
serializedName: "
|
|
8013
|
+
}, jobType: {
|
|
8014
|
+
serializedName: "jobType",
|
|
8015
|
+
required: true,
|
|
6486
8016
|
type: {
|
|
6487
8017
|
name: "String"
|
|
6488
8018
|
}
|
|
6489
|
-
},
|
|
6490
|
-
|
|
6491
|
-
|
|
8019
|
+
}, services: {
|
|
8020
|
+
serializedName: "services",
|
|
8021
|
+
nullable: true,
|
|
8022
|
+
type: {
|
|
8023
|
+
name: "Dictionary",
|
|
8024
|
+
value: { type: { name: "Composite", className: "JobService" } }
|
|
8025
|
+
}
|
|
8026
|
+
}, status: {
|
|
8027
|
+
serializedName: "status",
|
|
8028
|
+
readOnly: true,
|
|
8029
|
+
type: {
|
|
8030
|
+
name: "String"
|
|
8031
|
+
}
|
|
8032
|
+
} })
|
|
8033
|
+
}
|
|
8034
|
+
};
|
|
8035
|
+
export const ScheduleProperties = {
|
|
8036
|
+
type: {
|
|
8037
|
+
name: "Composite",
|
|
8038
|
+
className: "ScheduleProperties",
|
|
8039
|
+
modelProperties: Object.assign(Object.assign({}, ResourceBase.type.modelProperties), { action: {
|
|
8040
|
+
serializedName: "action",
|
|
8041
|
+
type: {
|
|
8042
|
+
name: "Composite",
|
|
8043
|
+
className: "ScheduleActionBase"
|
|
8044
|
+
}
|
|
8045
|
+
}, displayName: {
|
|
8046
|
+
serializedName: "displayName",
|
|
8047
|
+
nullable: true,
|
|
6492
8048
|
type: {
|
|
6493
8049
|
name: "String"
|
|
6494
8050
|
}
|
|
8051
|
+
}, isEnabled: {
|
|
8052
|
+
defaultValue: true,
|
|
8053
|
+
serializedName: "isEnabled",
|
|
8054
|
+
type: {
|
|
8055
|
+
name: "Boolean"
|
|
8056
|
+
}
|
|
6495
8057
|
}, provisioningState: {
|
|
6496
8058
|
serializedName: "provisioningState",
|
|
6497
8059
|
readOnly: true,
|
|
6498
8060
|
type: {
|
|
6499
8061
|
name: "String"
|
|
6500
8062
|
}
|
|
6501
|
-
},
|
|
6502
|
-
serializedName: "
|
|
8063
|
+
}, trigger: {
|
|
8064
|
+
serializedName: "trigger",
|
|
6503
8065
|
type: {
|
|
6504
8066
|
name: "Composite",
|
|
6505
|
-
className: "
|
|
8067
|
+
className: "TriggerBase"
|
|
6506
8068
|
}
|
|
6507
|
-
}
|
|
6508
|
-
|
|
8069
|
+
} })
|
|
8070
|
+
}
|
|
8071
|
+
};
|
|
8072
|
+
export const AccountKeyDatastoreCredentials = {
|
|
8073
|
+
serializedName: "AccountKey",
|
|
8074
|
+
type: {
|
|
8075
|
+
name: "Composite",
|
|
8076
|
+
className: "AccountKeyDatastoreCredentials",
|
|
8077
|
+
uberParent: "DatastoreCredentials",
|
|
8078
|
+
polymorphicDiscriminator: DatastoreCredentials.type.polymorphicDiscriminator,
|
|
8079
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreCredentials.type.modelProperties), { secrets: {
|
|
8080
|
+
serializedName: "secrets",
|
|
6509
8081
|
type: {
|
|
6510
8082
|
name: "Composite",
|
|
6511
|
-
className: "
|
|
8083
|
+
className: "AccountKeyDatastoreSecrets"
|
|
6512
8084
|
}
|
|
6513
8085
|
} })
|
|
6514
8086
|
}
|
|
6515
8087
|
};
|
|
6516
|
-
export const
|
|
6517
|
-
serializedName: "
|
|
8088
|
+
export const CertificateDatastoreCredentials = {
|
|
8089
|
+
serializedName: "Certificate",
|
|
6518
8090
|
type: {
|
|
6519
8091
|
name: "Composite",
|
|
6520
|
-
className: "
|
|
6521
|
-
uberParent: "
|
|
6522
|
-
polymorphicDiscriminator:
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
modelProperties: Object.assign(Object.assign({}, EndpointDeploymentPropertiesBase.type.modelProperties), { appInsightsEnabled: {
|
|
6527
|
-
defaultValue: false,
|
|
6528
|
-
serializedName: "appInsightsEnabled",
|
|
8092
|
+
className: "CertificateDatastoreCredentials",
|
|
8093
|
+
uberParent: "DatastoreCredentials",
|
|
8094
|
+
polymorphicDiscriminator: DatastoreCredentials.type.polymorphicDiscriminator,
|
|
8095
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreCredentials.type.modelProperties), { authorityUrl: {
|
|
8096
|
+
serializedName: "authorityUrl",
|
|
8097
|
+
nullable: true,
|
|
6529
8098
|
type: {
|
|
6530
|
-
name: "
|
|
8099
|
+
name: "String"
|
|
6531
8100
|
}
|
|
6532
|
-
},
|
|
6533
|
-
serializedName: "
|
|
8101
|
+
}, clientId: {
|
|
8102
|
+
serializedName: "clientId",
|
|
6534
8103
|
required: true,
|
|
6535
8104
|
type: {
|
|
6536
|
-
name: "
|
|
8105
|
+
name: "Uuid"
|
|
6537
8106
|
}
|
|
6538
|
-
},
|
|
6539
|
-
serializedName: "
|
|
8107
|
+
}, resourceUrl: {
|
|
8108
|
+
serializedName: "resourceUrl",
|
|
6540
8109
|
nullable: true,
|
|
6541
8110
|
type: {
|
|
6542
8111
|
name: "String"
|
|
6543
8112
|
}
|
|
6544
|
-
},
|
|
6545
|
-
serializedName: "
|
|
8113
|
+
}, secrets: {
|
|
8114
|
+
serializedName: "secrets",
|
|
6546
8115
|
type: {
|
|
6547
8116
|
name: "Composite",
|
|
6548
|
-
className: "
|
|
8117
|
+
className: "CertificateDatastoreSecrets"
|
|
6549
8118
|
}
|
|
6550
|
-
},
|
|
6551
|
-
serializedName: "
|
|
6552
|
-
|
|
8119
|
+
}, tenantId: {
|
|
8120
|
+
serializedName: "tenantId",
|
|
8121
|
+
required: true,
|
|
8122
|
+
type: {
|
|
8123
|
+
name: "Uuid"
|
|
8124
|
+
}
|
|
8125
|
+
}, thumbprint: {
|
|
8126
|
+
constraints: {
|
|
8127
|
+
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
8128
|
+
},
|
|
8129
|
+
serializedName: "thumbprint",
|
|
8130
|
+
required: true,
|
|
6553
8131
|
type: {
|
|
6554
8132
|
name: "String"
|
|
6555
8133
|
}
|
|
6556
|
-
}
|
|
6557
|
-
|
|
8134
|
+
} })
|
|
8135
|
+
}
|
|
8136
|
+
};
|
|
8137
|
+
export const NoneDatastoreCredentials = {
|
|
8138
|
+
serializedName: "None",
|
|
8139
|
+
type: {
|
|
8140
|
+
name: "Composite",
|
|
8141
|
+
className: "NoneDatastoreCredentials",
|
|
8142
|
+
uberParent: "DatastoreCredentials",
|
|
8143
|
+
polymorphicDiscriminator: DatastoreCredentials.type.polymorphicDiscriminator,
|
|
8144
|
+
modelProperties: Object.assign({}, DatastoreCredentials.type.modelProperties)
|
|
8145
|
+
}
|
|
8146
|
+
};
|
|
8147
|
+
export const SasDatastoreCredentials = {
|
|
8148
|
+
serializedName: "Sas",
|
|
8149
|
+
type: {
|
|
8150
|
+
name: "Composite",
|
|
8151
|
+
className: "SasDatastoreCredentials",
|
|
8152
|
+
uberParent: "DatastoreCredentials",
|
|
8153
|
+
polymorphicDiscriminator: DatastoreCredentials.type.polymorphicDiscriminator,
|
|
8154
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreCredentials.type.modelProperties), { secrets: {
|
|
8155
|
+
serializedName: "secrets",
|
|
8156
|
+
type: {
|
|
8157
|
+
name: "Composite",
|
|
8158
|
+
className: "SasDatastoreSecrets"
|
|
8159
|
+
}
|
|
8160
|
+
} })
|
|
8161
|
+
}
|
|
8162
|
+
};
|
|
8163
|
+
export const ServicePrincipalDatastoreCredentials = {
|
|
8164
|
+
serializedName: "ServicePrincipal",
|
|
8165
|
+
type: {
|
|
8166
|
+
name: "Composite",
|
|
8167
|
+
className: "ServicePrincipalDatastoreCredentials",
|
|
8168
|
+
uberParent: "DatastoreCredentials",
|
|
8169
|
+
polymorphicDiscriminator: DatastoreCredentials.type.polymorphicDiscriminator,
|
|
8170
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreCredentials.type.modelProperties), { authorityUrl: {
|
|
8171
|
+
serializedName: "authorityUrl",
|
|
6558
8172
|
nullable: true,
|
|
6559
8173
|
type: {
|
|
6560
8174
|
name: "String"
|
|
6561
8175
|
}
|
|
6562
|
-
},
|
|
6563
|
-
serializedName: "
|
|
6564
|
-
|
|
8176
|
+
}, clientId: {
|
|
8177
|
+
serializedName: "clientId",
|
|
8178
|
+
required: true,
|
|
6565
8179
|
type: {
|
|
6566
|
-
name: "
|
|
8180
|
+
name: "Uuid"
|
|
6567
8181
|
}
|
|
6568
|
-
},
|
|
6569
|
-
serializedName: "
|
|
8182
|
+
}, resourceUrl: {
|
|
8183
|
+
serializedName: "resourceUrl",
|
|
8184
|
+
nullable: true,
|
|
6570
8185
|
type: {
|
|
6571
|
-
name: "
|
|
6572
|
-
className: "ProbeSettings"
|
|
8186
|
+
name: "String"
|
|
6573
8187
|
}
|
|
6574
|
-
},
|
|
6575
|
-
serializedName: "
|
|
8188
|
+
}, secrets: {
|
|
8189
|
+
serializedName: "secrets",
|
|
6576
8190
|
type: {
|
|
6577
8191
|
name: "Composite",
|
|
6578
|
-
className: "
|
|
8192
|
+
className: "ServicePrincipalDatastoreSecrets"
|
|
6579
8193
|
}
|
|
6580
|
-
},
|
|
6581
|
-
serializedName: "
|
|
8194
|
+
}, tenantId: {
|
|
8195
|
+
serializedName: "tenantId",
|
|
8196
|
+
required: true,
|
|
6582
8197
|
type: {
|
|
6583
|
-
name: "
|
|
6584
|
-
className: "OnlineScaleSettings"
|
|
8198
|
+
name: "Uuid"
|
|
6585
8199
|
}
|
|
6586
8200
|
} })
|
|
6587
8201
|
}
|
|
6588
8202
|
};
|
|
6589
|
-
export const
|
|
8203
|
+
export const AccountKeyDatastoreSecrets = {
|
|
8204
|
+
serializedName: "AccountKey",
|
|
6590
8205
|
type: {
|
|
6591
8206
|
name: "Composite",
|
|
6592
|
-
className: "
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
name: "Boolean"
|
|
6598
|
-
}
|
|
6599
|
-
}, latestVersion: {
|
|
6600
|
-
serializedName: "latestVersion",
|
|
6601
|
-
readOnly: true,
|
|
8207
|
+
className: "AccountKeyDatastoreSecrets",
|
|
8208
|
+
uberParent: "DatastoreSecrets",
|
|
8209
|
+
polymorphicDiscriminator: DatastoreSecrets.type.polymorphicDiscriminator,
|
|
8210
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreSecrets.type.modelProperties), { key: {
|
|
8211
|
+
serializedName: "key",
|
|
6602
8212
|
nullable: true,
|
|
6603
8213
|
type: {
|
|
6604
8214
|
name: "String"
|
|
6605
8215
|
}
|
|
6606
|
-
}
|
|
6607
|
-
|
|
6608
|
-
|
|
8216
|
+
} })
|
|
8217
|
+
}
|
|
8218
|
+
};
|
|
8219
|
+
export const CertificateDatastoreSecrets = {
|
|
8220
|
+
serializedName: "Certificate",
|
|
8221
|
+
type: {
|
|
8222
|
+
name: "Composite",
|
|
8223
|
+
className: "CertificateDatastoreSecrets",
|
|
8224
|
+
uberParent: "DatastoreSecrets",
|
|
8225
|
+
polymorphicDiscriminator: DatastoreSecrets.type.polymorphicDiscriminator,
|
|
8226
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreSecrets.type.modelProperties), { certificate: {
|
|
8227
|
+
serializedName: "certificate",
|
|
6609
8228
|
nullable: true,
|
|
6610
8229
|
type: {
|
|
6611
8230
|
name: "String"
|
|
@@ -6613,176 +8232,203 @@ export const AssetContainer = {
|
|
|
6613
8232
|
} })
|
|
6614
8233
|
}
|
|
6615
8234
|
};
|
|
6616
|
-
export const
|
|
8235
|
+
export const SasDatastoreSecrets = {
|
|
8236
|
+
serializedName: "Sas",
|
|
6617
8237
|
type: {
|
|
6618
8238
|
name: "Composite",
|
|
6619
|
-
className: "
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
8239
|
+
className: "SasDatastoreSecrets",
|
|
8240
|
+
uberParent: "DatastoreSecrets",
|
|
8241
|
+
polymorphicDiscriminator: DatastoreSecrets.type.polymorphicDiscriminator,
|
|
8242
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreSecrets.type.modelProperties), { sasToken: {
|
|
8243
|
+
serializedName: "sasToken",
|
|
8244
|
+
nullable: true,
|
|
6623
8245
|
type: {
|
|
6624
|
-
name: "
|
|
8246
|
+
name: "String"
|
|
6625
8247
|
}
|
|
6626
|
-
}
|
|
6627
|
-
|
|
6628
|
-
|
|
8248
|
+
} })
|
|
8249
|
+
}
|
|
8250
|
+
};
|
|
8251
|
+
export const ServicePrincipalDatastoreSecrets = {
|
|
8252
|
+
serializedName: "ServicePrincipal",
|
|
8253
|
+
type: {
|
|
8254
|
+
name: "Composite",
|
|
8255
|
+
className: "ServicePrincipalDatastoreSecrets",
|
|
8256
|
+
uberParent: "DatastoreSecrets",
|
|
8257
|
+
polymorphicDiscriminator: DatastoreSecrets.type.polymorphicDiscriminator,
|
|
8258
|
+
modelProperties: Object.assign(Object.assign({}, DatastoreSecrets.type.modelProperties), { clientSecret: {
|
|
8259
|
+
serializedName: "clientSecret",
|
|
8260
|
+
nullable: true,
|
|
6629
8261
|
type: {
|
|
6630
|
-
name: "
|
|
8262
|
+
name: "String"
|
|
6631
8263
|
}
|
|
6632
8264
|
} })
|
|
6633
8265
|
}
|
|
6634
8266
|
};
|
|
6635
|
-
export const
|
|
6636
|
-
serializedName: "
|
|
8267
|
+
export const AmlToken = {
|
|
8268
|
+
serializedName: "AMLToken",
|
|
6637
8269
|
type: {
|
|
6638
8270
|
name: "Composite",
|
|
6639
|
-
className: "
|
|
6640
|
-
uberParent: "
|
|
6641
|
-
polymorphicDiscriminator:
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
|
|
8271
|
+
className: "AmlToken",
|
|
8272
|
+
uberParent: "IdentityConfiguration",
|
|
8273
|
+
polymorphicDiscriminator: IdentityConfiguration.type.polymorphicDiscriminator,
|
|
8274
|
+
modelProperties: Object.assign({}, IdentityConfiguration.type.modelProperties)
|
|
8275
|
+
}
|
|
8276
|
+
};
|
|
8277
|
+
export const ManagedIdentity = {
|
|
8278
|
+
serializedName: "Managed",
|
|
8279
|
+
type: {
|
|
8280
|
+
name: "Composite",
|
|
8281
|
+
className: "ManagedIdentity",
|
|
8282
|
+
uberParent: "IdentityConfiguration",
|
|
8283
|
+
polymorphicDiscriminator: IdentityConfiguration.type.polymorphicDiscriminator,
|
|
8284
|
+
modelProperties: Object.assign(Object.assign({}, IdentityConfiguration.type.modelProperties), { clientId: {
|
|
8285
|
+
serializedName: "clientId",
|
|
8286
|
+
nullable: true,
|
|
6647
8287
|
type: {
|
|
6648
|
-
name: "
|
|
6649
|
-
className: "DatastoreCredentials"
|
|
8288
|
+
name: "Uuid"
|
|
6650
8289
|
}
|
|
6651
|
-
},
|
|
6652
|
-
serializedName: "
|
|
6653
|
-
|
|
8290
|
+
}, objectId: {
|
|
8291
|
+
serializedName: "objectId",
|
|
8292
|
+
nullable: true,
|
|
6654
8293
|
type: {
|
|
6655
|
-
name: "
|
|
8294
|
+
name: "Uuid"
|
|
6656
8295
|
}
|
|
6657
|
-
},
|
|
6658
|
-
serializedName: "
|
|
6659
|
-
|
|
8296
|
+
}, resourceId: {
|
|
8297
|
+
serializedName: "resourceId",
|
|
8298
|
+
nullable: true,
|
|
6660
8299
|
type: {
|
|
6661
|
-
name: "
|
|
8300
|
+
name: "String"
|
|
6662
8301
|
}
|
|
6663
8302
|
} })
|
|
6664
8303
|
}
|
|
6665
8304
|
};
|
|
6666
|
-
export const
|
|
6667
|
-
serializedName: "
|
|
8305
|
+
export const UserIdentity = {
|
|
8306
|
+
serializedName: "UserIdentity",
|
|
6668
8307
|
type: {
|
|
6669
8308
|
name: "Composite",
|
|
6670
|
-
className: "
|
|
6671
|
-
uberParent: "
|
|
6672
|
-
polymorphicDiscriminator:
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
8309
|
+
className: "UserIdentity",
|
|
8310
|
+
uberParent: "IdentityConfiguration",
|
|
8311
|
+
polymorphicDiscriminator: IdentityConfiguration.type.polymorphicDiscriminator,
|
|
8312
|
+
modelProperties: Object.assign({}, IdentityConfiguration.type.modelProperties)
|
|
8313
|
+
}
|
|
8314
|
+
};
|
|
8315
|
+
export const DefaultScaleSettings = {
|
|
8316
|
+
serializedName: "Default",
|
|
8317
|
+
type: {
|
|
8318
|
+
name: "Composite",
|
|
8319
|
+
className: "DefaultScaleSettings",
|
|
8320
|
+
uberParent: "OnlineScaleSettings",
|
|
8321
|
+
polymorphicDiscriminator: OnlineScaleSettings.type.polymorphicDiscriminator,
|
|
8322
|
+
modelProperties: Object.assign({}, OnlineScaleSettings.type.modelProperties)
|
|
8323
|
+
}
|
|
8324
|
+
};
|
|
8325
|
+
export const TargetUtilizationScaleSettings = {
|
|
8326
|
+
serializedName: "TargetUtilization",
|
|
8327
|
+
type: {
|
|
8328
|
+
name: "Composite",
|
|
8329
|
+
className: "TargetUtilizationScaleSettings",
|
|
8330
|
+
uberParent: "OnlineScaleSettings",
|
|
8331
|
+
polymorphicDiscriminator: OnlineScaleSettings.type.polymorphicDiscriminator,
|
|
8332
|
+
modelProperties: Object.assign(Object.assign({}, OnlineScaleSettings.type.modelProperties), { maxInstances: {
|
|
8333
|
+
defaultValue: 1,
|
|
8334
|
+
serializedName: "maxInstances",
|
|
6685
8335
|
type: {
|
|
6686
|
-
name: "
|
|
8336
|
+
name: "Number"
|
|
6687
8337
|
}
|
|
6688
|
-
},
|
|
6689
|
-
defaultValue:
|
|
6690
|
-
serializedName: "
|
|
8338
|
+
}, minInstances: {
|
|
8339
|
+
defaultValue: 1,
|
|
8340
|
+
serializedName: "minInstances",
|
|
6691
8341
|
type: {
|
|
6692
|
-
name: "
|
|
8342
|
+
name: "Number"
|
|
6693
8343
|
}
|
|
6694
|
-
},
|
|
6695
|
-
|
|
8344
|
+
}, pollingInterval: {
|
|
8345
|
+
defaultValue: "PT1S",
|
|
8346
|
+
serializedName: "pollingInterval",
|
|
6696
8347
|
type: {
|
|
6697
|
-
name: "
|
|
6698
|
-
className: "IdentityConfiguration"
|
|
8348
|
+
name: "TimeSpan"
|
|
6699
8349
|
}
|
|
6700
|
-
},
|
|
6701
|
-
defaultValue:
|
|
6702
|
-
serializedName: "
|
|
8350
|
+
}, targetUtilizationPercentage: {
|
|
8351
|
+
defaultValue: 70,
|
|
8352
|
+
serializedName: "targetUtilizationPercentage",
|
|
6703
8353
|
type: {
|
|
6704
|
-
name: "
|
|
8354
|
+
name: "Number"
|
|
6705
8355
|
}
|
|
6706
|
-
}
|
|
6707
|
-
|
|
8356
|
+
} })
|
|
8357
|
+
}
|
|
8358
|
+
};
|
|
8359
|
+
export const EndpointScheduleAction = {
|
|
8360
|
+
serializedName: "InvokeBatchEndpoint",
|
|
8361
|
+
type: {
|
|
8362
|
+
name: "Composite",
|
|
8363
|
+
className: "EndpointScheduleAction",
|
|
8364
|
+
uberParent: "ScheduleActionBase",
|
|
8365
|
+
polymorphicDiscriminator: ScheduleActionBase.type.polymorphicDiscriminator,
|
|
8366
|
+
modelProperties: Object.assign(Object.assign({}, ScheduleActionBase.type.modelProperties), { endpointInvocationDefinition: {
|
|
8367
|
+
serializedName: "endpointInvocationDefinition",
|
|
6708
8368
|
required: true,
|
|
6709
|
-
type: {
|
|
6710
|
-
name: "String"
|
|
6711
|
-
}
|
|
6712
|
-
}, services: {
|
|
6713
|
-
serializedName: "services",
|
|
6714
|
-
nullable: true,
|
|
6715
8369
|
type: {
|
|
6716
8370
|
name: "Dictionary",
|
|
6717
|
-
value: { type: { name: "
|
|
6718
|
-
}
|
|
6719
|
-
}, status: {
|
|
6720
|
-
serializedName: "status",
|
|
6721
|
-
readOnly: true,
|
|
6722
|
-
type: {
|
|
6723
|
-
name: "String"
|
|
8371
|
+
value: { type: { name: "any" } }
|
|
6724
8372
|
}
|
|
6725
8373
|
} })
|
|
6726
8374
|
}
|
|
6727
8375
|
};
|
|
6728
|
-
export const
|
|
6729
|
-
serializedName: "
|
|
8376
|
+
export const JobScheduleAction = {
|
|
8377
|
+
serializedName: "CreateJob",
|
|
6730
8378
|
type: {
|
|
6731
8379
|
name: "Composite",
|
|
6732
|
-
className: "
|
|
6733
|
-
uberParent: "
|
|
6734
|
-
polymorphicDiscriminator:
|
|
6735
|
-
modelProperties: Object.assign(Object.assign({},
|
|
6736
|
-
serializedName: "
|
|
8380
|
+
className: "JobScheduleAction",
|
|
8381
|
+
uberParent: "ScheduleActionBase",
|
|
8382
|
+
polymorphicDiscriminator: ScheduleActionBase.type.polymorphicDiscriminator,
|
|
8383
|
+
modelProperties: Object.assign(Object.assign({}, ScheduleActionBase.type.modelProperties), { jobDefinition: {
|
|
8384
|
+
serializedName: "jobDefinition",
|
|
6737
8385
|
type: {
|
|
6738
8386
|
name: "Composite",
|
|
6739
|
-
className: "
|
|
8387
|
+
className: "JobBaseProperties"
|
|
6740
8388
|
}
|
|
6741
8389
|
} })
|
|
6742
8390
|
}
|
|
6743
8391
|
};
|
|
6744
|
-
export const
|
|
6745
|
-
serializedName: "
|
|
8392
|
+
export const RecurrenceTrigger = {
|
|
8393
|
+
serializedName: "Recurrence",
|
|
6746
8394
|
type: {
|
|
6747
8395
|
name: "Composite",
|
|
6748
|
-
className: "
|
|
6749
|
-
uberParent: "
|
|
6750
|
-
polymorphicDiscriminator:
|
|
6751
|
-
modelProperties: Object.assign(Object.assign({},
|
|
6752
|
-
serializedName: "
|
|
6753
|
-
|
|
8396
|
+
className: "RecurrenceTrigger",
|
|
8397
|
+
uberParent: "TriggerBase",
|
|
8398
|
+
polymorphicDiscriminator: TriggerBase.type.polymorphicDiscriminator,
|
|
8399
|
+
modelProperties: Object.assign(Object.assign({}, TriggerBase.type.modelProperties), { frequency: {
|
|
8400
|
+
serializedName: "frequency",
|
|
8401
|
+
required: true,
|
|
6754
8402
|
type: {
|
|
6755
8403
|
name: "String"
|
|
6756
8404
|
}
|
|
6757
|
-
},
|
|
6758
|
-
serializedName: "
|
|
8405
|
+
}, interval: {
|
|
8406
|
+
serializedName: "interval",
|
|
6759
8407
|
required: true,
|
|
6760
8408
|
type: {
|
|
6761
|
-
name: "
|
|
6762
|
-
}
|
|
6763
|
-
}, resourceUrl: {
|
|
6764
|
-
serializedName: "resourceUrl",
|
|
6765
|
-
nullable: true,
|
|
6766
|
-
type: {
|
|
6767
|
-
name: "String"
|
|
8409
|
+
name: "Number"
|
|
6768
8410
|
}
|
|
6769
|
-
},
|
|
6770
|
-
serializedName: "
|
|
8411
|
+
}, schedule: {
|
|
8412
|
+
serializedName: "schedule",
|
|
6771
8413
|
type: {
|
|
6772
8414
|
name: "Composite",
|
|
6773
|
-
className: "
|
|
6774
|
-
}
|
|
6775
|
-
}, tenantId: {
|
|
6776
|
-
serializedName: "tenantId",
|
|
6777
|
-
required: true,
|
|
6778
|
-
type: {
|
|
6779
|
-
name: "Uuid"
|
|
8415
|
+
className: "RecurrenceSchedule"
|
|
6780
8416
|
}
|
|
6781
|
-
}
|
|
8417
|
+
} })
|
|
8418
|
+
}
|
|
8419
|
+
};
|
|
8420
|
+
export const CronTrigger = {
|
|
8421
|
+
serializedName: "Cron",
|
|
8422
|
+
type: {
|
|
8423
|
+
name: "Composite",
|
|
8424
|
+
className: "CronTrigger",
|
|
8425
|
+
uberParent: "TriggerBase",
|
|
8426
|
+
polymorphicDiscriminator: TriggerBase.type.polymorphicDiscriminator,
|
|
8427
|
+
modelProperties: Object.assign(Object.assign({}, TriggerBase.type.modelProperties), { expression: {
|
|
6782
8428
|
constraints: {
|
|
6783
8429
|
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
6784
8430
|
},
|
|
6785
|
-
serializedName: "
|
|
8431
|
+
serializedName: "expression",
|
|
6786
8432
|
required: true,
|
|
6787
8433
|
type: {
|
|
6788
8434
|
name: "String"
|
|
@@ -6790,346 +8436,512 @@ export const CertificateDatastoreCredentials = {
|
|
|
6790
8436
|
} })
|
|
6791
8437
|
}
|
|
6792
8438
|
};
|
|
6793
|
-
export const
|
|
6794
|
-
serializedName: "
|
|
8439
|
+
export const MLTableJobInput = {
|
|
8440
|
+
serializedName: "mltable",
|
|
6795
8441
|
type: {
|
|
6796
8442
|
name: "Composite",
|
|
6797
|
-
className: "
|
|
6798
|
-
uberParent: "
|
|
6799
|
-
polymorphicDiscriminator:
|
|
6800
|
-
modelProperties: Object.assign({},
|
|
8443
|
+
className: "MLTableJobInput",
|
|
8444
|
+
uberParent: "AssetJobInput",
|
|
8445
|
+
polymorphicDiscriminator: AssetJobInput.type.polymorphicDiscriminator,
|
|
8446
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobInput.type.modelProperties), JobInput.type.modelProperties)
|
|
6801
8447
|
}
|
|
6802
8448
|
};
|
|
6803
|
-
export const
|
|
6804
|
-
serializedName: "
|
|
8449
|
+
export const CustomModelJobInput = {
|
|
8450
|
+
serializedName: "custom_model",
|
|
6805
8451
|
type: {
|
|
6806
8452
|
name: "Composite",
|
|
6807
|
-
className: "
|
|
6808
|
-
uberParent: "
|
|
6809
|
-
polymorphicDiscriminator:
|
|
6810
|
-
modelProperties: Object.assign(Object.assign({},
|
|
6811
|
-
serializedName: "secrets",
|
|
6812
|
-
type: {
|
|
6813
|
-
name: "Composite",
|
|
6814
|
-
className: "SasDatastoreSecrets"
|
|
6815
|
-
}
|
|
6816
|
-
} })
|
|
8453
|
+
className: "CustomModelJobInput",
|
|
8454
|
+
uberParent: "AssetJobInput",
|
|
8455
|
+
polymorphicDiscriminator: AssetJobInput.type.polymorphicDiscriminator,
|
|
8456
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobInput.type.modelProperties), JobInput.type.modelProperties)
|
|
6817
8457
|
}
|
|
6818
8458
|
};
|
|
6819
|
-
export const
|
|
6820
|
-
serializedName: "
|
|
8459
|
+
export const MLFlowModelJobInput = {
|
|
8460
|
+
serializedName: "mlflow_model",
|
|
6821
8461
|
type: {
|
|
6822
8462
|
name: "Composite",
|
|
6823
|
-
className: "
|
|
6824
|
-
uberParent: "
|
|
6825
|
-
polymorphicDiscriminator:
|
|
6826
|
-
modelProperties: Object.assign(Object.assign({},
|
|
6827
|
-
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
8463
|
+
className: "MLFlowModelJobInput",
|
|
8464
|
+
uberParent: "AssetJobInput",
|
|
8465
|
+
polymorphicDiscriminator: AssetJobInput.type.polymorphicDiscriminator,
|
|
8466
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobInput.type.modelProperties), JobInput.type.modelProperties)
|
|
8467
|
+
}
|
|
8468
|
+
};
|
|
8469
|
+
export const TritonModelJobInput = {
|
|
8470
|
+
serializedName: "triton_model",
|
|
8471
|
+
type: {
|
|
8472
|
+
name: "Composite",
|
|
8473
|
+
className: "TritonModelJobInput",
|
|
8474
|
+
uberParent: "AssetJobInput",
|
|
8475
|
+
polymorphicDiscriminator: AssetJobInput.type.polymorphicDiscriminator,
|
|
8476
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobInput.type.modelProperties), JobInput.type.modelProperties)
|
|
8477
|
+
}
|
|
8478
|
+
};
|
|
8479
|
+
export const UriFileJobInput = {
|
|
8480
|
+
serializedName: "uri_file",
|
|
8481
|
+
type: {
|
|
8482
|
+
name: "Composite",
|
|
8483
|
+
className: "UriFileJobInput",
|
|
8484
|
+
uberParent: "AssetJobInput",
|
|
8485
|
+
polymorphicDiscriminator: AssetJobInput.type.polymorphicDiscriminator,
|
|
8486
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobInput.type.modelProperties), JobInput.type.modelProperties)
|
|
8487
|
+
}
|
|
8488
|
+
};
|
|
8489
|
+
export const UriFolderJobInput = {
|
|
8490
|
+
serializedName: "uri_folder",
|
|
8491
|
+
type: {
|
|
8492
|
+
name: "Composite",
|
|
8493
|
+
className: "UriFolderJobInput",
|
|
8494
|
+
uberParent: "AssetJobInput",
|
|
8495
|
+
polymorphicDiscriminator: AssetJobInput.type.polymorphicDiscriminator,
|
|
8496
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobInput.type.modelProperties), JobInput.type.modelProperties)
|
|
8497
|
+
}
|
|
8498
|
+
};
|
|
8499
|
+
export const CustomModelJobOutput = {
|
|
8500
|
+
serializedName: "custom_model",
|
|
8501
|
+
type: {
|
|
8502
|
+
name: "Composite",
|
|
8503
|
+
className: "CustomModelJobOutput",
|
|
8504
|
+
uberParent: "AssetJobOutput",
|
|
8505
|
+
polymorphicDiscriminator: AssetJobOutput.type.polymorphicDiscriminator,
|
|
8506
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobOutput.type.modelProperties), JobOutput.type.modelProperties)
|
|
8507
|
+
}
|
|
8508
|
+
};
|
|
8509
|
+
export const MLFlowModelJobOutput = {
|
|
8510
|
+
serializedName: "mlflow_model",
|
|
8511
|
+
type: {
|
|
8512
|
+
name: "Composite",
|
|
8513
|
+
className: "MLFlowModelJobOutput",
|
|
8514
|
+
uberParent: "AssetJobOutput",
|
|
8515
|
+
polymorphicDiscriminator: AssetJobOutput.type.polymorphicDiscriminator,
|
|
8516
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobOutput.type.modelProperties), JobOutput.type.modelProperties)
|
|
8517
|
+
}
|
|
8518
|
+
};
|
|
8519
|
+
export const MLTableJobOutput = {
|
|
8520
|
+
serializedName: "mltable",
|
|
8521
|
+
type: {
|
|
8522
|
+
name: "Composite",
|
|
8523
|
+
className: "MLTableJobOutput",
|
|
8524
|
+
uberParent: "AssetJobOutput",
|
|
8525
|
+
polymorphicDiscriminator: AssetJobOutput.type.polymorphicDiscriminator,
|
|
8526
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobOutput.type.modelProperties), JobOutput.type.modelProperties)
|
|
8527
|
+
}
|
|
8528
|
+
};
|
|
8529
|
+
export const TritonModelJobOutput = {
|
|
8530
|
+
serializedName: "triton_model",
|
|
8531
|
+
type: {
|
|
8532
|
+
name: "Composite",
|
|
8533
|
+
className: "TritonModelJobOutput",
|
|
8534
|
+
uberParent: "AssetJobOutput",
|
|
8535
|
+
polymorphicDiscriminator: AssetJobOutput.type.polymorphicDiscriminator,
|
|
8536
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobOutput.type.modelProperties), JobOutput.type.modelProperties)
|
|
8537
|
+
}
|
|
8538
|
+
};
|
|
8539
|
+
export const UriFileJobOutput = {
|
|
8540
|
+
serializedName: "uri_file",
|
|
8541
|
+
type: {
|
|
8542
|
+
name: "Composite",
|
|
8543
|
+
className: "UriFileJobOutput",
|
|
8544
|
+
uberParent: "AssetJobOutput",
|
|
8545
|
+
polymorphicDiscriminator: AssetJobOutput.type.polymorphicDiscriminator,
|
|
8546
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobOutput.type.modelProperties), JobOutput.type.modelProperties)
|
|
8547
|
+
}
|
|
8548
|
+
};
|
|
8549
|
+
export const UriFolderJobOutput = {
|
|
8550
|
+
serializedName: "uri_folder",
|
|
8551
|
+
type: {
|
|
8552
|
+
name: "Composite",
|
|
8553
|
+
className: "UriFolderJobOutput",
|
|
8554
|
+
uberParent: "AssetJobOutput",
|
|
8555
|
+
polymorphicDiscriminator: AssetJobOutput.type.polymorphicDiscriminator,
|
|
8556
|
+
modelProperties: Object.assign(Object.assign({}, AssetJobOutput.type.modelProperties), JobOutput.type.modelProperties)
|
|
8557
|
+
}
|
|
8558
|
+
};
|
|
8559
|
+
export const AutoForecastHorizon = {
|
|
8560
|
+
serializedName: "Auto",
|
|
8561
|
+
type: {
|
|
8562
|
+
name: "Composite",
|
|
8563
|
+
className: "AutoForecastHorizon",
|
|
8564
|
+
uberParent: "ForecastHorizon",
|
|
8565
|
+
polymorphicDiscriminator: ForecastHorizon.type.polymorphicDiscriminator,
|
|
8566
|
+
modelProperties: Object.assign({}, ForecastHorizon.type.modelProperties)
|
|
8567
|
+
}
|
|
8568
|
+
};
|
|
8569
|
+
export const CustomForecastHorizon = {
|
|
8570
|
+
serializedName: "Custom",
|
|
8571
|
+
type: {
|
|
8572
|
+
name: "Composite",
|
|
8573
|
+
className: "CustomForecastHorizon",
|
|
8574
|
+
uberParent: "ForecastHorizon",
|
|
8575
|
+
polymorphicDiscriminator: ForecastHorizon.type.polymorphicDiscriminator,
|
|
8576
|
+
modelProperties: Object.assign(Object.assign({}, ForecastHorizon.type.modelProperties), { value: {
|
|
8577
|
+
serializedName: "value",
|
|
6852
8578
|
required: true,
|
|
6853
8579
|
type: {
|
|
6854
|
-
name: "
|
|
8580
|
+
name: "Number"
|
|
6855
8581
|
}
|
|
6856
8582
|
} })
|
|
6857
8583
|
}
|
|
6858
8584
|
};
|
|
6859
|
-
export const
|
|
6860
|
-
serializedName: "
|
|
8585
|
+
export const Classification = {
|
|
8586
|
+
serializedName: "Classification",
|
|
6861
8587
|
type: {
|
|
6862
8588
|
name: "Composite",
|
|
6863
|
-
className: "
|
|
6864
|
-
uberParent: "
|
|
6865
|
-
polymorphicDiscriminator:
|
|
6866
|
-
modelProperties: Object.assign(Object.assign({},
|
|
6867
|
-
serializedName: "
|
|
8589
|
+
className: "Classification",
|
|
8590
|
+
uberParent: "TableVertical",
|
|
8591
|
+
polymorphicDiscriminator: TableVertical.type.polymorphicDiscriminator,
|
|
8592
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, TableVertical.type.modelProperties), AutoMLVertical.type.modelProperties), { positiveLabel: {
|
|
8593
|
+
serializedName: "positiveLabel",
|
|
6868
8594
|
nullable: true,
|
|
6869
8595
|
type: {
|
|
6870
8596
|
name: "String"
|
|
6871
8597
|
}
|
|
8598
|
+
}, primaryMetric: {
|
|
8599
|
+
serializedName: "primaryMetric",
|
|
8600
|
+
type: {
|
|
8601
|
+
name: "String"
|
|
8602
|
+
}
|
|
8603
|
+
}, trainingSettings: {
|
|
8604
|
+
serializedName: "trainingSettings",
|
|
8605
|
+
type: {
|
|
8606
|
+
name: "Composite",
|
|
8607
|
+
className: "ClassificationTrainingSettings"
|
|
8608
|
+
}
|
|
6872
8609
|
} })
|
|
6873
8610
|
}
|
|
6874
8611
|
};
|
|
6875
|
-
export const
|
|
6876
|
-
serializedName: "
|
|
8612
|
+
export const Forecasting = {
|
|
8613
|
+
serializedName: "Forecasting",
|
|
6877
8614
|
type: {
|
|
6878
8615
|
name: "Composite",
|
|
6879
|
-
className: "
|
|
6880
|
-
uberParent: "
|
|
6881
|
-
polymorphicDiscriminator:
|
|
6882
|
-
modelProperties: Object.assign(Object.assign({},
|
|
6883
|
-
serializedName: "
|
|
6884
|
-
|
|
8616
|
+
className: "Forecasting",
|
|
8617
|
+
uberParent: "TableVertical",
|
|
8618
|
+
polymorphicDiscriminator: TableVertical.type.polymorphicDiscriminator,
|
|
8619
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, TableVertical.type.modelProperties), AutoMLVertical.type.modelProperties), { forecastingSettings: {
|
|
8620
|
+
serializedName: "forecastingSettings",
|
|
8621
|
+
type: {
|
|
8622
|
+
name: "Composite",
|
|
8623
|
+
className: "ForecastingSettings"
|
|
8624
|
+
}
|
|
8625
|
+
}, primaryMetric: {
|
|
8626
|
+
serializedName: "primaryMetric",
|
|
6885
8627
|
type: {
|
|
6886
8628
|
name: "String"
|
|
6887
8629
|
}
|
|
8630
|
+
}, trainingSettings: {
|
|
8631
|
+
serializedName: "trainingSettings",
|
|
8632
|
+
type: {
|
|
8633
|
+
name: "Composite",
|
|
8634
|
+
className: "ForecastingTrainingSettings"
|
|
8635
|
+
}
|
|
6888
8636
|
} })
|
|
6889
8637
|
}
|
|
6890
8638
|
};
|
|
6891
|
-
export const
|
|
6892
|
-
serializedName: "Sas",
|
|
8639
|
+
export const ImageClassificationBase = {
|
|
6893
8640
|
type: {
|
|
6894
8641
|
name: "Composite",
|
|
6895
|
-
className: "
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
8642
|
+
className: "ImageClassificationBase",
|
|
8643
|
+
modelProperties: Object.assign(Object.assign({}, ImageVertical.type.modelProperties), { modelSettings: {
|
|
8644
|
+
serializedName: "modelSettings",
|
|
8645
|
+
type: {
|
|
8646
|
+
name: "Composite",
|
|
8647
|
+
className: "ImageModelSettingsClassification"
|
|
8648
|
+
}
|
|
8649
|
+
}, searchSpace: {
|
|
8650
|
+
serializedName: "searchSpace",
|
|
6900
8651
|
nullable: true,
|
|
6901
8652
|
type: {
|
|
6902
|
-
name: "
|
|
8653
|
+
name: "Sequence",
|
|
8654
|
+
element: {
|
|
8655
|
+
type: {
|
|
8656
|
+
name: "Composite",
|
|
8657
|
+
className: "ImageModelDistributionSettingsClassification"
|
|
8658
|
+
}
|
|
8659
|
+
}
|
|
6903
8660
|
}
|
|
6904
8661
|
} })
|
|
6905
8662
|
}
|
|
6906
8663
|
};
|
|
6907
|
-
export const
|
|
6908
|
-
serializedName: "
|
|
8664
|
+
export const ImageClassification = {
|
|
8665
|
+
serializedName: "ImageClassification",
|
|
6909
8666
|
type: {
|
|
6910
8667
|
name: "Composite",
|
|
6911
|
-
className: "
|
|
6912
|
-
uberParent: "
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
serializedName: "clientSecret",
|
|
6916
|
-
nullable: true,
|
|
8668
|
+
className: "ImageClassification",
|
|
8669
|
+
uberParent: "ImageClassificationBase",
|
|
8670
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, ImageClassificationBase.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8671
|
+
serializedName: "primaryMetric",
|
|
6917
8672
|
type: {
|
|
6918
8673
|
name: "String"
|
|
6919
8674
|
}
|
|
6920
8675
|
} })
|
|
6921
8676
|
}
|
|
6922
8677
|
};
|
|
6923
|
-
|
|
6924
|
-
|
|
8678
|
+
ImageClassificationBase.type.polymorphicDiscriminator =
|
|
8679
|
+
ImageClassificationBase.type.polymorphicDiscriminator;
|
|
8680
|
+
export const ImageClassificationMultilabel = {
|
|
8681
|
+
serializedName: "ImageClassificationMultilabel",
|
|
6925
8682
|
type: {
|
|
6926
8683
|
name: "Composite",
|
|
6927
|
-
className: "
|
|
6928
|
-
uberParent: "
|
|
6929
|
-
polymorphicDiscriminator:
|
|
6930
|
-
modelProperties: Object.assign({},
|
|
8684
|
+
className: "ImageClassificationMultilabel",
|
|
8685
|
+
uberParent: "ImageClassificationBase",
|
|
8686
|
+
polymorphicDiscriminator: ImageClassificationBase.type.polymorphicDiscriminator,
|
|
8687
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, ImageClassificationBase.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8688
|
+
serializedName: "primaryMetric",
|
|
8689
|
+
type: {
|
|
8690
|
+
name: "String"
|
|
8691
|
+
}
|
|
8692
|
+
} })
|
|
6931
8693
|
}
|
|
6932
8694
|
};
|
|
6933
|
-
export const
|
|
6934
|
-
serializedName: "Managed",
|
|
8695
|
+
export const ImageObjectDetectionBase = {
|
|
6935
8696
|
type: {
|
|
6936
8697
|
name: "Composite",
|
|
6937
|
-
className: "
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
modelProperties: Object.assign(Object.assign({}, IdentityConfiguration.type.modelProperties), { clientId: {
|
|
6941
|
-
serializedName: "clientId",
|
|
6942
|
-
nullable: true,
|
|
6943
|
-
type: {
|
|
6944
|
-
name: "Uuid"
|
|
6945
|
-
}
|
|
6946
|
-
}, objectId: {
|
|
6947
|
-
serializedName: "objectId",
|
|
6948
|
-
nullable: true,
|
|
8698
|
+
className: "ImageObjectDetectionBase",
|
|
8699
|
+
modelProperties: Object.assign(Object.assign({}, ImageVertical.type.modelProperties), { modelSettings: {
|
|
8700
|
+
serializedName: "modelSettings",
|
|
6949
8701
|
type: {
|
|
6950
|
-
name: "
|
|
8702
|
+
name: "Composite",
|
|
8703
|
+
className: "ImageModelSettingsObjectDetection"
|
|
6951
8704
|
}
|
|
6952
|
-
},
|
|
6953
|
-
serializedName: "
|
|
8705
|
+
}, searchSpace: {
|
|
8706
|
+
serializedName: "searchSpace",
|
|
6954
8707
|
nullable: true,
|
|
6955
8708
|
type: {
|
|
6956
|
-
name: "
|
|
8709
|
+
name: "Sequence",
|
|
8710
|
+
element: {
|
|
8711
|
+
type: {
|
|
8712
|
+
name: "Composite",
|
|
8713
|
+
className: "ImageModelDistributionSettingsObjectDetection"
|
|
8714
|
+
}
|
|
8715
|
+
}
|
|
6957
8716
|
}
|
|
6958
8717
|
} })
|
|
6959
8718
|
}
|
|
6960
8719
|
};
|
|
6961
|
-
export const
|
|
6962
|
-
serializedName: "
|
|
8720
|
+
export const ImageInstanceSegmentation = {
|
|
8721
|
+
serializedName: "ImageInstanceSegmentation",
|
|
6963
8722
|
type: {
|
|
6964
8723
|
name: "Composite",
|
|
6965
|
-
className: "
|
|
6966
|
-
uberParent: "
|
|
6967
|
-
polymorphicDiscriminator:
|
|
6968
|
-
modelProperties: Object.assign({},
|
|
8724
|
+
className: "ImageInstanceSegmentation",
|
|
8725
|
+
uberParent: "ImageObjectDetectionBase",
|
|
8726
|
+
polymorphicDiscriminator: ImageObjectDetectionBase.type.polymorphicDiscriminator,
|
|
8727
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, ImageObjectDetectionBase.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8728
|
+
serializedName: "primaryMetric",
|
|
8729
|
+
type: {
|
|
8730
|
+
name: "String"
|
|
8731
|
+
}
|
|
8732
|
+
} })
|
|
6969
8733
|
}
|
|
6970
8734
|
};
|
|
6971
|
-
export const
|
|
6972
|
-
serializedName: "
|
|
8735
|
+
export const ImageObjectDetection = {
|
|
8736
|
+
serializedName: "ImageObjectDetection",
|
|
6973
8737
|
type: {
|
|
6974
8738
|
name: "Composite",
|
|
6975
|
-
className: "
|
|
6976
|
-
uberParent: "
|
|
6977
|
-
|
|
6978
|
-
|
|
8739
|
+
className: "ImageObjectDetection",
|
|
8740
|
+
uberParent: "ImageObjectDetectionBase",
|
|
8741
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, ImageObjectDetectionBase.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8742
|
+
serializedName: "primaryMetric",
|
|
8743
|
+
type: {
|
|
8744
|
+
name: "String"
|
|
8745
|
+
}
|
|
8746
|
+
} })
|
|
6979
8747
|
}
|
|
6980
8748
|
};
|
|
6981
|
-
|
|
6982
|
-
|
|
8749
|
+
ImageObjectDetectionBase.type.polymorphicDiscriminator =
|
|
8750
|
+
ImageObjectDetectionBase.type.polymorphicDiscriminator;
|
|
8751
|
+
export const Regression = {
|
|
8752
|
+
serializedName: "Regression",
|
|
6983
8753
|
type: {
|
|
6984
8754
|
name: "Composite",
|
|
6985
|
-
className: "
|
|
6986
|
-
uberParent: "
|
|
6987
|
-
polymorphicDiscriminator:
|
|
6988
|
-
modelProperties: Object.assign(Object.assign({},
|
|
6989
|
-
|
|
6990
|
-
serializedName: "maxInstances",
|
|
6991
|
-
type: {
|
|
6992
|
-
name: "Number"
|
|
6993
|
-
}
|
|
6994
|
-
}, minInstances: {
|
|
6995
|
-
defaultValue: 1,
|
|
6996
|
-
serializedName: "minInstances",
|
|
6997
|
-
type: {
|
|
6998
|
-
name: "Number"
|
|
6999
|
-
}
|
|
7000
|
-
}, pollingInterval: {
|
|
7001
|
-
defaultValue: "PT1S",
|
|
7002
|
-
serializedName: "pollingInterval",
|
|
8755
|
+
className: "Regression",
|
|
8756
|
+
uberParent: "TableVertical",
|
|
8757
|
+
polymorphicDiscriminator: TableVertical.type.polymorphicDiscriminator,
|
|
8758
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, TableVertical.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8759
|
+
serializedName: "primaryMetric",
|
|
7003
8760
|
type: {
|
|
7004
|
-
name: "
|
|
8761
|
+
name: "String"
|
|
7005
8762
|
}
|
|
7006
|
-
},
|
|
7007
|
-
|
|
7008
|
-
serializedName: "targetUtilizationPercentage",
|
|
8763
|
+
}, trainingSettings: {
|
|
8764
|
+
serializedName: "trainingSettings",
|
|
7009
8765
|
type: {
|
|
7010
|
-
name: "
|
|
8766
|
+
name: "Composite",
|
|
8767
|
+
className: "RegressionTrainingSettings"
|
|
7011
8768
|
}
|
|
7012
8769
|
} })
|
|
7013
8770
|
}
|
|
7014
8771
|
};
|
|
7015
|
-
export const
|
|
7016
|
-
serializedName: "
|
|
8772
|
+
export const TextClassification = {
|
|
8773
|
+
serializedName: "TextClassification",
|
|
7017
8774
|
type: {
|
|
7018
8775
|
name: "Composite",
|
|
7019
|
-
className: "
|
|
7020
|
-
uberParent: "
|
|
7021
|
-
polymorphicDiscriminator:
|
|
7022
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8776
|
+
className: "TextClassification",
|
|
8777
|
+
uberParent: "NlpVertical",
|
|
8778
|
+
polymorphicDiscriminator: NlpVertical.type.polymorphicDiscriminator,
|
|
8779
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, NlpVertical.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8780
|
+
serializedName: "primaryMetric",
|
|
8781
|
+
type: {
|
|
8782
|
+
name: "String"
|
|
8783
|
+
}
|
|
8784
|
+
} })
|
|
7023
8785
|
}
|
|
7024
8786
|
};
|
|
7025
|
-
export const
|
|
7026
|
-
serializedName: "
|
|
8787
|
+
export const TextClassificationMultilabel = {
|
|
8788
|
+
serializedName: "TextClassificationMultilabel",
|
|
7027
8789
|
type: {
|
|
7028
8790
|
name: "Composite",
|
|
7029
|
-
className: "
|
|
7030
|
-
uberParent: "
|
|
7031
|
-
polymorphicDiscriminator:
|
|
7032
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8791
|
+
className: "TextClassificationMultilabel",
|
|
8792
|
+
uberParent: "NlpVertical",
|
|
8793
|
+
polymorphicDiscriminator: NlpVertical.type.polymorphicDiscriminator,
|
|
8794
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, NlpVertical.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8795
|
+
serializedName: "primaryMetric",
|
|
8796
|
+
readOnly: true,
|
|
8797
|
+
type: {
|
|
8798
|
+
name: "String"
|
|
8799
|
+
}
|
|
8800
|
+
} })
|
|
7033
8801
|
}
|
|
7034
8802
|
};
|
|
7035
|
-
export const
|
|
7036
|
-
serializedName: "
|
|
8803
|
+
export const TextNer = {
|
|
8804
|
+
serializedName: "TextNER",
|
|
7037
8805
|
type: {
|
|
7038
8806
|
name: "Composite",
|
|
7039
|
-
className: "
|
|
7040
|
-
uberParent: "
|
|
7041
|
-
polymorphicDiscriminator:
|
|
7042
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8807
|
+
className: "TextNer",
|
|
8808
|
+
uberParent: "NlpVertical",
|
|
8809
|
+
polymorphicDiscriminator: NlpVertical.type.polymorphicDiscriminator,
|
|
8810
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, NlpVertical.type.modelProperties), AutoMLVertical.type.modelProperties), { primaryMetric: {
|
|
8811
|
+
serializedName: "primaryMetric",
|
|
8812
|
+
readOnly: true,
|
|
8813
|
+
type: {
|
|
8814
|
+
name: "String"
|
|
8815
|
+
}
|
|
8816
|
+
} })
|
|
7043
8817
|
}
|
|
7044
8818
|
};
|
|
7045
|
-
export const
|
|
7046
|
-
serializedName: "
|
|
8819
|
+
export const LiteralJobInput = {
|
|
8820
|
+
serializedName: "literal",
|
|
7047
8821
|
type: {
|
|
7048
8822
|
name: "Composite",
|
|
7049
|
-
className: "
|
|
7050
|
-
uberParent: "
|
|
7051
|
-
polymorphicDiscriminator:
|
|
7052
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8823
|
+
className: "LiteralJobInput",
|
|
8824
|
+
uberParent: "JobInput",
|
|
8825
|
+
polymorphicDiscriminator: JobInput.type.polymorphicDiscriminator,
|
|
8826
|
+
modelProperties: Object.assign(Object.assign({}, JobInput.type.modelProperties), { value: {
|
|
8827
|
+
constraints: {
|
|
8828
|
+
Pattern: new RegExp("[a-zA-Z0-9_]")
|
|
8829
|
+
},
|
|
8830
|
+
serializedName: "value",
|
|
8831
|
+
required: true,
|
|
8832
|
+
type: {
|
|
8833
|
+
name: "String"
|
|
8834
|
+
}
|
|
8835
|
+
} })
|
|
7053
8836
|
}
|
|
7054
8837
|
};
|
|
7055
|
-
export const
|
|
7056
|
-
serializedName: "
|
|
8838
|
+
export const AutoNCrossValidations = {
|
|
8839
|
+
serializedName: "Auto",
|
|
7057
8840
|
type: {
|
|
7058
8841
|
name: "Composite",
|
|
7059
|
-
className: "
|
|
7060
|
-
uberParent: "
|
|
7061
|
-
polymorphicDiscriminator:
|
|
7062
|
-
modelProperties: Object.assign(
|
|
8842
|
+
className: "AutoNCrossValidations",
|
|
8843
|
+
uberParent: "NCrossValidations",
|
|
8844
|
+
polymorphicDiscriminator: NCrossValidations.type.polymorphicDiscriminator,
|
|
8845
|
+
modelProperties: Object.assign({}, NCrossValidations.type.modelProperties)
|
|
7063
8846
|
}
|
|
7064
8847
|
};
|
|
7065
|
-
export const
|
|
7066
|
-
serializedName: "
|
|
8848
|
+
export const CustomNCrossValidations = {
|
|
8849
|
+
serializedName: "Custom",
|
|
7067
8850
|
type: {
|
|
7068
8851
|
name: "Composite",
|
|
7069
|
-
className: "
|
|
7070
|
-
uberParent: "
|
|
7071
|
-
polymorphicDiscriminator:
|
|
7072
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8852
|
+
className: "CustomNCrossValidations",
|
|
8853
|
+
uberParent: "NCrossValidations",
|
|
8854
|
+
polymorphicDiscriminator: NCrossValidations.type.polymorphicDiscriminator,
|
|
8855
|
+
modelProperties: Object.assign(Object.assign({}, NCrossValidations.type.modelProperties), { value: {
|
|
8856
|
+
serializedName: "value",
|
|
8857
|
+
required: true,
|
|
8858
|
+
type: {
|
|
8859
|
+
name: "Number"
|
|
8860
|
+
}
|
|
8861
|
+
} })
|
|
7073
8862
|
}
|
|
7074
8863
|
};
|
|
7075
|
-
export const
|
|
7076
|
-
serializedName: "
|
|
8864
|
+
export const AutoSeasonality = {
|
|
8865
|
+
serializedName: "Auto",
|
|
7077
8866
|
type: {
|
|
7078
8867
|
name: "Composite",
|
|
7079
|
-
className: "
|
|
7080
|
-
uberParent: "
|
|
7081
|
-
polymorphicDiscriminator:
|
|
7082
|
-
modelProperties: Object.assign(
|
|
8868
|
+
className: "AutoSeasonality",
|
|
8869
|
+
uberParent: "Seasonality",
|
|
8870
|
+
polymorphicDiscriminator: Seasonality.type.polymorphicDiscriminator,
|
|
8871
|
+
modelProperties: Object.assign({}, Seasonality.type.modelProperties)
|
|
7083
8872
|
}
|
|
7084
8873
|
};
|
|
7085
|
-
export const
|
|
7086
|
-
serializedName: "
|
|
8874
|
+
export const CustomSeasonality = {
|
|
8875
|
+
serializedName: "Custom",
|
|
7087
8876
|
type: {
|
|
7088
8877
|
name: "Composite",
|
|
7089
|
-
className: "
|
|
7090
|
-
uberParent: "
|
|
7091
|
-
polymorphicDiscriminator:
|
|
7092
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8878
|
+
className: "CustomSeasonality",
|
|
8879
|
+
uberParent: "Seasonality",
|
|
8880
|
+
polymorphicDiscriminator: Seasonality.type.polymorphicDiscriminator,
|
|
8881
|
+
modelProperties: Object.assign(Object.assign({}, Seasonality.type.modelProperties), { value: {
|
|
8882
|
+
serializedName: "value",
|
|
8883
|
+
required: true,
|
|
8884
|
+
type: {
|
|
8885
|
+
name: "Number"
|
|
8886
|
+
}
|
|
8887
|
+
} })
|
|
7093
8888
|
}
|
|
7094
8889
|
};
|
|
7095
|
-
export const
|
|
7096
|
-
serializedName: "
|
|
7097
|
-
type: {
|
|
7098
|
-
name: "Composite",
|
|
7099
|
-
className: "
|
|
7100
|
-
uberParent: "
|
|
7101
|
-
polymorphicDiscriminator:
|
|
7102
|
-
modelProperties: Object.assign(
|
|
8890
|
+
export const AutoTargetLags = {
|
|
8891
|
+
serializedName: "Auto",
|
|
8892
|
+
type: {
|
|
8893
|
+
name: "Composite",
|
|
8894
|
+
className: "AutoTargetLags",
|
|
8895
|
+
uberParent: "TargetLags",
|
|
8896
|
+
polymorphicDiscriminator: TargetLags.type.polymorphicDiscriminator,
|
|
8897
|
+
modelProperties: Object.assign({}, TargetLags.type.modelProperties)
|
|
7103
8898
|
}
|
|
7104
8899
|
};
|
|
7105
|
-
export const
|
|
7106
|
-
serializedName: "
|
|
8900
|
+
export const CustomTargetLags = {
|
|
8901
|
+
serializedName: "Custom",
|
|
7107
8902
|
type: {
|
|
7108
8903
|
name: "Composite",
|
|
7109
|
-
className: "
|
|
7110
|
-
uberParent: "
|
|
7111
|
-
polymorphicDiscriminator:
|
|
7112
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8904
|
+
className: "CustomTargetLags",
|
|
8905
|
+
uberParent: "TargetLags",
|
|
8906
|
+
polymorphicDiscriminator: TargetLags.type.polymorphicDiscriminator,
|
|
8907
|
+
modelProperties: Object.assign(Object.assign({}, TargetLags.type.modelProperties), { values: {
|
|
8908
|
+
serializedName: "values",
|
|
8909
|
+
required: true,
|
|
8910
|
+
type: {
|
|
8911
|
+
name: "Sequence",
|
|
8912
|
+
element: {
|
|
8913
|
+
type: {
|
|
8914
|
+
name: "Number"
|
|
8915
|
+
}
|
|
8916
|
+
}
|
|
8917
|
+
}
|
|
8918
|
+
} })
|
|
7113
8919
|
}
|
|
7114
8920
|
};
|
|
7115
|
-
export const
|
|
7116
|
-
serializedName: "
|
|
8921
|
+
export const AutoTargetRollingWindowSize = {
|
|
8922
|
+
serializedName: "Auto",
|
|
7117
8923
|
type: {
|
|
7118
8924
|
name: "Composite",
|
|
7119
|
-
className: "
|
|
7120
|
-
uberParent: "
|
|
7121
|
-
polymorphicDiscriminator:
|
|
7122
|
-
modelProperties: Object.assign(
|
|
8925
|
+
className: "AutoTargetRollingWindowSize",
|
|
8926
|
+
uberParent: "TargetRollingWindowSize",
|
|
8927
|
+
polymorphicDiscriminator: TargetRollingWindowSize.type.polymorphicDiscriminator,
|
|
8928
|
+
modelProperties: Object.assign({}, TargetRollingWindowSize.type.modelProperties)
|
|
7123
8929
|
}
|
|
7124
8930
|
};
|
|
7125
|
-
export const
|
|
7126
|
-
serializedName: "
|
|
8931
|
+
export const CustomTargetRollingWindowSize = {
|
|
8932
|
+
serializedName: "Custom",
|
|
7127
8933
|
type: {
|
|
7128
8934
|
name: "Composite",
|
|
7129
|
-
className: "
|
|
7130
|
-
uberParent: "
|
|
7131
|
-
polymorphicDiscriminator:
|
|
7132
|
-
modelProperties: Object.assign(Object.assign({},
|
|
8935
|
+
className: "CustomTargetRollingWindowSize",
|
|
8936
|
+
uberParent: "TargetRollingWindowSize",
|
|
8937
|
+
polymorphicDiscriminator: TargetRollingWindowSize.type.polymorphicDiscriminator,
|
|
8938
|
+
modelProperties: Object.assign(Object.assign({}, TargetRollingWindowSize.type.modelProperties), { value: {
|
|
8939
|
+
serializedName: "value",
|
|
8940
|
+
required: true,
|
|
8941
|
+
type: {
|
|
8942
|
+
name: "Number"
|
|
8943
|
+
}
|
|
8944
|
+
} })
|
|
7133
8945
|
}
|
|
7134
8946
|
};
|
|
7135
8947
|
export const BanditPolicy = {
|
|
@@ -7221,113 +9033,468 @@ export const RandomSamplingAlgorithm = {
|
|
|
7221
9033
|
} })
|
|
7222
9034
|
}
|
|
7223
9035
|
};
|
|
7224
|
-
export const
|
|
7225
|
-
|
|
9036
|
+
export const ClassificationTrainingSettings = {
|
|
9037
|
+
type: {
|
|
9038
|
+
name: "Composite",
|
|
9039
|
+
className: "ClassificationTrainingSettings",
|
|
9040
|
+
modelProperties: Object.assign(Object.assign({}, TrainingSettings.type.modelProperties), { allowedTrainingAlgorithms: {
|
|
9041
|
+
serializedName: "allowedTrainingAlgorithms",
|
|
9042
|
+
nullable: true,
|
|
9043
|
+
type: {
|
|
9044
|
+
name: "Sequence",
|
|
9045
|
+
element: {
|
|
9046
|
+
type: {
|
|
9047
|
+
name: "String"
|
|
9048
|
+
}
|
|
9049
|
+
}
|
|
9050
|
+
}
|
|
9051
|
+
}, blockedTrainingAlgorithms: {
|
|
9052
|
+
serializedName: "blockedTrainingAlgorithms",
|
|
9053
|
+
nullable: true,
|
|
9054
|
+
type: {
|
|
9055
|
+
name: "Sequence",
|
|
9056
|
+
element: {
|
|
9057
|
+
type: {
|
|
9058
|
+
name: "String"
|
|
9059
|
+
}
|
|
9060
|
+
}
|
|
9061
|
+
}
|
|
9062
|
+
} })
|
|
9063
|
+
}
|
|
9064
|
+
};
|
|
9065
|
+
export const ForecastingTrainingSettings = {
|
|
9066
|
+
type: {
|
|
9067
|
+
name: "Composite",
|
|
9068
|
+
className: "ForecastingTrainingSettings",
|
|
9069
|
+
modelProperties: Object.assign(Object.assign({}, TrainingSettings.type.modelProperties), { allowedTrainingAlgorithms: {
|
|
9070
|
+
serializedName: "allowedTrainingAlgorithms",
|
|
9071
|
+
nullable: true,
|
|
9072
|
+
type: {
|
|
9073
|
+
name: "Sequence",
|
|
9074
|
+
element: {
|
|
9075
|
+
type: {
|
|
9076
|
+
name: "String"
|
|
9077
|
+
}
|
|
9078
|
+
}
|
|
9079
|
+
}
|
|
9080
|
+
}, blockedTrainingAlgorithms: {
|
|
9081
|
+
serializedName: "blockedTrainingAlgorithms",
|
|
9082
|
+
nullable: true,
|
|
9083
|
+
type: {
|
|
9084
|
+
name: "Sequence",
|
|
9085
|
+
element: {
|
|
9086
|
+
type: {
|
|
9087
|
+
name: "String"
|
|
9088
|
+
}
|
|
9089
|
+
}
|
|
9090
|
+
}
|
|
9091
|
+
} })
|
|
9092
|
+
}
|
|
9093
|
+
};
|
|
9094
|
+
export const RegressionTrainingSettings = {
|
|
9095
|
+
type: {
|
|
9096
|
+
name: "Composite",
|
|
9097
|
+
className: "RegressionTrainingSettings",
|
|
9098
|
+
modelProperties: Object.assign(Object.assign({}, TrainingSettings.type.modelProperties), { allowedTrainingAlgorithms: {
|
|
9099
|
+
serializedName: "allowedTrainingAlgorithms",
|
|
9100
|
+
nullable: true,
|
|
9101
|
+
type: {
|
|
9102
|
+
name: "Sequence",
|
|
9103
|
+
element: {
|
|
9104
|
+
type: {
|
|
9105
|
+
name: "String"
|
|
9106
|
+
}
|
|
9107
|
+
}
|
|
9108
|
+
}
|
|
9109
|
+
}, blockedTrainingAlgorithms: {
|
|
9110
|
+
serializedName: "blockedTrainingAlgorithms",
|
|
9111
|
+
nullable: true,
|
|
9112
|
+
type: {
|
|
9113
|
+
name: "Sequence",
|
|
9114
|
+
element: {
|
|
9115
|
+
type: {
|
|
9116
|
+
name: "String"
|
|
9117
|
+
}
|
|
9118
|
+
}
|
|
9119
|
+
}
|
|
9120
|
+
} })
|
|
9121
|
+
}
|
|
9122
|
+
};
|
|
9123
|
+
export const TableVerticalFeaturizationSettings = {
|
|
9124
|
+
type: {
|
|
9125
|
+
name: "Composite",
|
|
9126
|
+
className: "TableVerticalFeaturizationSettings",
|
|
9127
|
+
modelProperties: Object.assign(Object.assign({}, FeaturizationSettings.type.modelProperties), { blockedTransformers: {
|
|
9128
|
+
serializedName: "blockedTransformers",
|
|
9129
|
+
nullable: true,
|
|
9130
|
+
type: {
|
|
9131
|
+
name: "Sequence",
|
|
9132
|
+
element: {
|
|
9133
|
+
type: {
|
|
9134
|
+
name: "String"
|
|
9135
|
+
}
|
|
9136
|
+
}
|
|
9137
|
+
}
|
|
9138
|
+
}, columnNameAndTypes: {
|
|
9139
|
+
serializedName: "columnNameAndTypes",
|
|
9140
|
+
nullable: true,
|
|
9141
|
+
type: {
|
|
9142
|
+
name: "Dictionary",
|
|
9143
|
+
value: { type: { name: "String" } }
|
|
9144
|
+
}
|
|
9145
|
+
}, enableDnnFeaturization: {
|
|
9146
|
+
defaultValue: false,
|
|
9147
|
+
serializedName: "enableDnnFeaturization",
|
|
9148
|
+
type: {
|
|
9149
|
+
name: "Boolean"
|
|
9150
|
+
}
|
|
9151
|
+
}, mode: {
|
|
9152
|
+
serializedName: "mode",
|
|
9153
|
+
type: {
|
|
9154
|
+
name: "String"
|
|
9155
|
+
}
|
|
9156
|
+
}, transformerParams: {
|
|
9157
|
+
serializedName: "transformerParams",
|
|
9158
|
+
nullable: true,
|
|
9159
|
+
type: {
|
|
9160
|
+
name: "Dictionary",
|
|
9161
|
+
value: {
|
|
9162
|
+
type: {
|
|
9163
|
+
name: "Sequence",
|
|
9164
|
+
element: {
|
|
9165
|
+
type: { name: "Composite", className: "ColumnTransformer" }
|
|
9166
|
+
}
|
|
9167
|
+
}
|
|
9168
|
+
}
|
|
9169
|
+
}
|
|
9170
|
+
} })
|
|
9171
|
+
}
|
|
9172
|
+
};
|
|
9173
|
+
export const NlpVerticalFeaturizationSettings = {
|
|
9174
|
+
type: {
|
|
9175
|
+
name: "Composite",
|
|
9176
|
+
className: "NlpVerticalFeaturizationSettings",
|
|
9177
|
+
modelProperties: Object.assign({}, FeaturizationSettings.type.modelProperties)
|
|
9178
|
+
}
|
|
9179
|
+
};
|
|
9180
|
+
export const Mpi = {
|
|
9181
|
+
serializedName: "Mpi",
|
|
9182
|
+
type: {
|
|
9183
|
+
name: "Composite",
|
|
9184
|
+
className: "Mpi",
|
|
9185
|
+
uberParent: "DistributionConfiguration",
|
|
9186
|
+
polymorphicDiscriminator: DistributionConfiguration.type.polymorphicDiscriminator,
|
|
9187
|
+
modelProperties: Object.assign(Object.assign({}, DistributionConfiguration.type.modelProperties), { processCountPerInstance: {
|
|
9188
|
+
serializedName: "processCountPerInstance",
|
|
9189
|
+
nullable: true,
|
|
9190
|
+
type: {
|
|
9191
|
+
name: "Number"
|
|
9192
|
+
}
|
|
9193
|
+
} })
|
|
9194
|
+
}
|
|
9195
|
+
};
|
|
9196
|
+
export const PyTorch = {
|
|
9197
|
+
serializedName: "PyTorch",
|
|
9198
|
+
type: {
|
|
9199
|
+
name: "Composite",
|
|
9200
|
+
className: "PyTorch",
|
|
9201
|
+
uberParent: "DistributionConfiguration",
|
|
9202
|
+
polymorphicDiscriminator: DistributionConfiguration.type.polymorphicDiscriminator,
|
|
9203
|
+
modelProperties: Object.assign(Object.assign({}, DistributionConfiguration.type.modelProperties), { processCountPerInstance: {
|
|
9204
|
+
serializedName: "processCountPerInstance",
|
|
9205
|
+
nullable: true,
|
|
9206
|
+
type: {
|
|
9207
|
+
name: "Number"
|
|
9208
|
+
}
|
|
9209
|
+
} })
|
|
9210
|
+
}
|
|
9211
|
+
};
|
|
9212
|
+
export const TensorFlow = {
|
|
9213
|
+
serializedName: "TensorFlow",
|
|
9214
|
+
type: {
|
|
9215
|
+
name: "Composite",
|
|
9216
|
+
className: "TensorFlow",
|
|
9217
|
+
uberParent: "DistributionConfiguration",
|
|
9218
|
+
polymorphicDiscriminator: DistributionConfiguration.type.polymorphicDiscriminator,
|
|
9219
|
+
modelProperties: Object.assign(Object.assign({}, DistributionConfiguration.type.modelProperties), { parameterServerCount: {
|
|
9220
|
+
defaultValue: 0,
|
|
9221
|
+
serializedName: "parameterServerCount",
|
|
9222
|
+
type: {
|
|
9223
|
+
name: "Number"
|
|
9224
|
+
}
|
|
9225
|
+
}, workerCount: {
|
|
9226
|
+
serializedName: "workerCount",
|
|
9227
|
+
nullable: true,
|
|
9228
|
+
type: {
|
|
9229
|
+
name: "Number"
|
|
9230
|
+
}
|
|
9231
|
+
} })
|
|
9232
|
+
}
|
|
9233
|
+
};
|
|
9234
|
+
export const CommandJobLimits = {
|
|
9235
|
+
serializedName: "Command",
|
|
9236
|
+
type: {
|
|
9237
|
+
name: "Composite",
|
|
9238
|
+
className: "CommandJobLimits",
|
|
9239
|
+
uberParent: "JobLimits",
|
|
9240
|
+
polymorphicDiscriminator: JobLimits.type.polymorphicDiscriminator,
|
|
9241
|
+
modelProperties: Object.assign({}, JobLimits.type.modelProperties)
|
|
9242
|
+
}
|
|
9243
|
+
};
|
|
9244
|
+
export const SweepJobLimits = {
|
|
9245
|
+
serializedName: "Sweep",
|
|
9246
|
+
type: {
|
|
9247
|
+
name: "Composite",
|
|
9248
|
+
className: "SweepJobLimits",
|
|
9249
|
+
uberParent: "JobLimits",
|
|
9250
|
+
polymorphicDiscriminator: JobLimits.type.polymorphicDiscriminator,
|
|
9251
|
+
modelProperties: Object.assign(Object.assign({}, JobLimits.type.modelProperties), { maxConcurrentTrials: {
|
|
9252
|
+
serializedName: "maxConcurrentTrials",
|
|
9253
|
+
nullable: true,
|
|
9254
|
+
type: {
|
|
9255
|
+
name: "Number"
|
|
9256
|
+
}
|
|
9257
|
+
}, maxTotalTrials: {
|
|
9258
|
+
serializedName: "maxTotalTrials",
|
|
9259
|
+
nullable: true,
|
|
9260
|
+
type: {
|
|
9261
|
+
name: "Number"
|
|
9262
|
+
}
|
|
9263
|
+
}, trialTimeout: {
|
|
9264
|
+
serializedName: "trialTimeout",
|
|
9265
|
+
nullable: true,
|
|
9266
|
+
type: {
|
|
9267
|
+
name: "TimeSpan"
|
|
9268
|
+
}
|
|
9269
|
+
} })
|
|
9270
|
+
}
|
|
9271
|
+
};
|
|
9272
|
+
export const ImageModelSettingsClassification = {
|
|
9273
|
+
type: {
|
|
9274
|
+
name: "Composite",
|
|
9275
|
+
className: "ImageModelSettingsClassification",
|
|
9276
|
+
modelProperties: Object.assign(Object.assign({}, ImageModelSettings.type.modelProperties), { trainingCropSize: {
|
|
9277
|
+
serializedName: "trainingCropSize",
|
|
9278
|
+
nullable: true,
|
|
9279
|
+
type: {
|
|
9280
|
+
name: "Number"
|
|
9281
|
+
}
|
|
9282
|
+
}, validationCropSize: {
|
|
9283
|
+
serializedName: "validationCropSize",
|
|
9284
|
+
nullable: true,
|
|
9285
|
+
type: {
|
|
9286
|
+
name: "Number"
|
|
9287
|
+
}
|
|
9288
|
+
}, validationResizeSize: {
|
|
9289
|
+
serializedName: "validationResizeSize",
|
|
9290
|
+
nullable: true,
|
|
9291
|
+
type: {
|
|
9292
|
+
name: "Number"
|
|
9293
|
+
}
|
|
9294
|
+
}, weightedLoss: {
|
|
9295
|
+
serializedName: "weightedLoss",
|
|
9296
|
+
nullable: true,
|
|
9297
|
+
type: {
|
|
9298
|
+
name: "Number"
|
|
9299
|
+
}
|
|
9300
|
+
} })
|
|
9301
|
+
}
|
|
9302
|
+
};
|
|
9303
|
+
export const ImageModelSettingsObjectDetection = {
|
|
7226
9304
|
type: {
|
|
7227
9305
|
name: "Composite",
|
|
7228
|
-
className: "
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
modelProperties: Object.assign(Object.assign({}, DistributionConfiguration.type.modelProperties), { processCountPerInstance: {
|
|
7232
|
-
serializedName: "processCountPerInstance",
|
|
9306
|
+
className: "ImageModelSettingsObjectDetection",
|
|
9307
|
+
modelProperties: Object.assign(Object.assign({}, ImageModelSettings.type.modelProperties), { boxDetectionsPerImage: {
|
|
9308
|
+
serializedName: "boxDetectionsPerImage",
|
|
7233
9309
|
nullable: true,
|
|
7234
9310
|
type: {
|
|
7235
9311
|
name: "Number"
|
|
7236
9312
|
}
|
|
7237
|
-
}
|
|
7238
|
-
|
|
7239
|
-
};
|
|
7240
|
-
export const PyTorch = {
|
|
7241
|
-
serializedName: "PyTorch",
|
|
7242
|
-
type: {
|
|
7243
|
-
name: "Composite",
|
|
7244
|
-
className: "PyTorch",
|
|
7245
|
-
uberParent: "DistributionConfiguration",
|
|
7246
|
-
polymorphicDiscriminator: DistributionConfiguration.type.polymorphicDiscriminator,
|
|
7247
|
-
modelProperties: Object.assign(Object.assign({}, DistributionConfiguration.type.modelProperties), { processCountPerInstance: {
|
|
7248
|
-
serializedName: "processCountPerInstance",
|
|
9313
|
+
}, boxScoreThreshold: {
|
|
9314
|
+
serializedName: "boxScoreThreshold",
|
|
7249
9315
|
nullable: true,
|
|
7250
9316
|
type: {
|
|
7251
9317
|
name: "Number"
|
|
7252
9318
|
}
|
|
7253
|
-
}
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
export const TensorFlow = {
|
|
7257
|
-
serializedName: "TensorFlow",
|
|
7258
|
-
type: {
|
|
7259
|
-
name: "Composite",
|
|
7260
|
-
className: "TensorFlow",
|
|
7261
|
-
uberParent: "DistributionConfiguration",
|
|
7262
|
-
polymorphicDiscriminator: DistributionConfiguration.type.polymorphicDiscriminator,
|
|
7263
|
-
modelProperties: Object.assign(Object.assign({}, DistributionConfiguration.type.modelProperties), { parameterServerCount: {
|
|
7264
|
-
defaultValue: 0,
|
|
7265
|
-
serializedName: "parameterServerCount",
|
|
9319
|
+
}, imageSize: {
|
|
9320
|
+
serializedName: "imageSize",
|
|
9321
|
+
nullable: true,
|
|
7266
9322
|
type: {
|
|
7267
9323
|
name: "Number"
|
|
7268
9324
|
}
|
|
7269
|
-
},
|
|
7270
|
-
serializedName: "
|
|
9325
|
+
}, maxSize: {
|
|
9326
|
+
serializedName: "maxSize",
|
|
9327
|
+
nullable: true,
|
|
9328
|
+
type: {
|
|
9329
|
+
name: "Number"
|
|
9330
|
+
}
|
|
9331
|
+
}, minSize: {
|
|
9332
|
+
serializedName: "minSize",
|
|
9333
|
+
nullable: true,
|
|
9334
|
+
type: {
|
|
9335
|
+
name: "Number"
|
|
9336
|
+
}
|
|
9337
|
+
}, modelSize: {
|
|
9338
|
+
serializedName: "modelSize",
|
|
9339
|
+
type: {
|
|
9340
|
+
name: "String"
|
|
9341
|
+
}
|
|
9342
|
+
}, multiScale: {
|
|
9343
|
+
serializedName: "multiScale",
|
|
9344
|
+
nullable: true,
|
|
9345
|
+
type: {
|
|
9346
|
+
name: "Boolean"
|
|
9347
|
+
}
|
|
9348
|
+
}, nmsIouThreshold: {
|
|
9349
|
+
serializedName: "nmsIouThreshold",
|
|
9350
|
+
nullable: true,
|
|
9351
|
+
type: {
|
|
9352
|
+
name: "Number"
|
|
9353
|
+
}
|
|
9354
|
+
}, tileGridSize: {
|
|
9355
|
+
serializedName: "tileGridSize",
|
|
9356
|
+
nullable: true,
|
|
9357
|
+
type: {
|
|
9358
|
+
name: "String"
|
|
9359
|
+
}
|
|
9360
|
+
}, tileOverlapRatio: {
|
|
9361
|
+
serializedName: "tileOverlapRatio",
|
|
9362
|
+
nullable: true,
|
|
9363
|
+
type: {
|
|
9364
|
+
name: "Number"
|
|
9365
|
+
}
|
|
9366
|
+
}, tilePredictionsNmsThreshold: {
|
|
9367
|
+
serializedName: "tilePredictionsNmsThreshold",
|
|
9368
|
+
nullable: true,
|
|
9369
|
+
type: {
|
|
9370
|
+
name: "Number"
|
|
9371
|
+
}
|
|
9372
|
+
}, validationIouThreshold: {
|
|
9373
|
+
serializedName: "validationIouThreshold",
|
|
7271
9374
|
nullable: true,
|
|
7272
9375
|
type: {
|
|
7273
9376
|
name: "Number"
|
|
7274
9377
|
}
|
|
9378
|
+
}, validationMetricType: {
|
|
9379
|
+
serializedName: "validationMetricType",
|
|
9380
|
+
type: {
|
|
9381
|
+
name: "String"
|
|
9382
|
+
}
|
|
7275
9383
|
} })
|
|
7276
9384
|
}
|
|
7277
9385
|
};
|
|
7278
|
-
export const
|
|
7279
|
-
serializedName: "literal",
|
|
9386
|
+
export const ImageModelDistributionSettingsClassification = {
|
|
7280
9387
|
type: {
|
|
7281
9388
|
name: "Composite",
|
|
7282
|
-
className: "
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
}
|
|
7289
|
-
|
|
7290
|
-
|
|
9389
|
+
className: "ImageModelDistributionSettingsClassification",
|
|
9390
|
+
modelProperties: Object.assign(Object.assign({}, ImageModelDistributionSettings.type.modelProperties), { trainingCropSize: {
|
|
9391
|
+
serializedName: "trainingCropSize",
|
|
9392
|
+
nullable: true,
|
|
9393
|
+
type: {
|
|
9394
|
+
name: "String"
|
|
9395
|
+
}
|
|
9396
|
+
}, validationCropSize: {
|
|
9397
|
+
serializedName: "validationCropSize",
|
|
9398
|
+
nullable: true,
|
|
9399
|
+
type: {
|
|
9400
|
+
name: "String"
|
|
9401
|
+
}
|
|
9402
|
+
}, validationResizeSize: {
|
|
9403
|
+
serializedName: "validationResizeSize",
|
|
9404
|
+
nullable: true,
|
|
9405
|
+
type: {
|
|
9406
|
+
name: "String"
|
|
9407
|
+
}
|
|
9408
|
+
}, weightedLoss: {
|
|
9409
|
+
serializedName: "weightedLoss",
|
|
9410
|
+
nullable: true,
|
|
7291
9411
|
type: {
|
|
7292
9412
|
name: "String"
|
|
7293
9413
|
}
|
|
7294
9414
|
} })
|
|
7295
9415
|
}
|
|
7296
9416
|
};
|
|
7297
|
-
export const
|
|
7298
|
-
serializedName: "Command",
|
|
7299
|
-
type: {
|
|
7300
|
-
name: "Composite",
|
|
7301
|
-
className: "CommandJobLimits",
|
|
7302
|
-
uberParent: "JobLimits",
|
|
7303
|
-
polymorphicDiscriminator: JobLimits.type.polymorphicDiscriminator,
|
|
7304
|
-
modelProperties: Object.assign({}, JobLimits.type.modelProperties)
|
|
7305
|
-
}
|
|
7306
|
-
};
|
|
7307
|
-
export const SweepJobLimits = {
|
|
7308
|
-
serializedName: "Sweep",
|
|
9417
|
+
export const ImageModelDistributionSettingsObjectDetection = {
|
|
7309
9418
|
type: {
|
|
7310
9419
|
name: "Composite",
|
|
7311
|
-
className: "
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
modelProperties: Object.assign(Object.assign({}, JobLimits.type.modelProperties), { maxConcurrentTrials: {
|
|
7315
|
-
serializedName: "maxConcurrentTrials",
|
|
9420
|
+
className: "ImageModelDistributionSettingsObjectDetection",
|
|
9421
|
+
modelProperties: Object.assign(Object.assign({}, ImageModelDistributionSettings.type.modelProperties), { boxDetectionsPerImage: {
|
|
9422
|
+
serializedName: "boxDetectionsPerImage",
|
|
7316
9423
|
nullable: true,
|
|
7317
9424
|
type: {
|
|
7318
|
-
name: "
|
|
9425
|
+
name: "String"
|
|
7319
9426
|
}
|
|
7320
|
-
},
|
|
7321
|
-
serializedName: "
|
|
9427
|
+
}, boxScoreThreshold: {
|
|
9428
|
+
serializedName: "boxScoreThreshold",
|
|
7322
9429
|
nullable: true,
|
|
7323
9430
|
type: {
|
|
7324
|
-
name: "
|
|
9431
|
+
name: "String"
|
|
7325
9432
|
}
|
|
7326
|
-
},
|
|
7327
|
-
serializedName: "
|
|
9433
|
+
}, imageSize: {
|
|
9434
|
+
serializedName: "imageSize",
|
|
7328
9435
|
nullable: true,
|
|
7329
9436
|
type: {
|
|
7330
|
-
name: "
|
|
9437
|
+
name: "String"
|
|
9438
|
+
}
|
|
9439
|
+
}, maxSize: {
|
|
9440
|
+
serializedName: "maxSize",
|
|
9441
|
+
nullable: true,
|
|
9442
|
+
type: {
|
|
9443
|
+
name: "String"
|
|
9444
|
+
}
|
|
9445
|
+
}, minSize: {
|
|
9446
|
+
serializedName: "minSize",
|
|
9447
|
+
nullable: true,
|
|
9448
|
+
type: {
|
|
9449
|
+
name: "String"
|
|
9450
|
+
}
|
|
9451
|
+
}, modelSize: {
|
|
9452
|
+
serializedName: "modelSize",
|
|
9453
|
+
nullable: true,
|
|
9454
|
+
type: {
|
|
9455
|
+
name: "String"
|
|
9456
|
+
}
|
|
9457
|
+
}, multiScale: {
|
|
9458
|
+
serializedName: "multiScale",
|
|
9459
|
+
nullable: true,
|
|
9460
|
+
type: {
|
|
9461
|
+
name: "String"
|
|
9462
|
+
}
|
|
9463
|
+
}, nmsIouThreshold: {
|
|
9464
|
+
serializedName: "nmsIouThreshold",
|
|
9465
|
+
nullable: true,
|
|
9466
|
+
type: {
|
|
9467
|
+
name: "String"
|
|
9468
|
+
}
|
|
9469
|
+
}, tileGridSize: {
|
|
9470
|
+
serializedName: "tileGridSize",
|
|
9471
|
+
nullable: true,
|
|
9472
|
+
type: {
|
|
9473
|
+
name: "String"
|
|
9474
|
+
}
|
|
9475
|
+
}, tileOverlapRatio: {
|
|
9476
|
+
serializedName: "tileOverlapRatio",
|
|
9477
|
+
nullable: true,
|
|
9478
|
+
type: {
|
|
9479
|
+
name: "String"
|
|
9480
|
+
}
|
|
9481
|
+
}, tilePredictionsNmsThreshold: {
|
|
9482
|
+
serializedName: "tilePredictionsNmsThreshold",
|
|
9483
|
+
nullable: true,
|
|
9484
|
+
type: {
|
|
9485
|
+
name: "String"
|
|
9486
|
+
}
|
|
9487
|
+
}, validationIouThreshold: {
|
|
9488
|
+
serializedName: "validationIouThreshold",
|
|
9489
|
+
nullable: true,
|
|
9490
|
+
type: {
|
|
9491
|
+
name: "String"
|
|
9492
|
+
}
|
|
9493
|
+
}, validationMetricType: {
|
|
9494
|
+
serializedName: "validationMetricType",
|
|
9495
|
+
nullable: true,
|
|
9496
|
+
type: {
|
|
9497
|
+
name: "String"
|
|
7331
9498
|
}
|
|
7332
9499
|
} })
|
|
7333
9500
|
}
|
|
@@ -7578,7 +9745,12 @@ export const EnvironmentVersionProperties = {
|
|
|
7578
9745
|
type: {
|
|
7579
9746
|
name: "Composite",
|
|
7580
9747
|
className: "EnvironmentVersionProperties",
|
|
7581
|
-
modelProperties: Object.assign(Object.assign({}, AssetBase.type.modelProperties), {
|
|
9748
|
+
modelProperties: Object.assign(Object.assign({}, AssetBase.type.modelProperties), { autoRebuild: {
|
|
9749
|
+
serializedName: "autoRebuild",
|
|
9750
|
+
type: {
|
|
9751
|
+
name: "String"
|
|
9752
|
+
}
|
|
9753
|
+
}, build: {
|
|
7582
9754
|
serializedName: "build",
|
|
7583
9755
|
type: {
|
|
7584
9756
|
name: "Composite",
|
|
@@ -7799,6 +9971,48 @@ export const AzureFileDatastore = {
|
|
|
7799
9971
|
} })
|
|
7800
9972
|
}
|
|
7801
9973
|
};
|
|
9974
|
+
export const AutoMLJob = {
|
|
9975
|
+
serializedName: "AutoML",
|
|
9976
|
+
type: {
|
|
9977
|
+
name: "Composite",
|
|
9978
|
+
className: "AutoMLJob",
|
|
9979
|
+
uberParent: "JobBaseProperties",
|
|
9980
|
+
polymorphicDiscriminator: JobBaseProperties.type.polymorphicDiscriminator,
|
|
9981
|
+
modelProperties: Object.assign(Object.assign({}, JobBaseProperties.type.modelProperties), { environmentId: {
|
|
9982
|
+
serializedName: "environmentId",
|
|
9983
|
+
nullable: true,
|
|
9984
|
+
type: {
|
|
9985
|
+
name: "String"
|
|
9986
|
+
}
|
|
9987
|
+
}, environmentVariables: {
|
|
9988
|
+
serializedName: "environmentVariables",
|
|
9989
|
+
nullable: true,
|
|
9990
|
+
type: {
|
|
9991
|
+
name: "Dictionary",
|
|
9992
|
+
value: { type: { name: "String" } }
|
|
9993
|
+
}
|
|
9994
|
+
}, outputs: {
|
|
9995
|
+
serializedName: "outputs",
|
|
9996
|
+
nullable: true,
|
|
9997
|
+
type: {
|
|
9998
|
+
name: "Dictionary",
|
|
9999
|
+
value: { type: { name: "Composite", className: "JobOutput" } }
|
|
10000
|
+
}
|
|
10001
|
+
}, resources: {
|
|
10002
|
+
serializedName: "resources",
|
|
10003
|
+
type: {
|
|
10004
|
+
name: "Composite",
|
|
10005
|
+
className: "JobResourceConfiguration"
|
|
10006
|
+
}
|
|
10007
|
+
}, taskDetails: {
|
|
10008
|
+
serializedName: "taskDetails",
|
|
10009
|
+
type: {
|
|
10010
|
+
name: "Composite",
|
|
10011
|
+
className: "AutoMLVertical"
|
|
10012
|
+
}
|
|
10013
|
+
} })
|
|
10014
|
+
}
|
|
10015
|
+
};
|
|
7802
10016
|
export const CommandJob = {
|
|
7803
10017
|
serializedName: "Command",
|
|
7804
10018
|
type: {
|
|
@@ -7876,7 +10090,7 @@ export const CommandJob = {
|
|
|
7876
10090
|
serializedName: "resources",
|
|
7877
10091
|
type: {
|
|
7878
10092
|
name: "Composite",
|
|
7879
|
-
className: "
|
|
10093
|
+
className: "JobResourceConfiguration"
|
|
7880
10094
|
}
|
|
7881
10095
|
} })
|
|
7882
10096
|
}
|
|
@@ -7918,6 +10132,12 @@ export const PipelineJob = {
|
|
|
7918
10132
|
name: "Dictionary",
|
|
7919
10133
|
value: { type: { name: "any" } }
|
|
7920
10134
|
}
|
|
10135
|
+
}, sourceJobId: {
|
|
10136
|
+
serializedName: "sourceJobId",
|
|
10137
|
+
nullable: true,
|
|
10138
|
+
type: {
|
|
10139
|
+
name: "String"
|
|
10140
|
+
}
|
|
7921
10141
|
} })
|
|
7922
10142
|
}
|
|
7923
10143
|
};
|
|
@@ -8479,6 +10699,56 @@ export const OnlineDeploymentsCreateOrUpdateHeaders = {
|
|
|
8479
10699
|
}
|
|
8480
10700
|
}
|
|
8481
10701
|
};
|
|
10702
|
+
export const SchedulesDeleteHeaders = {
|
|
10703
|
+
type: {
|
|
10704
|
+
name: "Composite",
|
|
10705
|
+
className: "SchedulesDeleteHeaders",
|
|
10706
|
+
modelProperties: {
|
|
10707
|
+
xMsAsyncOperationTimeout: {
|
|
10708
|
+
serializedName: "x-ms-async-operation-timeout",
|
|
10709
|
+
type: {
|
|
10710
|
+
name: "TimeSpan"
|
|
10711
|
+
}
|
|
10712
|
+
},
|
|
10713
|
+
location: {
|
|
10714
|
+
serializedName: "location",
|
|
10715
|
+
type: {
|
|
10716
|
+
name: "String"
|
|
10717
|
+
}
|
|
10718
|
+
},
|
|
10719
|
+
retryAfter: {
|
|
10720
|
+
constraints: {
|
|
10721
|
+
InclusiveMaximum: 600,
|
|
10722
|
+
InclusiveMinimum: 10
|
|
10723
|
+
},
|
|
10724
|
+
serializedName: "retry-after",
|
|
10725
|
+
type: {
|
|
10726
|
+
name: "Number"
|
|
10727
|
+
}
|
|
10728
|
+
}
|
|
10729
|
+
}
|
|
10730
|
+
}
|
|
10731
|
+
};
|
|
10732
|
+
export const SchedulesCreateOrUpdateHeaders = {
|
|
10733
|
+
type: {
|
|
10734
|
+
name: "Composite",
|
|
10735
|
+
className: "SchedulesCreateOrUpdateHeaders",
|
|
10736
|
+
modelProperties: {
|
|
10737
|
+
xMsAsyncOperationTimeout: {
|
|
10738
|
+
serializedName: "x-ms-async-operation-timeout",
|
|
10739
|
+
type: {
|
|
10740
|
+
name: "TimeSpan"
|
|
10741
|
+
}
|
|
10742
|
+
},
|
|
10743
|
+
azureAsyncOperation: {
|
|
10744
|
+
serializedName: "azure-asyncoperation",
|
|
10745
|
+
type: {
|
|
10746
|
+
name: "String"
|
|
10747
|
+
}
|
|
10748
|
+
}
|
|
10749
|
+
}
|
|
10750
|
+
}
|
|
10751
|
+
};
|
|
8482
10752
|
export let discriminators = {
|
|
8483
10753
|
Compute: Compute,
|
|
8484
10754
|
ComputeSecrets: ComputeSecrets,
|
|
@@ -8488,12 +10758,20 @@ export let discriminators = {
|
|
|
8488
10758
|
DatastoreSecrets: DatastoreSecrets,
|
|
8489
10759
|
IdentityConfiguration: IdentityConfiguration,
|
|
8490
10760
|
OnlineScaleSettings: OnlineScaleSettings,
|
|
10761
|
+
ScheduleActionBase: ScheduleActionBase,
|
|
10762
|
+
TriggerBase: TriggerBase,
|
|
10763
|
+
ForecastHorizon: ForecastHorizon,
|
|
10764
|
+
JobOutput: JobOutput,
|
|
10765
|
+
AutoMLVertical: AutoMLVertical,
|
|
10766
|
+
JobInput: JobInput,
|
|
10767
|
+
NCrossValidations: NCrossValidations,
|
|
10768
|
+
Seasonality: Seasonality,
|
|
10769
|
+
TargetLags: TargetLags,
|
|
10770
|
+
TargetRollingWindowSize: TargetRollingWindowSize,
|
|
8491
10771
|
EarlyTerminationPolicy: EarlyTerminationPolicy,
|
|
8492
10772
|
SamplingAlgorithm: SamplingAlgorithm,
|
|
8493
10773
|
DistributionConfiguration: DistributionConfiguration,
|
|
8494
|
-
JobInput: JobInput,
|
|
8495
10774
|
JobLimits: JobLimits,
|
|
8496
|
-
JobOutput: JobOutput,
|
|
8497
10775
|
"Compute.AKS": Aks,
|
|
8498
10776
|
"Compute.Kubernetes": Kubernetes,
|
|
8499
10777
|
"Compute.AmlCompute": AmlCompute,
|
|
@@ -8532,9 +10810,13 @@ export let discriminators = {
|
|
|
8532
10810
|
"IdentityConfiguration.UserIdentity": UserIdentity,
|
|
8533
10811
|
"OnlineScaleSettings.Default": DefaultScaleSettings,
|
|
8534
10812
|
"OnlineScaleSettings.TargetUtilization": TargetUtilizationScaleSettings,
|
|
10813
|
+
"ScheduleActionBase.InvokeBatchEndpoint": EndpointScheduleAction,
|
|
10814
|
+
"ScheduleActionBase.CreateJob": JobScheduleAction,
|
|
10815
|
+
"TriggerBase.Recurrence": RecurrenceTrigger,
|
|
10816
|
+
"TriggerBase.Cron": CronTrigger,
|
|
10817
|
+
"AssetJobInput.mltable": MLTableJobInput,
|
|
8535
10818
|
"AssetJobInput.custom_model": CustomModelJobInput,
|
|
8536
10819
|
"AssetJobInput.mlflow_model": MLFlowModelJobInput,
|
|
8537
|
-
"AssetJobInput.mltable": MLTableJobInput,
|
|
8538
10820
|
"AssetJobInput.triton_model": TritonModelJobInput,
|
|
8539
10821
|
"AssetJobInput.uri_file": UriFileJobInput,
|
|
8540
10822
|
"AssetJobInput.uri_folder": UriFolderJobInput,
|
|
@@ -8544,6 +10826,27 @@ export let discriminators = {
|
|
|
8544
10826
|
"AssetJobOutput.triton_model": TritonModelJobOutput,
|
|
8545
10827
|
"AssetJobOutput.uri_file": UriFileJobOutput,
|
|
8546
10828
|
"AssetJobOutput.uri_folder": UriFolderJobOutput,
|
|
10829
|
+
"ForecastHorizon.Auto": AutoForecastHorizon,
|
|
10830
|
+
"ForecastHorizon.Custom": CustomForecastHorizon,
|
|
10831
|
+
"TableVertical.Classification": Classification,
|
|
10832
|
+
"TableVertical.Forecasting": Forecasting,
|
|
10833
|
+
"ImageClassificationBase.ImageClassification": ImageClassification,
|
|
10834
|
+
"ImageClassificationBase.ImageClassificationMultilabel": ImageClassificationMultilabel,
|
|
10835
|
+
"ImageObjectDetectionBase.ImageInstanceSegmentation": ImageInstanceSegmentation,
|
|
10836
|
+
"ImageObjectDetectionBase.ImageObjectDetection": ImageObjectDetection,
|
|
10837
|
+
"TableVertical.Regression": Regression,
|
|
10838
|
+
"NlpVertical.TextClassification": TextClassification,
|
|
10839
|
+
"NlpVertical.TextClassificationMultilabel": TextClassificationMultilabel,
|
|
10840
|
+
"NlpVertical.TextNER": TextNer,
|
|
10841
|
+
"JobInput.literal": LiteralJobInput,
|
|
10842
|
+
"NCrossValidations.Auto": AutoNCrossValidations,
|
|
10843
|
+
"NCrossValidations.Custom": CustomNCrossValidations,
|
|
10844
|
+
"Seasonality.Auto": AutoSeasonality,
|
|
10845
|
+
"Seasonality.Custom": CustomSeasonality,
|
|
10846
|
+
"TargetLags.Auto": AutoTargetLags,
|
|
10847
|
+
"TargetLags.Custom": CustomTargetLags,
|
|
10848
|
+
"TargetRollingWindowSize.Auto": AutoTargetRollingWindowSize,
|
|
10849
|
+
"TargetRollingWindowSize.Custom": CustomTargetRollingWindowSize,
|
|
8547
10850
|
"EarlyTerminationPolicy.Bandit": BanditPolicy,
|
|
8548
10851
|
"EarlyTerminationPolicy.MedianStopping": MedianStoppingPolicy,
|
|
8549
10852
|
"EarlyTerminationPolicy.TruncationSelection": TruncationSelectionPolicy,
|
|
@@ -8553,7 +10856,6 @@ export let discriminators = {
|
|
|
8553
10856
|
"DistributionConfiguration.Mpi": Mpi,
|
|
8554
10857
|
"DistributionConfiguration.PyTorch": PyTorch,
|
|
8555
10858
|
"DistributionConfiguration.TensorFlow": TensorFlow,
|
|
8556
|
-
"JobInput.literal": LiteralJobInput,
|
|
8557
10859
|
"JobLimits.Command": CommandJobLimits,
|
|
8558
10860
|
"JobLimits.Sweep": SweepJobLimits,
|
|
8559
10861
|
"OnlineDeploymentProperties.Kubernetes": KubernetesOnlineDeployment,
|
|
@@ -8563,6 +10865,7 @@ export let discriminators = {
|
|
|
8563
10865
|
"DatastoreProperties.AzureDataLakeGen1": AzureDataLakeGen1Datastore,
|
|
8564
10866
|
"DatastoreProperties.AzureDataLakeGen2": AzureDataLakeGen2Datastore,
|
|
8565
10867
|
"DatastoreProperties.AzureFile": AzureFileDatastore,
|
|
10868
|
+
"JobBaseProperties.AutoML": AutoMLJob,
|
|
8566
10869
|
"JobBaseProperties.Command": CommandJob,
|
|
8567
10870
|
"JobBaseProperties.Pipeline": PipelineJob,
|
|
8568
10871
|
"JobBaseProperties.Sweep": SweepJob,
|