@azure/arm-machinelearning 2.0.1-alpha.20221026.1 → 2.1.0
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 +6 -5
- 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
|
@@ -189,6 +189,41 @@ export interface AssignedUser {
|
|
|
189
189
|
tenantId: string;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
+
// @public
|
|
193
|
+
export interface AutoForecastHorizon extends ForecastHorizon {
|
|
194
|
+
mode: "Auto";
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export interface AutoMLJob extends JobBaseProperties {
|
|
199
|
+
environmentId?: string;
|
|
200
|
+
environmentVariables?: {
|
|
201
|
+
[propertyName: string]: string | null;
|
|
202
|
+
};
|
|
203
|
+
jobType: "AutoML";
|
|
204
|
+
outputs?: {
|
|
205
|
+
[propertyName: string]: JobOutputUnion | null;
|
|
206
|
+
};
|
|
207
|
+
resources?: JobResourceConfiguration;
|
|
208
|
+
taskDetails: AutoMLVerticalUnion;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export interface AutoMLVertical {
|
|
213
|
+
logVerbosity?: LogVerbosity;
|
|
214
|
+
targetColumnName?: string;
|
|
215
|
+
taskType: "Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER";
|
|
216
|
+
trainingData: MLTableJobInput;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public (undocumented)
|
|
220
|
+
export type AutoMLVerticalUnion = AutoMLVertical | Classification | Forecasting | ImageClassification | ImageClassificationMultilabel | ImageInstanceSegmentation | ImageObjectDetection | Regression | TextClassification | TextClassificationMultilabel | TextNer;
|
|
221
|
+
|
|
222
|
+
// @public
|
|
223
|
+
export interface AutoNCrossValidations extends NCrossValidations {
|
|
224
|
+
mode: "Auto";
|
|
225
|
+
}
|
|
226
|
+
|
|
192
227
|
// @public
|
|
193
228
|
export interface AutoPauseProperties {
|
|
194
229
|
// (undocumented)
|
|
@@ -197,6 +232,9 @@ export interface AutoPauseProperties {
|
|
|
197
232
|
enabled?: boolean;
|
|
198
233
|
}
|
|
199
234
|
|
|
235
|
+
// @public
|
|
236
|
+
export type AutoRebuildSetting = string;
|
|
237
|
+
|
|
200
238
|
// @public
|
|
201
239
|
export type Autosave = string;
|
|
202
240
|
|
|
@@ -210,6 +248,21 @@ export interface AutoScaleProperties {
|
|
|
210
248
|
minNodeCount?: number;
|
|
211
249
|
}
|
|
212
250
|
|
|
251
|
+
// @public (undocumented)
|
|
252
|
+
export interface AutoSeasonality extends Seasonality {
|
|
253
|
+
mode: "Auto";
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
// @public (undocumented)
|
|
257
|
+
export interface AutoTargetLags extends TargetLags {
|
|
258
|
+
mode: "Auto";
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export interface AutoTargetRollingWindowSize extends TargetRollingWindowSize {
|
|
263
|
+
mode: "Auto";
|
|
264
|
+
}
|
|
265
|
+
|
|
213
266
|
// @public
|
|
214
267
|
export interface AzureBlobDatastore extends DatastoreProperties {
|
|
215
268
|
accountName?: string;
|
|
@@ -297,6 +350,8 @@ export class AzureMachineLearningWorkspaces extends coreClient.ServiceClient {
|
|
|
297
350
|
// (undocumented)
|
|
298
351
|
quotas: Quotas;
|
|
299
352
|
// (undocumented)
|
|
353
|
+
schedules: Schedules;
|
|
354
|
+
// (undocumented)
|
|
300
355
|
subscriptionId: string;
|
|
301
356
|
// (undocumented)
|
|
302
357
|
usages: Usages;
|
|
@@ -343,7 +398,7 @@ export interface BatchDeploymentProperties extends EndpointDeploymentPropertiesB
|
|
|
343
398
|
outputAction?: BatchOutputAction;
|
|
344
399
|
outputFileName?: string;
|
|
345
400
|
readonly provisioningState?: DeploymentProvisioningState;
|
|
346
|
-
resources?:
|
|
401
|
+
resources?: DeploymentResourceConfiguration;
|
|
347
402
|
retrySettings?: BatchRetrySettings;
|
|
348
403
|
}
|
|
349
404
|
|
|
@@ -570,6 +625,9 @@ export interface BayesianSamplingAlgorithm extends SamplingAlgorithm {
|
|
|
570
625
|
// @public
|
|
571
626
|
export type BillingCurrency = string;
|
|
572
627
|
|
|
628
|
+
// @public
|
|
629
|
+
export type BlockedTransformers = string;
|
|
630
|
+
|
|
573
631
|
// @public
|
|
574
632
|
export interface BuildContext {
|
|
575
633
|
contextUri: string;
|
|
@@ -596,6 +654,28 @@ export interface CertificateDatastoreSecrets extends DatastoreSecrets {
|
|
|
596
654
|
secretsType: "Certificate";
|
|
597
655
|
}
|
|
598
656
|
|
|
657
|
+
// @public
|
|
658
|
+
export interface Classification extends TableVertical, AutoMLVertical {
|
|
659
|
+
positiveLabel?: string;
|
|
660
|
+
primaryMetric?: ClassificationPrimaryMetrics;
|
|
661
|
+
trainingSettings?: ClassificationTrainingSettings;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
// @public
|
|
665
|
+
export type ClassificationModels = string;
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export type ClassificationMultilabelPrimaryMetrics = string;
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export type ClassificationPrimaryMetrics = string;
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export interface ClassificationTrainingSettings extends TrainingSettings {
|
|
675
|
+
allowedTrainingAlgorithms?: ClassificationModels[];
|
|
676
|
+
blockedTrainingAlgorithms?: ClassificationModels[];
|
|
677
|
+
}
|
|
678
|
+
|
|
599
679
|
// @public
|
|
600
680
|
export type ClusterPurpose = string;
|
|
601
681
|
|
|
@@ -729,6 +809,12 @@ export interface CodeVersionsListOptionalParams extends coreClient.OperationOpti
|
|
|
729
809
|
// @public
|
|
730
810
|
export type CodeVersionsListResponse = CodeVersionResourceArmPaginatedResult;
|
|
731
811
|
|
|
812
|
+
// @public
|
|
813
|
+
export interface ColumnTransformer {
|
|
814
|
+
fields?: string[];
|
|
815
|
+
parameters?: Record<string, unknown>;
|
|
816
|
+
}
|
|
817
|
+
|
|
732
818
|
// @public
|
|
733
819
|
export interface CommandJob extends JobBaseProperties {
|
|
734
820
|
codeId?: string;
|
|
@@ -747,7 +833,7 @@ export interface CommandJob extends JobBaseProperties {
|
|
|
747
833
|
[propertyName: string]: JobOutputUnion | null;
|
|
748
834
|
};
|
|
749
835
|
readonly parameters?: Record<string, unknown>;
|
|
750
|
-
resources?:
|
|
836
|
+
resources?: JobResourceConfiguration;
|
|
751
837
|
}
|
|
752
838
|
|
|
753
839
|
// @public
|
|
@@ -880,7 +966,7 @@ export type ComponentVersionsListResponse = ComponentVersionResourceArmPaginated
|
|
|
880
966
|
|
|
881
967
|
// @public
|
|
882
968
|
export interface Compute {
|
|
883
|
-
|
|
969
|
+
computeLocation?: string;
|
|
884
970
|
computeType: "AKS" | "Kubernetes" | "AmlCompute" | "ComputeInstance" | "VirtualMachine" | "HDInsight" | "DataFactory" | "Databricks" | "DataLakeAnalytics" | "SynapseSpark";
|
|
885
971
|
readonly createdOn?: Date;
|
|
886
972
|
description?: string;
|
|
@@ -1144,10 +1230,13 @@ export interface ComputeStartOptionalParams extends coreClient.OperationOptions
|
|
|
1144
1230
|
// @public
|
|
1145
1231
|
export interface ComputeStartStopSchedule {
|
|
1146
1232
|
action?: ComputePowerAction;
|
|
1233
|
+
cron?: CronTrigger;
|
|
1147
1234
|
readonly id?: string;
|
|
1148
1235
|
readonly provisioningStatus?: ProvisioningStatus;
|
|
1149
|
-
|
|
1236
|
+
recurrence?: RecurrenceTrigger;
|
|
1150
1237
|
schedule?: ScheduleBase;
|
|
1238
|
+
status?: ScheduleStatus;
|
|
1239
|
+
triggerType?: TriggerType;
|
|
1151
1240
|
}
|
|
1152
1241
|
|
|
1153
1242
|
// @public
|
|
@@ -1204,6 +1293,18 @@ export type CreatedByType = string;
|
|
|
1204
1293
|
// @public
|
|
1205
1294
|
export type CredentialsType = string;
|
|
1206
1295
|
|
|
1296
|
+
// @public (undocumented)
|
|
1297
|
+
export interface CronTrigger extends TriggerBase {
|
|
1298
|
+
expression: string;
|
|
1299
|
+
triggerType: "Cron";
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
// @public
|
|
1303
|
+
export interface CustomForecastHorizon extends ForecastHorizon {
|
|
1304
|
+
mode: "Custom";
|
|
1305
|
+
value: number;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1207
1308
|
// @public (undocumented)
|
|
1208
1309
|
export interface CustomModelJobInput extends AssetJobInput, JobInput {
|
|
1209
1310
|
}
|
|
@@ -1212,6 +1313,30 @@ export interface CustomModelJobInput extends AssetJobInput, JobInput {
|
|
|
1212
1313
|
export interface CustomModelJobOutput extends AssetJobOutput, JobOutput {
|
|
1213
1314
|
}
|
|
1214
1315
|
|
|
1316
|
+
// @public
|
|
1317
|
+
export interface CustomNCrossValidations extends NCrossValidations {
|
|
1318
|
+
mode: "Custom";
|
|
1319
|
+
value: number;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
// @public (undocumented)
|
|
1323
|
+
export interface CustomSeasonality extends Seasonality {
|
|
1324
|
+
mode: "Custom";
|
|
1325
|
+
value: number;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
// @public (undocumented)
|
|
1329
|
+
export interface CustomTargetLags extends TargetLags {
|
|
1330
|
+
mode: "Custom";
|
|
1331
|
+
values: number[];
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
// @public (undocumented)
|
|
1335
|
+
export interface CustomTargetRollingWindowSize extends TargetRollingWindowSize {
|
|
1336
|
+
mode: "Custom";
|
|
1337
|
+
value: number;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1215
1340
|
// @public
|
|
1216
1341
|
export interface Databricks extends Compute, DatabricksSchema {
|
|
1217
1342
|
computeType: "Databricks";
|
|
@@ -1521,6 +1646,10 @@ export interface DeploymentLogsRequest {
|
|
|
1521
1646
|
// @public
|
|
1522
1647
|
export type DeploymentProvisioningState = string;
|
|
1523
1648
|
|
|
1649
|
+
// @public (undocumented)
|
|
1650
|
+
export interface DeploymentResourceConfiguration extends ResourceConfiguration {
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1524
1653
|
// @public (undocumented)
|
|
1525
1654
|
export interface DiagnoseRequestProperties {
|
|
1526
1655
|
applicationInsights?: {
|
|
@@ -1619,6 +1748,9 @@ export type EarlyTerminationPolicyType = string;
|
|
|
1619
1748
|
// @public (undocumented)
|
|
1620
1749
|
export type EarlyTerminationPolicyUnion = EarlyTerminationPolicy | BanditPolicy | MedianStoppingPolicy | TruncationSelectionPolicy;
|
|
1621
1750
|
|
|
1751
|
+
// @public
|
|
1752
|
+
export type EgressPublicNetworkAccessType = string;
|
|
1753
|
+
|
|
1622
1754
|
// @public (undocumented)
|
|
1623
1755
|
export interface EncryptionKeyVaultProperties {
|
|
1624
1756
|
identityClientId?: string;
|
|
@@ -1684,6 +1816,12 @@ export interface EndpointPropertiesBase {
|
|
|
1684
1816
|
// @public
|
|
1685
1817
|
export type EndpointProvisioningState = string;
|
|
1686
1818
|
|
|
1819
|
+
// @public (undocumented)
|
|
1820
|
+
export interface EndpointScheduleAction extends ScheduleActionBase {
|
|
1821
|
+
actionType: "InvokeBatchEndpoint";
|
|
1822
|
+
endpointInvocationDefinition: Record<string, unknown>;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1687
1825
|
// @public
|
|
1688
1826
|
export interface EnvironmentContainer extends Resource {
|
|
1689
1827
|
properties: EnvironmentContainerProperties;
|
|
@@ -1753,6 +1891,7 @@ export interface EnvironmentVersion extends Resource {
|
|
|
1753
1891
|
|
|
1754
1892
|
// @public
|
|
1755
1893
|
export interface EnvironmentVersionProperties extends AssetBase {
|
|
1894
|
+
autoRebuild?: AutoRebuildSetting;
|
|
1756
1895
|
build?: BuildContext;
|
|
1757
1896
|
condaFile?: string;
|
|
1758
1897
|
readonly environmentType?: EnvironmentType;
|
|
@@ -1855,6 +1994,17 @@ export interface ExternalFqdnResponse {
|
|
|
1855
1994
|
value?: FqdnEndpoints[];
|
|
1856
1995
|
}
|
|
1857
1996
|
|
|
1997
|
+
// @public
|
|
1998
|
+
export type FeatureLags = string;
|
|
1999
|
+
|
|
2000
|
+
// @public
|
|
2001
|
+
export type FeaturizationMode = string;
|
|
2002
|
+
|
|
2003
|
+
// @public
|
|
2004
|
+
export interface FeaturizationSettings {
|
|
2005
|
+
datasetLanguage?: string;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
1858
2008
|
// @public (undocumented)
|
|
1859
2009
|
export interface FlavorData {
|
|
1860
2010
|
data?: {
|
|
@@ -1862,6 +2012,53 @@ export interface FlavorData {
|
|
|
1862
2012
|
};
|
|
1863
2013
|
}
|
|
1864
2014
|
|
|
2015
|
+
// @public
|
|
2016
|
+
export interface ForecastHorizon {
|
|
2017
|
+
mode: "Auto" | "Custom";
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
// @public
|
|
2021
|
+
export type ForecastHorizonMode = string;
|
|
2022
|
+
|
|
2023
|
+
// @public (undocumented)
|
|
2024
|
+
export type ForecastHorizonUnion = ForecastHorizon | AutoForecastHorizon | CustomForecastHorizon;
|
|
2025
|
+
|
|
2026
|
+
// @public
|
|
2027
|
+
export interface Forecasting extends TableVertical, AutoMLVertical {
|
|
2028
|
+
forecastingSettings?: ForecastingSettings;
|
|
2029
|
+
primaryMetric?: ForecastingPrimaryMetrics;
|
|
2030
|
+
trainingSettings?: ForecastingTrainingSettings;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
// @public
|
|
2034
|
+
export type ForecastingModels = string;
|
|
2035
|
+
|
|
2036
|
+
// @public
|
|
2037
|
+
export type ForecastingPrimaryMetrics = string;
|
|
2038
|
+
|
|
2039
|
+
// @public
|
|
2040
|
+
export interface ForecastingSettings {
|
|
2041
|
+
countryOrRegionForHolidays?: string;
|
|
2042
|
+
cvStepSize?: number;
|
|
2043
|
+
featureLags?: FeatureLags;
|
|
2044
|
+
forecastHorizon?: ForecastHorizonUnion;
|
|
2045
|
+
frequency?: string;
|
|
2046
|
+
seasonality?: SeasonalityUnion;
|
|
2047
|
+
shortSeriesHandlingConfig?: ShortSeriesHandlingConfiguration;
|
|
2048
|
+
targetAggregateFunction?: TargetAggregationFunction;
|
|
2049
|
+
targetLags?: TargetLagsUnion;
|
|
2050
|
+
targetRollingWindowSize?: TargetRollingWindowSizeUnion;
|
|
2051
|
+
timeColumnName?: string;
|
|
2052
|
+
timeSeriesIdColumnNames?: string[];
|
|
2053
|
+
useStl?: UseStl;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
// @public
|
|
2057
|
+
export interface ForecastingTrainingSettings extends TrainingSettings {
|
|
2058
|
+
allowedTrainingAlgorithms?: ForecastingModels[];
|
|
2059
|
+
blockedTrainingAlgorithms?: ForecastingModels[];
|
|
2060
|
+
}
|
|
2061
|
+
|
|
1865
2062
|
// @public (undocumented)
|
|
1866
2063
|
export interface FqdnEndpoint {
|
|
1867
2064
|
// (undocumented)
|
|
@@ -1937,6 +2134,177 @@ export interface IdentityForCmk {
|
|
|
1937
2134
|
userAssignedIdentity?: string;
|
|
1938
2135
|
}
|
|
1939
2136
|
|
|
2137
|
+
// @public
|
|
2138
|
+
export interface ImageClassification extends ImageClassificationBase, AutoMLVertical {
|
|
2139
|
+
primaryMetric?: ClassificationPrimaryMetrics;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
// @public (undocumented)
|
|
2143
|
+
export interface ImageClassificationBase extends ImageVertical {
|
|
2144
|
+
modelSettings?: ImageModelSettingsClassification;
|
|
2145
|
+
searchSpace?: ImageModelDistributionSettingsClassification[];
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
// @public
|
|
2149
|
+
export interface ImageClassificationMultilabel extends ImageClassificationBase, AutoMLVertical {
|
|
2150
|
+
primaryMetric?: ClassificationMultilabelPrimaryMetrics;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
// @public
|
|
2154
|
+
export interface ImageInstanceSegmentation extends ImageObjectDetectionBase, AutoMLVertical {
|
|
2155
|
+
primaryMetric?: InstanceSegmentationPrimaryMetrics;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
// @public
|
|
2159
|
+
export interface ImageLimitSettings {
|
|
2160
|
+
maxConcurrentTrials?: number;
|
|
2161
|
+
maxTrials?: number;
|
|
2162
|
+
timeout?: string;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
// @public
|
|
2166
|
+
export interface ImageModelDistributionSettings {
|
|
2167
|
+
amsGradient?: string;
|
|
2168
|
+
augmentations?: string;
|
|
2169
|
+
beta1?: string;
|
|
2170
|
+
beta2?: string;
|
|
2171
|
+
distributed?: string;
|
|
2172
|
+
earlyStopping?: string;
|
|
2173
|
+
earlyStoppingDelay?: string;
|
|
2174
|
+
earlyStoppingPatience?: string;
|
|
2175
|
+
enableOnnxNormalization?: string;
|
|
2176
|
+
evaluationFrequency?: string;
|
|
2177
|
+
gradientAccumulationStep?: string;
|
|
2178
|
+
layersToFreeze?: string;
|
|
2179
|
+
learningRate?: string;
|
|
2180
|
+
learningRateScheduler?: string;
|
|
2181
|
+
modelName?: string;
|
|
2182
|
+
momentum?: string;
|
|
2183
|
+
nesterov?: string;
|
|
2184
|
+
numberOfEpochs?: string;
|
|
2185
|
+
numberOfWorkers?: string;
|
|
2186
|
+
optimizer?: string;
|
|
2187
|
+
randomSeed?: string;
|
|
2188
|
+
stepLRGamma?: string;
|
|
2189
|
+
stepLRStepSize?: string;
|
|
2190
|
+
trainingBatchSize?: string;
|
|
2191
|
+
validationBatchSize?: string;
|
|
2192
|
+
warmupCosineLRCycles?: string;
|
|
2193
|
+
warmupCosineLRWarmupEpochs?: string;
|
|
2194
|
+
weightDecay?: string;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
// @public
|
|
2198
|
+
export interface ImageModelDistributionSettingsClassification extends ImageModelDistributionSettings {
|
|
2199
|
+
trainingCropSize?: string;
|
|
2200
|
+
validationCropSize?: string;
|
|
2201
|
+
validationResizeSize?: string;
|
|
2202
|
+
weightedLoss?: string;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
// @public
|
|
2206
|
+
export interface ImageModelDistributionSettingsObjectDetection extends ImageModelDistributionSettings {
|
|
2207
|
+
boxDetectionsPerImage?: string;
|
|
2208
|
+
boxScoreThreshold?: string;
|
|
2209
|
+
imageSize?: string;
|
|
2210
|
+
maxSize?: string;
|
|
2211
|
+
minSize?: string;
|
|
2212
|
+
modelSize?: string;
|
|
2213
|
+
multiScale?: string;
|
|
2214
|
+
nmsIouThreshold?: string;
|
|
2215
|
+
tileGridSize?: string;
|
|
2216
|
+
tileOverlapRatio?: string;
|
|
2217
|
+
tilePredictionsNmsThreshold?: string;
|
|
2218
|
+
validationIouThreshold?: string;
|
|
2219
|
+
validationMetricType?: string;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
// @public
|
|
2223
|
+
export interface ImageModelSettings {
|
|
2224
|
+
advancedSettings?: string;
|
|
2225
|
+
amsGradient?: boolean;
|
|
2226
|
+
augmentations?: string;
|
|
2227
|
+
beta1?: number;
|
|
2228
|
+
beta2?: number;
|
|
2229
|
+
checkpointFrequency?: number;
|
|
2230
|
+
checkpointModel?: MLFlowModelJobInput;
|
|
2231
|
+
checkpointRunId?: string;
|
|
2232
|
+
distributed?: boolean;
|
|
2233
|
+
earlyStopping?: boolean;
|
|
2234
|
+
earlyStoppingDelay?: number;
|
|
2235
|
+
earlyStoppingPatience?: number;
|
|
2236
|
+
enableOnnxNormalization?: boolean;
|
|
2237
|
+
evaluationFrequency?: number;
|
|
2238
|
+
gradientAccumulationStep?: number;
|
|
2239
|
+
layersToFreeze?: number;
|
|
2240
|
+
learningRate?: number;
|
|
2241
|
+
learningRateScheduler?: LearningRateScheduler;
|
|
2242
|
+
modelName?: string;
|
|
2243
|
+
momentum?: number;
|
|
2244
|
+
nesterov?: boolean;
|
|
2245
|
+
numberOfEpochs?: number;
|
|
2246
|
+
numberOfWorkers?: number;
|
|
2247
|
+
optimizer?: StochasticOptimizer;
|
|
2248
|
+
randomSeed?: number;
|
|
2249
|
+
stepLRGamma?: number;
|
|
2250
|
+
stepLRStepSize?: number;
|
|
2251
|
+
trainingBatchSize?: number;
|
|
2252
|
+
validationBatchSize?: number;
|
|
2253
|
+
warmupCosineLRCycles?: number;
|
|
2254
|
+
warmupCosineLRWarmupEpochs?: number;
|
|
2255
|
+
weightDecay?: number;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
// @public
|
|
2259
|
+
export interface ImageModelSettingsClassification extends ImageModelSettings {
|
|
2260
|
+
trainingCropSize?: number;
|
|
2261
|
+
validationCropSize?: number;
|
|
2262
|
+
validationResizeSize?: number;
|
|
2263
|
+
weightedLoss?: number;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
// @public
|
|
2267
|
+
export interface ImageModelSettingsObjectDetection extends ImageModelSettings {
|
|
2268
|
+
boxDetectionsPerImage?: number;
|
|
2269
|
+
boxScoreThreshold?: number;
|
|
2270
|
+
imageSize?: number;
|
|
2271
|
+
maxSize?: number;
|
|
2272
|
+
minSize?: number;
|
|
2273
|
+
modelSize?: ModelSize;
|
|
2274
|
+
multiScale?: boolean;
|
|
2275
|
+
nmsIouThreshold?: number;
|
|
2276
|
+
tileGridSize?: string;
|
|
2277
|
+
tileOverlapRatio?: number;
|
|
2278
|
+
tilePredictionsNmsThreshold?: number;
|
|
2279
|
+
validationIouThreshold?: number;
|
|
2280
|
+
validationMetricType?: ValidationMetricType;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
// @public
|
|
2284
|
+
export interface ImageObjectDetection extends ImageObjectDetectionBase, AutoMLVertical {
|
|
2285
|
+
primaryMetric?: ObjectDetectionPrimaryMetrics;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
// @public (undocumented)
|
|
2289
|
+
export interface ImageObjectDetectionBase extends ImageVertical {
|
|
2290
|
+
modelSettings?: ImageModelSettingsObjectDetection;
|
|
2291
|
+
searchSpace?: ImageModelDistributionSettingsObjectDetection[];
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
// @public
|
|
2295
|
+
export interface ImageSweepSettings {
|
|
2296
|
+
earlyTermination?: EarlyTerminationPolicyUnion;
|
|
2297
|
+
samplingAlgorithm: SamplingAlgorithmType;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
// @public
|
|
2301
|
+
export interface ImageVertical {
|
|
2302
|
+
limitSettings: ImageLimitSettings;
|
|
2303
|
+
sweepSettings?: ImageSweepSettings;
|
|
2304
|
+
validationData?: MLTableJobInput;
|
|
2305
|
+
validationDataSize?: number;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
1940
2308
|
// @public (undocumented)
|
|
1941
2309
|
export interface InferenceContainerProperties {
|
|
1942
2310
|
livenessRoute?: Route;
|
|
@@ -1947,6 +2315,9 @@ export interface InferenceContainerProperties {
|
|
|
1947
2315
|
// @public
|
|
1948
2316
|
export type InputDeliveryMode = string;
|
|
1949
2317
|
|
|
2318
|
+
// @public
|
|
2319
|
+
export type InstanceSegmentationPrimaryMetrics = string;
|
|
2320
|
+
|
|
1950
2321
|
// @public
|
|
1951
2322
|
export interface InstanceTypeSchema {
|
|
1952
2323
|
nodeSelector?: {
|
|
@@ -1972,6 +2343,7 @@ export interface JobBase extends Resource {
|
|
|
1972
2343
|
|
|
1973
2344
|
// @public
|
|
1974
2345
|
export interface JobBaseProperties extends ResourceBase {
|
|
2346
|
+
componentId?: string;
|
|
1975
2347
|
computeId?: string;
|
|
1976
2348
|
displayName?: string;
|
|
1977
2349
|
experimentName?: string;
|
|
@@ -1985,7 +2357,7 @@ export interface JobBaseProperties extends ResourceBase {
|
|
|
1985
2357
|
}
|
|
1986
2358
|
|
|
1987
2359
|
// @public (undocumented)
|
|
1988
|
-
export type JobBasePropertiesUnion = JobBaseProperties | CommandJob | PipelineJob | SweepJob;
|
|
2360
|
+
export type JobBasePropertiesUnion = JobBaseProperties | AutoMLJob | CommandJob | PipelineJob | SweepJob;
|
|
1989
2361
|
|
|
1990
2362
|
// @public
|
|
1991
2363
|
export interface JobBaseResourceArmPaginatedResult {
|
|
@@ -1996,14 +2368,14 @@ export interface JobBaseResourceArmPaginatedResult {
|
|
|
1996
2368
|
// @public
|
|
1997
2369
|
export interface JobInput {
|
|
1998
2370
|
description?: string;
|
|
1999
|
-
jobInputType: "
|
|
2371
|
+
jobInputType: "mltable" | "custom_model" | "mlflow_model" | "literal" | "triton_model" | "uri_file" | "uri_folder";
|
|
2000
2372
|
}
|
|
2001
2373
|
|
|
2002
2374
|
// @public
|
|
2003
2375
|
export type JobInputType = string;
|
|
2004
2376
|
|
|
2005
2377
|
// @public (undocumented)
|
|
2006
|
-
export type JobInputUnion = JobInput |
|
|
2378
|
+
export type JobInputUnion = JobInput | MLTableJobInput | CustomModelJobInput | MLFlowModelJobInput | LiteralJobInput | TritonModelJobInput | UriFileJobInput | UriFolderJobInput;
|
|
2007
2379
|
|
|
2008
2380
|
// @public (undocumented)
|
|
2009
2381
|
export interface JobLimits {
|
|
@@ -2029,6 +2401,12 @@ export type JobOutputType = string;
|
|
|
2029
2401
|
// @public (undocumented)
|
|
2030
2402
|
export type JobOutputUnion = JobOutput | CustomModelJobOutput | MLFlowModelJobOutput | MLTableJobOutput | TritonModelJobOutput | UriFileJobOutput | UriFolderJobOutput;
|
|
2031
2403
|
|
|
2404
|
+
// @public (undocumented)
|
|
2405
|
+
export interface JobResourceConfiguration extends ResourceConfiguration {
|
|
2406
|
+
dockerArgs?: string;
|
|
2407
|
+
shmSize?: string;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2032
2410
|
// @public
|
|
2033
2411
|
export interface Jobs {
|
|
2034
2412
|
beginCancel(resourceGroupName: string, workspaceName: string, id: string, options?: JobsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
@@ -2052,6 +2430,12 @@ export interface JobsCancelOptionalParams extends coreClient.OperationOptions {
|
|
|
2052
2430
|
updateIntervalInMs?: number;
|
|
2053
2431
|
}
|
|
2054
2432
|
|
|
2433
|
+
// @public (undocumented)
|
|
2434
|
+
export interface JobScheduleAction extends ScheduleActionBase {
|
|
2435
|
+
actionType: "CreateJob";
|
|
2436
|
+
jobDefinition: JobBasePropertiesUnion;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2055
2439
|
// @public
|
|
2056
2440
|
export interface JobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2057
2441
|
}
|
|
@@ -2135,6 +2519,12 @@ export enum KnownApplicationSharingPolicy {
|
|
|
2135
2519
|
Shared = "Shared"
|
|
2136
2520
|
}
|
|
2137
2521
|
|
|
2522
|
+
// @public
|
|
2523
|
+
export enum KnownAutoRebuildSetting {
|
|
2524
|
+
Disabled = "Disabled",
|
|
2525
|
+
OnBaseImageUpdate = "OnBaseImageUpdate"
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2138
2528
|
// @public
|
|
2139
2529
|
export enum KnownAutosave {
|
|
2140
2530
|
Local = "Local",
|
|
@@ -2160,6 +2550,20 @@ export enum KnownBillingCurrency {
|
|
|
2160
2550
|
USD = "USD"
|
|
2161
2551
|
}
|
|
2162
2552
|
|
|
2553
|
+
// @public
|
|
2554
|
+
export enum KnownBlockedTransformers {
|
|
2555
|
+
CatTargetEncoder = "CatTargetEncoder",
|
|
2556
|
+
CountVectorizer = "CountVectorizer",
|
|
2557
|
+
HashOneHotEncoder = "HashOneHotEncoder",
|
|
2558
|
+
LabelEncoder = "LabelEncoder",
|
|
2559
|
+
NaiveBayes = "NaiveBayes",
|
|
2560
|
+
OneHotEncoder = "OneHotEncoder",
|
|
2561
|
+
TextTargetEncoder = "TextTargetEncoder",
|
|
2562
|
+
TfIdf = "TfIdf",
|
|
2563
|
+
WoETargetEncoder = "WoETargetEncoder",
|
|
2564
|
+
WordEmbedding = "WordEmbedding"
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2163
2567
|
// @public
|
|
2164
2568
|
export enum KnownCaching {
|
|
2165
2569
|
None = "None",
|
|
@@ -2167,6 +2571,42 @@ export enum KnownCaching {
|
|
|
2167
2571
|
ReadWrite = "ReadWrite"
|
|
2168
2572
|
}
|
|
2169
2573
|
|
|
2574
|
+
// @public
|
|
2575
|
+
export enum KnownClassificationModels {
|
|
2576
|
+
BernoulliNaiveBayes = "BernoulliNaiveBayes",
|
|
2577
|
+
DecisionTree = "DecisionTree",
|
|
2578
|
+
ExtremeRandomTrees = "ExtremeRandomTrees",
|
|
2579
|
+
GradientBoosting = "GradientBoosting",
|
|
2580
|
+
KNN = "KNN",
|
|
2581
|
+
LightGBM = "LightGBM",
|
|
2582
|
+
LinearSVM = "LinearSVM",
|
|
2583
|
+
LogisticRegression = "LogisticRegression",
|
|
2584
|
+
MultinomialNaiveBayes = "MultinomialNaiveBayes",
|
|
2585
|
+
RandomForest = "RandomForest",
|
|
2586
|
+
SGD = "SGD",
|
|
2587
|
+
SVM = "SVM",
|
|
2588
|
+
XGBoostClassifier = "XGBoostClassifier"
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
// @public
|
|
2592
|
+
export enum KnownClassificationMultilabelPrimaryMetrics {
|
|
2593
|
+
Accuracy = "Accuracy",
|
|
2594
|
+
AUCWeighted = "AUCWeighted",
|
|
2595
|
+
AveragePrecisionScoreWeighted = "AveragePrecisionScoreWeighted",
|
|
2596
|
+
IOU = "IOU",
|
|
2597
|
+
NormMacroRecall = "NormMacroRecall",
|
|
2598
|
+
PrecisionScoreWeighted = "PrecisionScoreWeighted"
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
// @public
|
|
2602
|
+
export enum KnownClassificationPrimaryMetrics {
|
|
2603
|
+
Accuracy = "Accuracy",
|
|
2604
|
+
AUCWeighted = "AUCWeighted",
|
|
2605
|
+
AveragePrecisionScoreWeighted = "AveragePrecisionScoreWeighted",
|
|
2606
|
+
NormMacroRecall = "NormMacroRecall",
|
|
2607
|
+
PrecisionScoreWeighted = "PrecisionScoreWeighted"
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2170
2610
|
// @public
|
|
2171
2611
|
export enum KnownClusterPurpose {
|
|
2172
2612
|
DenseProd = "DenseProd",
|
|
@@ -2304,6 +2744,12 @@ export enum KnownEarlyTerminationPolicyType {
|
|
|
2304
2744
|
TruncationSelection = "TruncationSelection"
|
|
2305
2745
|
}
|
|
2306
2746
|
|
|
2747
|
+
// @public
|
|
2748
|
+
export enum KnownEgressPublicNetworkAccessType {
|
|
2749
|
+
Disabled = "Disabled",
|
|
2750
|
+
Enabled = "Enabled"
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2307
2753
|
// @public
|
|
2308
2754
|
export enum KnownEncryptionStatus {
|
|
2309
2755
|
Disabled = "Disabled",
|
|
@@ -2340,6 +2786,56 @@ export enum KnownEnvironmentType {
|
|
|
2340
2786
|
UserCreated = "UserCreated"
|
|
2341
2787
|
}
|
|
2342
2788
|
|
|
2789
|
+
// @public
|
|
2790
|
+
export enum KnownFeatureLags {
|
|
2791
|
+
Auto = "Auto",
|
|
2792
|
+
None = "None"
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
// @public
|
|
2796
|
+
export enum KnownFeaturizationMode {
|
|
2797
|
+
Auto = "Auto",
|
|
2798
|
+
Custom = "Custom",
|
|
2799
|
+
Off = "Off"
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
// @public
|
|
2803
|
+
export enum KnownForecastHorizonMode {
|
|
2804
|
+
Auto = "Auto",
|
|
2805
|
+
Custom = "Custom"
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
// @public
|
|
2809
|
+
export enum KnownForecastingModels {
|
|
2810
|
+
Arimax = "Arimax",
|
|
2811
|
+
AutoArima = "AutoArima",
|
|
2812
|
+
Average = "Average",
|
|
2813
|
+
DecisionTree = "DecisionTree",
|
|
2814
|
+
ElasticNet = "ElasticNet",
|
|
2815
|
+
ExponentialSmoothing = "ExponentialSmoothing",
|
|
2816
|
+
ExtremeRandomTrees = "ExtremeRandomTrees",
|
|
2817
|
+
GradientBoosting = "GradientBoosting",
|
|
2818
|
+
KNN = "KNN",
|
|
2819
|
+
LassoLars = "LassoLars",
|
|
2820
|
+
LightGBM = "LightGBM",
|
|
2821
|
+
Naive = "Naive",
|
|
2822
|
+
Prophet = "Prophet",
|
|
2823
|
+
RandomForest = "RandomForest",
|
|
2824
|
+
SeasonalAverage = "SeasonalAverage",
|
|
2825
|
+
SeasonalNaive = "SeasonalNaive",
|
|
2826
|
+
SGD = "SGD",
|
|
2827
|
+
TCNForecaster = "TCNForecaster",
|
|
2828
|
+
XGBoostRegressor = "XGBoostRegressor"
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
// @public
|
|
2832
|
+
export enum KnownForecastingPrimaryMetrics {
|
|
2833
|
+
NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError",
|
|
2834
|
+
NormalizedRootMeanSquaredError = "NormalizedRootMeanSquaredError",
|
|
2835
|
+
R2Score = "R2Score",
|
|
2836
|
+
SpearmanCorrelation = "SpearmanCorrelation"
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2343
2839
|
// @public
|
|
2344
2840
|
export enum KnownGoal {
|
|
2345
2841
|
Maximize = "Maximize",
|
|
@@ -2363,6 +2859,11 @@ export enum KnownInputDeliveryMode {
|
|
|
2363
2859
|
ReadWriteMount = "ReadWriteMount"
|
|
2364
2860
|
}
|
|
2365
2861
|
|
|
2862
|
+
// @public
|
|
2863
|
+
export enum KnownInstanceSegmentationPrimaryMetrics {
|
|
2864
|
+
MeanAveragePrecision = "MeanAveragePrecision"
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2366
2867
|
// @public
|
|
2367
2868
|
export enum KnownJobInputType {
|
|
2368
2869
|
CustomModel = "custom_model",
|
|
@@ -2410,6 +2911,7 @@ export enum KnownJobStatus {
|
|
|
2410
2911
|
|
|
2411
2912
|
// @public
|
|
2412
2913
|
export enum KnownJobType {
|
|
2914
|
+
AutoML = "AutoML",
|
|
2413
2915
|
Command = "Command",
|
|
2414
2916
|
Pipeline = "Pipeline",
|
|
2415
2917
|
Sweep = "Sweep"
|
|
@@ -2421,6 +2923,13 @@ export enum KnownKeyType {
|
|
|
2421
2923
|
Secondary = "Secondary"
|
|
2422
2924
|
}
|
|
2423
2925
|
|
|
2926
|
+
// @public
|
|
2927
|
+
export enum KnownLearningRateScheduler {
|
|
2928
|
+
None = "None",
|
|
2929
|
+
Step = "Step",
|
|
2930
|
+
WarmupCosine = "WarmupCosine"
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2424
2933
|
// @public
|
|
2425
2934
|
export enum KnownListViewType {
|
|
2426
2935
|
ActiveOnly = "ActiveOnly",
|
|
@@ -2434,6 +2943,16 @@ export enum KnownLoadBalancerType {
|
|
|
2434
2943
|
PublicIp = "PublicIp"
|
|
2435
2944
|
}
|
|
2436
2945
|
|
|
2946
|
+
// @public
|
|
2947
|
+
export enum KnownLogVerbosity {
|
|
2948
|
+
Critical = "Critical",
|
|
2949
|
+
Debug = "Debug",
|
|
2950
|
+
Error = "Error",
|
|
2951
|
+
Info = "Info",
|
|
2952
|
+
NotSet = "NotSet",
|
|
2953
|
+
Warning = "Warning"
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2437
2956
|
// @public
|
|
2438
2957
|
export enum KnownManagedServiceIdentityType {
|
|
2439
2958
|
None = "None",
|
|
@@ -2442,6 +2961,15 @@ export enum KnownManagedServiceIdentityType {
|
|
|
2442
2961
|
UserAssigned = "UserAssigned"
|
|
2443
2962
|
}
|
|
2444
2963
|
|
|
2964
|
+
// @public
|
|
2965
|
+
export enum KnownModelSize {
|
|
2966
|
+
ExtraLarge = "ExtraLarge",
|
|
2967
|
+
Large = "Large",
|
|
2968
|
+
Medium = "Medium",
|
|
2969
|
+
None = "None",
|
|
2970
|
+
Small = "Small"
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2445
2973
|
// @public
|
|
2446
2974
|
export enum KnownMountAction {
|
|
2447
2975
|
Mount = "Mount",
|
|
@@ -2458,6 +2986,12 @@ export enum KnownMountState {
|
|
|
2458
2986
|
UnmountRequested = "UnmountRequested"
|
|
2459
2987
|
}
|
|
2460
2988
|
|
|
2989
|
+
// @public
|
|
2990
|
+
export enum KnownNCrossValidationsMode {
|
|
2991
|
+
Auto = "Auto",
|
|
2992
|
+
Custom = "Custom"
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2461
2995
|
// @public
|
|
2462
2996
|
export enum KnownNetwork {
|
|
2463
2997
|
Bridge = "Bridge",
|
|
@@ -2474,6 +3008,11 @@ export enum KnownNodeState {
|
|
|
2474
3008
|
Unusable = "unusable"
|
|
2475
3009
|
}
|
|
2476
3010
|
|
|
3011
|
+
// @public
|
|
3012
|
+
export enum KnownObjectDetectionPrimaryMetrics {
|
|
3013
|
+
MeanAveragePrecision = "MeanAveragePrecision"
|
|
3014
|
+
}
|
|
3015
|
+
|
|
2477
3016
|
// @public
|
|
2478
3017
|
export enum KnownOperatingSystemType {
|
|
2479
3018
|
Linux = "Linux",
|
|
@@ -2570,6 +3109,12 @@ export enum KnownPublicNetworkAccess {
|
|
|
2570
3109
|
Enabled = "Enabled"
|
|
2571
3110
|
}
|
|
2572
3111
|
|
|
3112
|
+
// @public
|
|
3113
|
+
export enum KnownPublicNetworkAccessType {
|
|
3114
|
+
Disabled = "Disabled",
|
|
3115
|
+
Enabled = "Enabled"
|
|
3116
|
+
}
|
|
3117
|
+
|
|
2573
3118
|
// @public
|
|
2574
3119
|
export enum KnownQuotaUnit {
|
|
2575
3120
|
Count = "Count"
|
|
@@ -2581,6 +3126,15 @@ export enum KnownRandomSamplingAlgorithmRule {
|
|
|
2581
3126
|
Sobol = "Sobol"
|
|
2582
3127
|
}
|
|
2583
3128
|
|
|
3129
|
+
// @public
|
|
3130
|
+
export enum KnownRecurrenceFrequency {
|
|
3131
|
+
Day = "Day",
|
|
3132
|
+
Hour = "Hour",
|
|
3133
|
+
Minute = "Minute",
|
|
3134
|
+
Month = "Month",
|
|
3135
|
+
Week = "Week"
|
|
3136
|
+
}
|
|
3137
|
+
|
|
2584
3138
|
// @public
|
|
2585
3139
|
export enum KnownReferenceType {
|
|
2586
3140
|
DataPath = "DataPath",
|
|
@@ -2588,6 +3142,28 @@ export enum KnownReferenceType {
|
|
|
2588
3142
|
OutputPath = "OutputPath"
|
|
2589
3143
|
}
|
|
2590
3144
|
|
|
3145
|
+
// @public
|
|
3146
|
+
export enum KnownRegressionModels {
|
|
3147
|
+
DecisionTree = "DecisionTree",
|
|
3148
|
+
ElasticNet = "ElasticNet",
|
|
3149
|
+
ExtremeRandomTrees = "ExtremeRandomTrees",
|
|
3150
|
+
GradientBoosting = "GradientBoosting",
|
|
3151
|
+
KNN = "KNN",
|
|
3152
|
+
LassoLars = "LassoLars",
|
|
3153
|
+
LightGBM = "LightGBM",
|
|
3154
|
+
RandomForest = "RandomForest",
|
|
3155
|
+
SGD = "SGD",
|
|
3156
|
+
XGBoostRegressor = "XGBoostRegressor"
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
// @public
|
|
3160
|
+
export enum KnownRegressionPrimaryMetrics {
|
|
3161
|
+
NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError",
|
|
3162
|
+
NormalizedRootMeanSquaredError = "NormalizedRootMeanSquaredError",
|
|
3163
|
+
R2Score = "R2Score",
|
|
3164
|
+
SpearmanCorrelation = "SpearmanCorrelation"
|
|
3165
|
+
}
|
|
3166
|
+
|
|
2591
3167
|
// @public
|
|
2592
3168
|
export enum KnownRemoteLoginPortPublicAccess {
|
|
2593
3169
|
Disabled = "Disabled",
|
|
@@ -2608,6 +3184,19 @@ export enum KnownScaleType {
|
|
|
2608
3184
|
TargetUtilization = "TargetUtilization"
|
|
2609
3185
|
}
|
|
2610
3186
|
|
|
3187
|
+
// @public
|
|
3188
|
+
export enum KnownScheduleActionType {
|
|
3189
|
+
CreateJob = "CreateJob",
|
|
3190
|
+
InvokeBatchEndpoint = "InvokeBatchEndpoint"
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
// @public
|
|
3194
|
+
export enum KnownScheduleListViewType {
|
|
3195
|
+
All = "All",
|
|
3196
|
+
DisabledOnly = "DisabledOnly",
|
|
3197
|
+
EnabledOnly = "EnabledOnly"
|
|
3198
|
+
}
|
|
3199
|
+
|
|
2611
3200
|
// @public
|
|
2612
3201
|
export enum KnownScheduleProvisioningState {
|
|
2613
3202
|
Completed = "Completed",
|
|
@@ -2615,12 +3204,28 @@ export enum KnownScheduleProvisioningState {
|
|
|
2615
3204
|
Provisioning = "Provisioning"
|
|
2616
3205
|
}
|
|
2617
3206
|
|
|
3207
|
+
// @public
|
|
3208
|
+
export enum KnownScheduleProvisioningStatus {
|
|
3209
|
+
Canceled = "Canceled",
|
|
3210
|
+
Creating = "Creating",
|
|
3211
|
+
Deleting = "Deleting",
|
|
3212
|
+
Failed = "Failed",
|
|
3213
|
+
Succeeded = "Succeeded",
|
|
3214
|
+
Updating = "Updating"
|
|
3215
|
+
}
|
|
3216
|
+
|
|
2618
3217
|
// @public
|
|
2619
3218
|
export enum KnownScheduleStatus {
|
|
2620
3219
|
Disabled = "Disabled",
|
|
2621
3220
|
Enabled = "Enabled"
|
|
2622
3221
|
}
|
|
2623
3222
|
|
|
3223
|
+
// @public
|
|
3224
|
+
export enum KnownSeasonalityMode {
|
|
3225
|
+
Auto = "Auto",
|
|
3226
|
+
Custom = "Custom"
|
|
3227
|
+
}
|
|
3228
|
+
|
|
2624
3229
|
// @public
|
|
2625
3230
|
export enum KnownSecretsType {
|
|
2626
3231
|
AccountKey = "AccountKey",
|
|
@@ -2636,6 +3241,14 @@ export enum KnownServiceDataAccessAuthIdentity {
|
|
|
2636
3241
|
WorkspaceUserAssignedIdentity = "WorkspaceUserAssignedIdentity"
|
|
2637
3242
|
}
|
|
2638
3243
|
|
|
3244
|
+
// @public
|
|
3245
|
+
export enum KnownShortSeriesHandlingConfiguration {
|
|
3246
|
+
Auto = "Auto",
|
|
3247
|
+
Drop = "Drop",
|
|
3248
|
+
None = "None",
|
|
3249
|
+
Pad = "Pad"
|
|
3250
|
+
}
|
|
3251
|
+
|
|
2639
3252
|
// @public
|
|
2640
3253
|
export enum KnownSkuScaleType {
|
|
2641
3254
|
Automatic = "Automatic",
|
|
@@ -2663,6 +3276,18 @@ export enum KnownSslConfigStatus {
|
|
|
2663
3276
|
Enabled = "Enabled"
|
|
2664
3277
|
}
|
|
2665
3278
|
|
|
3279
|
+
// @public
|
|
3280
|
+
export enum KnownStackMetaLearnerType {
|
|
3281
|
+
ElasticNet = "ElasticNet",
|
|
3282
|
+
ElasticNetCV = "ElasticNetCV",
|
|
3283
|
+
LightGBMClassifier = "LightGBMClassifier",
|
|
3284
|
+
LightGBMRegressor = "LightGBMRegressor",
|
|
3285
|
+
LinearRegression = "LinearRegression",
|
|
3286
|
+
LogisticRegression = "LogisticRegression",
|
|
3287
|
+
LogisticRegressionCV = "LogisticRegressionCV",
|
|
3288
|
+
None = "None"
|
|
3289
|
+
}
|
|
3290
|
+
|
|
2666
3291
|
// @public
|
|
2667
3292
|
export enum KnownStatus {
|
|
2668
3293
|
Failure = "Failure",
|
|
@@ -2675,12 +3300,61 @@ export enum KnownStatus {
|
|
|
2675
3300
|
Undefined = "Undefined"
|
|
2676
3301
|
}
|
|
2677
3302
|
|
|
3303
|
+
// @public
|
|
3304
|
+
export enum KnownStochasticOptimizer {
|
|
3305
|
+
Adam = "Adam",
|
|
3306
|
+
Adamw = "Adamw",
|
|
3307
|
+
None = "None",
|
|
3308
|
+
Sgd = "Sgd"
|
|
3309
|
+
}
|
|
3310
|
+
|
|
2678
3311
|
// @public
|
|
2679
3312
|
export enum KnownStorageAccountType {
|
|
2680
3313
|
PremiumLRS = "Premium_LRS",
|
|
2681
3314
|
StandardLRS = "Standard_LRS"
|
|
2682
3315
|
}
|
|
2683
3316
|
|
|
3317
|
+
// @public
|
|
3318
|
+
export enum KnownTargetAggregationFunction {
|
|
3319
|
+
Max = "Max",
|
|
3320
|
+
Mean = "Mean",
|
|
3321
|
+
Min = "Min",
|
|
3322
|
+
None = "None",
|
|
3323
|
+
Sum = "Sum"
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
// @public
|
|
3327
|
+
export enum KnownTargetLagsMode {
|
|
3328
|
+
Auto = "Auto",
|
|
3329
|
+
Custom = "Custom"
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
// @public
|
|
3333
|
+
export enum KnownTargetRollingWindowSizeMode {
|
|
3334
|
+
Auto = "Auto",
|
|
3335
|
+
Custom = "Custom"
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
// @public
|
|
3339
|
+
export enum KnownTaskType {
|
|
3340
|
+
Classification = "Classification",
|
|
3341
|
+
Forecasting = "Forecasting",
|
|
3342
|
+
ImageClassification = "ImageClassification",
|
|
3343
|
+
ImageClassificationMultilabel = "ImageClassificationMultilabel",
|
|
3344
|
+
ImageInstanceSegmentation = "ImageInstanceSegmentation",
|
|
3345
|
+
ImageObjectDetection = "ImageObjectDetection",
|
|
3346
|
+
Regression = "Regression",
|
|
3347
|
+
TextClassification = "TextClassification",
|
|
3348
|
+
TextClassificationMultilabel = "TextClassificationMultilabel",
|
|
3349
|
+
TextNER = "TextNER"
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
// @public
|
|
3353
|
+
export enum KnownTriggerType {
|
|
3354
|
+
Cron = "Cron",
|
|
3355
|
+
Recurrence = "Recurrence"
|
|
3356
|
+
}
|
|
3357
|
+
|
|
2684
3358
|
// @public
|
|
2685
3359
|
export enum KnownUnderlyingResourceAction {
|
|
2686
3360
|
Delete = "Delete",
|
|
@@ -2697,6 +3371,21 @@ export enum KnownUsageUnit {
|
|
|
2697
3371
|
Count = "Count"
|
|
2698
3372
|
}
|
|
2699
3373
|
|
|
3374
|
+
// @public
|
|
3375
|
+
export enum KnownUseStl {
|
|
3376
|
+
None = "None",
|
|
3377
|
+
Season = "Season",
|
|
3378
|
+
SeasonTrend = "SeasonTrend"
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3381
|
+
// @public
|
|
3382
|
+
export enum KnownValidationMetricType {
|
|
3383
|
+
Coco = "Coco",
|
|
3384
|
+
CocoVoc = "CocoVoc",
|
|
3385
|
+
None = "None",
|
|
3386
|
+
Voc = "Voc"
|
|
3387
|
+
}
|
|
3388
|
+
|
|
2700
3389
|
// @public
|
|
2701
3390
|
export enum KnownValueFormat {
|
|
2702
3391
|
Json = "JSON"
|
|
@@ -2721,6 +3410,17 @@ export enum KnownVMTier {
|
|
|
2721
3410
|
Standard = "Standard"
|
|
2722
3411
|
}
|
|
2723
3412
|
|
|
3413
|
+
// @public
|
|
3414
|
+
export enum KnownWeekDay {
|
|
3415
|
+
Friday = "Friday",
|
|
3416
|
+
Monday = "Monday",
|
|
3417
|
+
Saturday = "Saturday",
|
|
3418
|
+
Sunday = "Sunday",
|
|
3419
|
+
Thursday = "Thursday",
|
|
3420
|
+
Tuesday = "Tuesday",
|
|
3421
|
+
Wednesday = "Wednesday"
|
|
3422
|
+
}
|
|
3423
|
+
|
|
2724
3424
|
// @public
|
|
2725
3425
|
export interface Kubernetes extends Compute, KubernetesSchema {
|
|
2726
3426
|
computeType: "Kubernetes";
|
|
@@ -2751,6 +3451,9 @@ export interface KubernetesSchema {
|
|
|
2751
3451
|
properties?: KubernetesProperties;
|
|
2752
3452
|
}
|
|
2753
3453
|
|
|
3454
|
+
// @public
|
|
3455
|
+
export type LearningRateScheduler = string;
|
|
3456
|
+
|
|
2754
3457
|
// @public
|
|
2755
3458
|
export interface ListAmlUserFeatureResult {
|
|
2756
3459
|
readonly nextLink?: string;
|
|
@@ -2801,6 +3504,9 @@ export interface LiteralJobInput extends JobInput {
|
|
|
2801
3504
|
// @public
|
|
2802
3505
|
export type LoadBalancerType = string;
|
|
2803
3506
|
|
|
3507
|
+
// @public
|
|
3508
|
+
export type LogVerbosity = string;
|
|
3509
|
+
|
|
2804
3510
|
// @public
|
|
2805
3511
|
export interface ManagedIdentity extends IdentityConfiguration {
|
|
2806
3512
|
clientId?: string;
|
|
@@ -2922,6 +3628,9 @@ export interface ModelContainersListOptionalParams extends coreClient.OperationO
|
|
|
2922
3628
|
// @public
|
|
2923
3629
|
export type ModelContainersListResponse = ModelContainerResourceArmPaginatedResult;
|
|
2924
3630
|
|
|
3631
|
+
// @public
|
|
3632
|
+
export type ModelSize = string;
|
|
3633
|
+
|
|
2925
3634
|
// @public
|
|
2926
3635
|
export interface ModelVersion extends Resource {
|
|
2927
3636
|
properties: ModelVersionProperties;
|
|
@@ -3015,9 +3724,38 @@ export interface Mpi extends DistributionConfiguration {
|
|
|
3015
3724
|
processCountPerInstance?: number;
|
|
3016
3725
|
}
|
|
3017
3726
|
|
|
3727
|
+
// @public
|
|
3728
|
+
export interface NCrossValidations {
|
|
3729
|
+
mode: "Auto" | "Custom";
|
|
3730
|
+
}
|
|
3731
|
+
|
|
3732
|
+
// @public
|
|
3733
|
+
export type NCrossValidationsMode = string;
|
|
3734
|
+
|
|
3735
|
+
// @public (undocumented)
|
|
3736
|
+
export type NCrossValidationsUnion = NCrossValidations | AutoNCrossValidations | CustomNCrossValidations;
|
|
3737
|
+
|
|
3018
3738
|
// @public
|
|
3019
3739
|
export type Network = string;
|
|
3020
3740
|
|
|
3741
|
+
// @public
|
|
3742
|
+
export interface NlpVertical {
|
|
3743
|
+
featurizationSettings?: NlpVerticalFeaturizationSettings;
|
|
3744
|
+
limitSettings?: NlpVerticalLimitSettings;
|
|
3745
|
+
validationData?: MLTableJobInput;
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3748
|
+
// @public (undocumented)
|
|
3749
|
+
export interface NlpVerticalFeaturizationSettings extends FeaturizationSettings {
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
// @public
|
|
3753
|
+
export interface NlpVerticalLimitSettings {
|
|
3754
|
+
maxConcurrentTrials?: number;
|
|
3755
|
+
maxTrials?: number;
|
|
3756
|
+
timeout?: string;
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3021
3759
|
// @public
|
|
3022
3760
|
export type NodeState = string;
|
|
3023
3761
|
|
|
@@ -3069,6 +3807,9 @@ export interface NotebookResourceInfo {
|
|
|
3069
3807
|
resourceId?: string;
|
|
3070
3808
|
}
|
|
3071
3809
|
|
|
3810
|
+
// @public
|
|
3811
|
+
export type ObjectDetectionPrimaryMetrics = string;
|
|
3812
|
+
|
|
3072
3813
|
// @public
|
|
3073
3814
|
export interface Objective {
|
|
3074
3815
|
goal: Goal;
|
|
@@ -3086,6 +3827,7 @@ export interface OnlineDeployment extends TrackedResource {
|
|
|
3086
3827
|
// @public (undocumented)
|
|
3087
3828
|
export interface OnlineDeploymentProperties extends EndpointDeploymentPropertiesBase {
|
|
3088
3829
|
appInsightsEnabled?: boolean;
|
|
3830
|
+
egressPublicNetworkAccess?: EgressPublicNetworkAccessType;
|
|
3089
3831
|
endpointComputeType: EndpointComputeType;
|
|
3090
3832
|
instanceType?: string;
|
|
3091
3833
|
livenessProbe?: ProbeSettings;
|
|
@@ -3228,6 +3970,7 @@ export interface OnlineEndpoint extends TrackedResource {
|
|
|
3228
3970
|
export interface OnlineEndpointProperties extends EndpointPropertiesBase {
|
|
3229
3971
|
compute?: string;
|
|
3230
3972
|
readonly provisioningState?: EndpointProvisioningState;
|
|
3973
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
|
3231
3974
|
traffic?: {
|
|
3232
3975
|
[propertyName: string]: number;
|
|
3233
3976
|
};
|
|
@@ -3499,6 +4242,7 @@ export interface PipelineJob extends JobBaseProperties {
|
|
|
3499
4242
|
[propertyName: string]: JobOutputUnion | null;
|
|
3500
4243
|
};
|
|
3501
4244
|
settings?: Record<string, unknown>;
|
|
4245
|
+
sourceJobId?: string;
|
|
3502
4246
|
}
|
|
3503
4247
|
|
|
3504
4248
|
// @public
|
|
@@ -3619,6 +4363,9 @@ export type ProvisioningStatus = string;
|
|
|
3619
4363
|
// @public
|
|
3620
4364
|
export type PublicNetworkAccess = string;
|
|
3621
4365
|
|
|
4366
|
+
// @public
|
|
4367
|
+
export type PublicNetworkAccessType = string;
|
|
4368
|
+
|
|
3622
4369
|
// @public
|
|
3623
4370
|
export interface PyTorch extends DistributionConfiguration {
|
|
3624
4371
|
distributionType: "PyTorch";
|
|
@@ -3679,6 +4426,25 @@ export interface RandomSamplingAlgorithm extends SamplingAlgorithm {
|
|
|
3679
4426
|
// @public
|
|
3680
4427
|
export type RandomSamplingAlgorithmRule = string;
|
|
3681
4428
|
|
|
4429
|
+
// @public
|
|
4430
|
+
export type RecurrenceFrequency = string;
|
|
4431
|
+
|
|
4432
|
+
// @public (undocumented)
|
|
4433
|
+
export interface RecurrenceSchedule {
|
|
4434
|
+
hours: number[];
|
|
4435
|
+
minutes: number[];
|
|
4436
|
+
monthDays?: number[];
|
|
4437
|
+
weekDays?: WeekDay[];
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4440
|
+
// @public (undocumented)
|
|
4441
|
+
export interface RecurrenceTrigger extends TriggerBase {
|
|
4442
|
+
frequency: RecurrenceFrequency;
|
|
4443
|
+
interval: number;
|
|
4444
|
+
schedule?: RecurrenceSchedule;
|
|
4445
|
+
triggerType: "Recurrence";
|
|
4446
|
+
}
|
|
4447
|
+
|
|
3682
4448
|
// @public
|
|
3683
4449
|
export type ReferenceType = string;
|
|
3684
4450
|
|
|
@@ -3696,6 +4462,24 @@ export interface RegistryListCredentialsResult {
|
|
|
3696
4462
|
readonly username?: string;
|
|
3697
4463
|
}
|
|
3698
4464
|
|
|
4465
|
+
// @public
|
|
4466
|
+
export interface Regression extends TableVertical, AutoMLVertical {
|
|
4467
|
+
primaryMetric?: RegressionPrimaryMetrics;
|
|
4468
|
+
trainingSettings?: RegressionTrainingSettings;
|
|
4469
|
+
}
|
|
4470
|
+
|
|
4471
|
+
// @public
|
|
4472
|
+
export type RegressionModels = string;
|
|
4473
|
+
|
|
4474
|
+
// @public
|
|
4475
|
+
export type RegressionPrimaryMetrics = string;
|
|
4476
|
+
|
|
4477
|
+
// @public
|
|
4478
|
+
export interface RegressionTrainingSettings extends TrainingSettings {
|
|
4479
|
+
allowedTrainingAlgorithms?: RegressionModels[];
|
|
4480
|
+
blockedTrainingAlgorithms?: RegressionModels[];
|
|
4481
|
+
}
|
|
4482
|
+
|
|
3699
4483
|
// @public
|
|
3700
4484
|
export type RemoteLoginPortPublicAccess = string;
|
|
3701
4485
|
|
|
@@ -3799,19 +4583,116 @@ export interface ScaleSettingsInformation {
|
|
|
3799
4583
|
// @public
|
|
3800
4584
|
export type ScaleType = string;
|
|
3801
4585
|
|
|
4586
|
+
// @public
|
|
4587
|
+
export interface Schedule extends Resource {
|
|
4588
|
+
properties: ScheduleProperties;
|
|
4589
|
+
}
|
|
4590
|
+
|
|
4591
|
+
// @public (undocumented)
|
|
4592
|
+
export interface ScheduleActionBase {
|
|
4593
|
+
actionType: "InvokeBatchEndpoint" | "CreateJob";
|
|
4594
|
+
}
|
|
4595
|
+
|
|
4596
|
+
// @public (undocumented)
|
|
4597
|
+
export type ScheduleActionBaseUnion = ScheduleActionBase | EndpointScheduleAction | JobScheduleAction;
|
|
4598
|
+
|
|
4599
|
+
// @public
|
|
4600
|
+
export type ScheduleActionType = string;
|
|
4601
|
+
|
|
3802
4602
|
// @public (undocumented)
|
|
3803
4603
|
export interface ScheduleBase {
|
|
3804
|
-
// (undocumented)
|
|
3805
4604
|
id?: string;
|
|
3806
|
-
// (undocumented)
|
|
3807
4605
|
provisioningStatus?: ScheduleProvisioningState;
|
|
3808
|
-
// (undocumented)
|
|
3809
4606
|
status?: ScheduleStatus;
|
|
3810
4607
|
}
|
|
3811
4608
|
|
|
4609
|
+
// @public
|
|
4610
|
+
export type ScheduleListViewType = string;
|
|
4611
|
+
|
|
4612
|
+
// @public
|
|
4613
|
+
export interface ScheduleProperties extends ResourceBase {
|
|
4614
|
+
action: ScheduleActionBaseUnion;
|
|
4615
|
+
displayName?: string;
|
|
4616
|
+
isEnabled?: boolean;
|
|
4617
|
+
readonly provisioningState?: ScheduleProvisioningStatus;
|
|
4618
|
+
trigger: TriggerBaseUnion;
|
|
4619
|
+
}
|
|
4620
|
+
|
|
3812
4621
|
// @public
|
|
3813
4622
|
export type ScheduleProvisioningState = string;
|
|
3814
4623
|
|
|
4624
|
+
// @public
|
|
4625
|
+
export type ScheduleProvisioningStatus = string;
|
|
4626
|
+
|
|
4627
|
+
// @public
|
|
4628
|
+
export interface ScheduleResourceArmPaginatedResult {
|
|
4629
|
+
nextLink?: string;
|
|
4630
|
+
value?: Schedule[];
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4633
|
+
// @public
|
|
4634
|
+
export interface Schedules {
|
|
4635
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SchedulesCreateOrUpdateResponse>, SchedulesCreateOrUpdateResponse>>;
|
|
4636
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SchedulesCreateOrUpdateResponse>;
|
|
4637
|
+
beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
4638
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<void>;
|
|
4639
|
+
get(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesGetOptionalParams): Promise<SchedulesGetResponse>;
|
|
4640
|
+
list(resourceGroupName: string, workspaceName: string, options?: SchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
// @public
|
|
4644
|
+
export interface SchedulesCreateOrUpdateHeaders {
|
|
4645
|
+
azureAsyncOperation?: string;
|
|
4646
|
+
xMsAsyncOperationTimeout?: string;
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4649
|
+
// @public
|
|
4650
|
+
export interface SchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4651
|
+
resumeFrom?: string;
|
|
4652
|
+
updateIntervalInMs?: number;
|
|
4653
|
+
}
|
|
4654
|
+
|
|
4655
|
+
// @public
|
|
4656
|
+
export type SchedulesCreateOrUpdateResponse = Schedule;
|
|
4657
|
+
|
|
4658
|
+
// @public
|
|
4659
|
+
export interface SchedulesDeleteHeaders {
|
|
4660
|
+
location?: string;
|
|
4661
|
+
retryAfter?: number;
|
|
4662
|
+
xMsAsyncOperationTimeout?: string;
|
|
4663
|
+
}
|
|
4664
|
+
|
|
4665
|
+
// @public
|
|
4666
|
+
export interface SchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4667
|
+
resumeFrom?: string;
|
|
4668
|
+
updateIntervalInMs?: number;
|
|
4669
|
+
}
|
|
4670
|
+
|
|
4671
|
+
// @public
|
|
4672
|
+
export interface SchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
4673
|
+
}
|
|
4674
|
+
|
|
4675
|
+
// @public
|
|
4676
|
+
export type SchedulesGetResponse = Schedule;
|
|
4677
|
+
|
|
4678
|
+
// @public
|
|
4679
|
+
export interface SchedulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4680
|
+
listViewType?: ScheduleListViewType;
|
|
4681
|
+
skip?: string;
|
|
4682
|
+
}
|
|
4683
|
+
|
|
4684
|
+
// @public
|
|
4685
|
+
export type SchedulesListNextResponse = ScheduleResourceArmPaginatedResult;
|
|
4686
|
+
|
|
4687
|
+
// @public
|
|
4688
|
+
export interface SchedulesListOptionalParams extends coreClient.OperationOptions {
|
|
4689
|
+
listViewType?: ScheduleListViewType;
|
|
4690
|
+
skip?: string;
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4693
|
+
// @public
|
|
4694
|
+
export type SchedulesListResponse = ScheduleResourceArmPaginatedResult;
|
|
4695
|
+
|
|
3815
4696
|
// @public
|
|
3816
4697
|
export type ScheduleStatus = string;
|
|
3817
4698
|
|
|
@@ -3829,6 +4710,17 @@ export interface ScriptsToExecute {
|
|
|
3829
4710
|
startupScript?: ScriptReference;
|
|
3830
4711
|
}
|
|
3831
4712
|
|
|
4713
|
+
// @public
|
|
4714
|
+
export interface Seasonality {
|
|
4715
|
+
mode: "Auto" | "Custom";
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4718
|
+
// @public
|
|
4719
|
+
export type SeasonalityMode = string;
|
|
4720
|
+
|
|
4721
|
+
// @public (undocumented)
|
|
4722
|
+
export type SeasonalityUnion = Seasonality | AutoSeasonality | CustomSeasonality;
|
|
4723
|
+
|
|
3832
4724
|
// @public
|
|
3833
4725
|
export type SecretsType = string;
|
|
3834
4726
|
|
|
@@ -3870,6 +4762,9 @@ export interface SharedPrivateLinkResource {
|
|
|
3870
4762
|
status?: PrivateEndpointServiceConnectionStatus;
|
|
3871
4763
|
}
|
|
3872
4764
|
|
|
4765
|
+
// @public
|
|
4766
|
+
export type ShortSeriesHandlingConfiguration = string;
|
|
4767
|
+
|
|
3873
4768
|
// @public
|
|
3874
4769
|
export interface Sku {
|
|
3875
4770
|
capacity?: number;
|
|
@@ -3931,9 +4826,22 @@ export interface SslConfiguration {
|
|
|
3931
4826
|
status?: SslConfigStatus;
|
|
3932
4827
|
}
|
|
3933
4828
|
|
|
4829
|
+
// @public
|
|
4830
|
+
export interface StackEnsembleSettings {
|
|
4831
|
+
stackMetaLearnerKWargs?: Record<string, unknown>;
|
|
4832
|
+
stackMetaLearnerTrainPercentage?: number;
|
|
4833
|
+
stackMetaLearnerType?: StackMetaLearnerType;
|
|
4834
|
+
}
|
|
4835
|
+
|
|
4836
|
+
// @public
|
|
4837
|
+
export type StackMetaLearnerType = string;
|
|
4838
|
+
|
|
3934
4839
|
// @public
|
|
3935
4840
|
export type Status = string;
|
|
3936
4841
|
|
|
4842
|
+
// @public
|
|
4843
|
+
export type StochasticOptimizer = string;
|
|
4844
|
+
|
|
3937
4845
|
// @public
|
|
3938
4846
|
export type StorageAccountType = string;
|
|
3939
4847
|
|
|
@@ -4000,6 +4908,68 @@ export interface SystemService {
|
|
|
4000
4908
|
readonly version?: string;
|
|
4001
4909
|
}
|
|
4002
4910
|
|
|
4911
|
+
// @public
|
|
4912
|
+
export interface TableVertical {
|
|
4913
|
+
cvSplitColumnNames?: string[];
|
|
4914
|
+
featurizationSettings?: TableVerticalFeaturizationSettings;
|
|
4915
|
+
limitSettings?: TableVerticalLimitSettings;
|
|
4916
|
+
nCrossValidations?: NCrossValidationsUnion;
|
|
4917
|
+
testData?: MLTableJobInput;
|
|
4918
|
+
testDataSize?: number;
|
|
4919
|
+
validationData?: MLTableJobInput;
|
|
4920
|
+
validationDataSize?: number;
|
|
4921
|
+
weightColumnName?: string;
|
|
4922
|
+
}
|
|
4923
|
+
|
|
4924
|
+
// @public
|
|
4925
|
+
export interface TableVerticalFeaturizationSettings extends FeaturizationSettings {
|
|
4926
|
+
blockedTransformers?: BlockedTransformers[];
|
|
4927
|
+
columnNameAndTypes?: {
|
|
4928
|
+
[propertyName: string]: string | null;
|
|
4929
|
+
};
|
|
4930
|
+
enableDnnFeaturization?: boolean;
|
|
4931
|
+
mode?: FeaturizationMode;
|
|
4932
|
+
transformerParams?: {
|
|
4933
|
+
[propertyName: string]: ColumnTransformer[] | null;
|
|
4934
|
+
};
|
|
4935
|
+
}
|
|
4936
|
+
|
|
4937
|
+
// @public
|
|
4938
|
+
export interface TableVerticalLimitSettings {
|
|
4939
|
+
enableEarlyTermination?: boolean;
|
|
4940
|
+
exitScore?: number;
|
|
4941
|
+
maxConcurrentTrials?: number;
|
|
4942
|
+
maxCoresPerTrial?: number;
|
|
4943
|
+
maxTrials?: number;
|
|
4944
|
+
timeout?: string;
|
|
4945
|
+
trialTimeout?: string;
|
|
4946
|
+
}
|
|
4947
|
+
|
|
4948
|
+
// @public
|
|
4949
|
+
export type TargetAggregationFunction = string;
|
|
4950
|
+
|
|
4951
|
+
// @public
|
|
4952
|
+
export interface TargetLags {
|
|
4953
|
+
mode: "Auto" | "Custom";
|
|
4954
|
+
}
|
|
4955
|
+
|
|
4956
|
+
// @public
|
|
4957
|
+
export type TargetLagsMode = string;
|
|
4958
|
+
|
|
4959
|
+
// @public (undocumented)
|
|
4960
|
+
export type TargetLagsUnion = TargetLags | AutoTargetLags | CustomTargetLags;
|
|
4961
|
+
|
|
4962
|
+
// @public
|
|
4963
|
+
export interface TargetRollingWindowSize {
|
|
4964
|
+
mode: "Auto" | "Custom";
|
|
4965
|
+
}
|
|
4966
|
+
|
|
4967
|
+
// @public
|
|
4968
|
+
export type TargetRollingWindowSizeMode = string;
|
|
4969
|
+
|
|
4970
|
+
// @public (undocumented)
|
|
4971
|
+
export type TargetRollingWindowSizeUnion = TargetRollingWindowSize | AutoTargetRollingWindowSize | CustomTargetRollingWindowSize;
|
|
4972
|
+
|
|
4003
4973
|
// @public (undocumented)
|
|
4004
4974
|
export interface TargetUtilizationScaleSettings extends OnlineScaleSettings {
|
|
4005
4975
|
maxInstances?: number;
|
|
@@ -4009,6 +4979,9 @@ export interface TargetUtilizationScaleSettings extends OnlineScaleSettings {
|
|
|
4009
4979
|
targetUtilizationPercentage?: number;
|
|
4010
4980
|
}
|
|
4011
4981
|
|
|
4982
|
+
// @public
|
|
4983
|
+
export type TaskType = string;
|
|
4984
|
+
|
|
4012
4985
|
// @public
|
|
4013
4986
|
export interface TensorFlow extends DistributionConfiguration {
|
|
4014
4987
|
distributionType: "TensorFlow";
|
|
@@ -4016,6 +4989,21 @@ export interface TensorFlow extends DistributionConfiguration {
|
|
|
4016
4989
|
workerCount?: number;
|
|
4017
4990
|
}
|
|
4018
4991
|
|
|
4992
|
+
// @public
|
|
4993
|
+
export interface TextClassification extends NlpVertical, AutoMLVertical {
|
|
4994
|
+
primaryMetric?: ClassificationPrimaryMetrics;
|
|
4995
|
+
}
|
|
4996
|
+
|
|
4997
|
+
// @public
|
|
4998
|
+
export interface TextClassificationMultilabel extends NlpVertical, AutoMLVertical {
|
|
4999
|
+
readonly primaryMetric?: ClassificationMultilabelPrimaryMetrics;
|
|
5000
|
+
}
|
|
5001
|
+
|
|
5002
|
+
// @public
|
|
5003
|
+
export interface TextNer extends NlpVertical, AutoMLVertical {
|
|
5004
|
+
readonly primaryMetric?: ClassificationPrimaryMetrics;
|
|
5005
|
+
}
|
|
5006
|
+
|
|
4019
5007
|
// @public
|
|
4020
5008
|
export interface TrackedResource extends Resource {
|
|
4021
5009
|
location: string;
|
|
@@ -4024,6 +5012,17 @@ export interface TrackedResource extends Resource {
|
|
|
4024
5012
|
};
|
|
4025
5013
|
}
|
|
4026
5014
|
|
|
5015
|
+
// @public
|
|
5016
|
+
export interface TrainingSettings {
|
|
5017
|
+
enableDnnTraining?: boolean;
|
|
5018
|
+
enableModelExplainability?: boolean;
|
|
5019
|
+
enableOnnxCompatibleModels?: boolean;
|
|
5020
|
+
enableStackEnsemble?: boolean;
|
|
5021
|
+
enableVoteEnsemble?: boolean;
|
|
5022
|
+
ensembleModelDownloadTimeout?: string;
|
|
5023
|
+
stackEnsembleSettings?: StackEnsembleSettings;
|
|
5024
|
+
}
|
|
5025
|
+
|
|
4027
5026
|
// @public
|
|
4028
5027
|
export interface TrialComponent {
|
|
4029
5028
|
codeId?: string;
|
|
@@ -4033,9 +5032,23 @@ export interface TrialComponent {
|
|
|
4033
5032
|
environmentVariables?: {
|
|
4034
5033
|
[propertyName: string]: string | null;
|
|
4035
5034
|
};
|
|
4036
|
-
resources?:
|
|
5035
|
+
resources?: JobResourceConfiguration;
|
|
5036
|
+
}
|
|
5037
|
+
|
|
5038
|
+
// @public (undocumented)
|
|
5039
|
+
export interface TriggerBase {
|
|
5040
|
+
endTime?: string;
|
|
5041
|
+
startTime?: string;
|
|
5042
|
+
timeZone?: string;
|
|
5043
|
+
triggerType: "Recurrence" | "Cron";
|
|
4037
5044
|
}
|
|
4038
5045
|
|
|
5046
|
+
// @public (undocumented)
|
|
5047
|
+
export type TriggerBaseUnion = TriggerBase | RecurrenceTrigger | CronTrigger;
|
|
5048
|
+
|
|
5049
|
+
// @public
|
|
5050
|
+
export type TriggerType = string;
|
|
5051
|
+
|
|
4039
5052
|
// @public (undocumented)
|
|
4040
5053
|
export interface TritonModelJobInput extends AssetJobInput, JobInput {
|
|
4041
5054
|
}
|
|
@@ -4161,6 +5174,12 @@ export interface UsernamePasswordAuthTypeWorkspaceConnectionProperties extends W
|
|
|
4161
5174
|
credentials?: WorkspaceConnectionUsernamePassword;
|
|
4162
5175
|
}
|
|
4163
5176
|
|
|
5177
|
+
// @public
|
|
5178
|
+
export type UseStl = string;
|
|
5179
|
+
|
|
5180
|
+
// @public
|
|
5181
|
+
export type ValidationMetricType = string;
|
|
5182
|
+
|
|
4164
5183
|
// @public
|
|
4165
5184
|
export type ValueFormat = string;
|
|
4166
5185
|
|
|
@@ -4249,6 +5268,9 @@ export type VmPriority = string;
|
|
|
4249
5268
|
// @public
|
|
4250
5269
|
export type VMTier = string;
|
|
4251
5270
|
|
|
5271
|
+
// @public
|
|
5272
|
+
export type WeekDay = string;
|
|
5273
|
+
|
|
4252
5274
|
// @public
|
|
4253
5275
|
export interface Workspace extends Resource {
|
|
4254
5276
|
allowPublicAccessWhenBehindVnet?: boolean;
|