@qlik/api 1.32.0 → 1.34.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.
Files changed (142) hide show
  1. package/api-keys.d.ts +13 -12
  2. package/api-keys.js +64 -50
  3. package/apps.d.ts +56 -56
  4. package/apps.js +392 -304
  5. package/assistants.d.ts +34 -34
  6. package/assistants.js +257 -201
  7. package/audits.d.ts +10 -10
  8. package/audits.js +48 -36
  9. package/{auth-types-DqfMuSRX.d.ts → auth-types-Cj5bM3Yk.d.ts} +29 -9
  10. package/auth.d.ts +17 -4
  11. package/auth.js +4 -2
  12. package/automation-connections.d.ts +12 -12
  13. package/automation-connections.js +75 -59
  14. package/automations.d.ts +29 -29
  15. package/automations.js +159 -123
  16. package/automl-deployments.d.ts +4 -4
  17. package/automl-deployments.js +14 -12
  18. package/automl-predictions.d.ts +13 -13
  19. package/automl-predictions.js +56 -44
  20. package/brands.d.ts +18 -18
  21. package/brands.js +107 -83
  22. package/chunks/{LY7RP2HA.js → 4V6T7Y4L.js} +26 -8
  23. package/chunks/{RCLKKVYB.js → 6C6WMV7V.js} +9 -2
  24. package/chunks/{VVD2DPKQ.js → 6WNP7HZQ.js} +3 -3
  25. package/chunks/7MMXU6EL.js +86 -0
  26. package/chunks/{6ZONDHRN.js → EEE42MLS.js} +11 -4
  27. package/chunks/{FKDGGR2O.js → I2HA7WJB.js} +1362 -1366
  28. package/chunks/{M64RLKVG.js → M7AINAXZ.js} +7 -5
  29. package/chunks/{LTNGXTXG.js → QAOVZB27.js} +3 -3
  30. package/chunks/{YTT2FEVE.js → QZKOA6VR.js} +1 -1
  31. package/chunks/{UZTIZ4H5.js → VUYZKBT5.js} +74 -74
  32. package/chunks/{3RGGGGAR.js → ZCTVPXGO.js} +1 -1
  33. package/collections.d.ts +16 -15
  34. package/collections.js +98 -76
  35. package/conditions.d.ts +13 -13
  36. package/conditions.js +97 -75
  37. package/consumption.d.ts +4 -4
  38. package/consumption.js +11 -9
  39. package/csp-origins.d.ts +9 -9
  40. package/csp-origins.js +53 -41
  41. package/csrf-token.d.ts +3 -3
  42. package/csrf-token.js +10 -8
  43. package/data-alerts.d.ts +22 -22
  44. package/data-alerts.js +139 -107
  45. package/data-assets.d.ts +8 -8
  46. package/data-assets.js +50 -40
  47. package/data-connections.d.ts +16 -16
  48. package/data-connections.js +87 -69
  49. package/data-credentials.d.ts +11 -11
  50. package/data-credentials.js +52 -42
  51. package/data-files.d.ts +18 -18
  52. package/data-files.js +107 -83
  53. package/data-qualities.d.ts +6 -6
  54. package/data-qualities.js +28 -22
  55. package/data-sets.d.ts +10 -10
  56. package/data-sets.js +59 -47
  57. package/data-sources.d.ts +7 -7
  58. package/data-sources.js +28 -22
  59. package/data-stores.d.ts +16 -16
  60. package/data-stores.js +92 -72
  61. package/dcaas.d.ts +6 -6
  62. package/dcaas.js +28 -22
  63. package/di-projects.d.ts +22 -22
  64. package/di-projects.js +148 -116
  65. package/direct-access-agents.d.ts +328 -0
  66. package/direct-access-agents.js +108 -0
  67. package/encryption.d.ts +12 -12
  68. package/encryption.js +82 -62
  69. package/extensions.d.ts +11 -11
  70. package/extensions.js +61 -47
  71. package/glossaries.d.ts +33 -33
  72. package/glossaries.js +221 -173
  73. package/groups.d.ts +12 -12
  74. package/groups.js +72 -56
  75. package/identity-providers.d.ts +11 -11
  76. package/identity-providers.js +67 -51
  77. package/index.d.ts +9 -4
  78. package/index.js +102 -67
  79. package/interceptors.d.ts +9 -2
  80. package/interceptors.js +2 -2
  81. package/invoke-fetch-types-BYCD4pc9.d.ts +98 -0
  82. package/items.d.ts +14 -13
  83. package/items.js +71 -55
  84. package/knowledgebases.d.ts +23 -23
  85. package/knowledgebases.js +153 -119
  86. package/licenses.d.ts +16 -14
  87. package/licenses.js +76 -58
  88. package/lineage-graphs.d.ts +17 -17
  89. package/lineage-graphs.js +76 -60
  90. package/ml.d.ts +238 -60
  91. package/ml.js +391 -286
  92. package/notes.d.ts +4 -4
  93. package/notes.js +19 -15
  94. package/notifications.d.ts +4 -4
  95. package/notifications.js +11 -9
  96. package/oauth-clients.d.ts +14 -14
  97. package/oauth-clients.js +96 -74
  98. package/oauth-tokens.d.ts +5 -5
  99. package/oauth-tokens.js +19 -15
  100. package/package.json +8 -6
  101. package/qix.d.ts +145 -4
  102. package/qix.js +2 -2
  103. package/questions.d.ts +5 -5
  104. package/questions.js +22 -18
  105. package/quotas.d.ts +6 -6
  106. package/quotas.js +20 -16
  107. package/reload-tasks.d.ts +8 -8
  108. package/reload-tasks.js +46 -36
  109. package/reloads.d.ts +7 -7
  110. package/reloads.js +36 -28
  111. package/report-templates.d.ts +10 -10
  112. package/report-templates.js +64 -50
  113. package/reports.d.ts +4 -4
  114. package/reports.js +20 -16
  115. package/roles.d.ts +8 -8
  116. package/roles.js +46 -36
  117. package/sharing-tasks.d.ts +14 -14
  118. package/sharing-tasks.js +89 -69
  119. package/spaces.d.ts +27 -23
  120. package/spaces.js +153 -119
  121. package/tasks.d.ts +17 -17
  122. package/tasks.js +90 -70
  123. package/temp-contents.d.ts +7 -7
  124. package/temp-contents.js +30 -24
  125. package/tenants.d.ts +8 -8
  126. package/tenants.js +57 -45
  127. package/themes.d.ts +11 -11
  128. package/themes.js +61 -47
  129. package/transports.d.ts +8 -8
  130. package/transports.js +49 -37
  131. package/ui-config.d.ts +9 -9
  132. package/ui-config.js +61 -47
  133. package/users.d.ts +15 -15
  134. package/users.js +81 -63
  135. package/web-integrations.d.ts +8 -8
  136. package/web-integrations.js +46 -36
  137. package/web-notifications.d.ts +9 -9
  138. package/web-notifications.js +53 -41
  139. package/webhooks.d.ts +14 -14
  140. package/webhooks.js +88 -68
  141. package/chunks/2ZQ3ZX7F.js +0 -33
  142. package/invoke-fetch-types-Cq7bjkqn.d.ts +0 -243
package/ml.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
- import './auth-types-DqfMuSRX.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-BYCD4pc9.js';
2
+ import './auth-types-Cj5bM3Yk.js';
3
3
 
4
4
  /**
5
5
  * An error object
@@ -90,14 +90,22 @@ type AliasInput = {
90
90
  * The mode of an alias. Default mode means the model assigned to that alias will be used if alias is not specified
91
91
  */
92
92
  type AliasMode = "default" | "undefined";
93
+ /**
94
+ * @example
95
+ * [
96
+ * {
97
+ * op: "replace",
98
+ * path: "/name"
99
+ * },
100
+ * {
101
+ * op: "replace",
102
+ * path: "/models"
103
+ * }
104
+ * ]
105
+ */
93
106
  type AliasPatch = AliasPatchItem[];
94
107
  /**
95
108
  * Alias values that can be patched.
96
- * @example
97
- * {
98
- * op: "replace",
99
- * path: "/name"
100
- * }
101
109
  */
102
110
  type AliasPatchItem = {
103
111
  /** All patch requests use the replace operation */
@@ -158,7 +166,10 @@ type BatchPrediction = {
158
166
  /** Timestamp when this was updated */
159
167
  updatedAt?: UpdatedAt;
160
168
  /** Sets which files, file names, and spaces are used to write results of
161
- * batch predictions (output files) to the catalog. */
169
+ * batch predictions (output files) to the catalog.
170
+ *
171
+ * Note that for predictions based on time series models, `dstShapName`
172
+ * and `dstCoordShapName` do not apply and will be ignored if set. */
162
173
  writeback?: BatchPredictionWriteback;
163
174
  };
164
175
  /**
@@ -215,7 +226,10 @@ type BatchPredictionInput = {
215
226
  /** Configuration to schedule a batch prediction */
216
227
  schedule?: BatchPredictionScheduleInputAttributes;
217
228
  /** Sets which files, file names, and spaces are used to write results of
218
- * batch predictions (output files) to the catalog. */
229
+ * batch predictions (output files) to the catalog.
230
+ *
231
+ * Note that for predictions based on time series models, `dstShapName`
232
+ * and `dstCoordShapName` do not apply and will be ignored if set. */
219
233
  writeback?: BatchPredictionWriteback;
220
234
  };
221
235
  type?: "batch-prediction";
@@ -327,6 +341,9 @@ type BatchPredictionStatus = "modified" | "ready" | "error" | "cancelled" | "pen
327
341
  /**
328
342
  * Sets which files, file names, and spaces are used to write results of
329
343
  * batch predictions (output files) to the catalog.
344
+ *
345
+ * Note that for predictions based on time series models, `dstShapName`
346
+ * and `dstCoordShapName` do not apply and will be ignored if set.
330
347
  */
331
348
  type BatchPredictionWriteback = {
332
349
  dstCoordShapName?: string;
@@ -354,7 +371,7 @@ type ColumnTransform = {
354
371
  changeType: string;
355
372
  name: string;
356
373
  };
357
- type ConfigurationKey = "DATE_INDEX" | "FUTURE_FEATURE" | "GROUP_ID" | "FORECAST_GAP_SIZE" | "FORECAST_WINDOW_SIZE";
374
+ type ConfigurationKey = "DATE_INDEX" | "FUTURE_FEATURE" | "GROUP_ID" | "FORECAST_GAP_SIZE" | "FORECAST_WINDOW_SIZE" | "GROUP_ID_PRIMARY";
358
375
  /**
359
376
  * The ID of a correlated resource of corrType
360
377
  */
@@ -618,6 +635,30 @@ type ExperimentInput = {
618
635
  * The model training mode for the experiment version
619
636
  */
620
637
  type ExperimentMode = "intelligent" | "manual" | "manual_hpo";
638
+ /**
639
+ * Criteria to determine which pool of models to provide recommendations from
640
+ */
641
+ type ExperimentModelRecommendationFilter = {
642
+ /** The model algorithms to consider */
643
+ algorithms?: ModelAlgorithm[];
644
+ /** Whether to only consider models that are already deployed */
645
+ deployed?: boolean;
646
+ /** Whether to only consider models with 100% sampling */
647
+ fullSampling?: boolean;
648
+ /** The versionNumbers of the experiment versions to consider models from */
649
+ versionNumbers?: number[];
650
+ };
651
+ type ExperimentModelRecommendationPostResponse = {
652
+ data: {
653
+ /** Model recommendations */
654
+ attributes: {
655
+ bestModel?: ModelForRecommendations;
656
+ fastestModel?: ModelForRecommendations;
657
+ mostAccurateModel?: ModelForRecommendations;
658
+ };
659
+ type: "model-recommendation";
660
+ };
661
+ };
621
662
  /**
622
663
  * @example
623
664
  * [
@@ -743,6 +784,13 @@ type ExperimentVersionGetResponse = {
743
784
  id: EntityId;
744
785
  type: "experiment-version";
745
786
  };
787
+ /** Metadata not directly part of the ExperimentVersion type */
788
+ meta?: {
789
+ /** TrainingMetadata returned from MLCore. This will contain
790
+ * more specific information about items like groups, systemRecommendations,
791
+ * and window/gap values */
792
+ trainingMetadata?: TrainingMetadata;
793
+ };
746
794
  };
747
795
  /**
748
796
  * ID of the experiment version
@@ -850,6 +898,12 @@ type FeatureInsights = {
850
898
  * objects within a NestedColumn, each of which may contain its own
851
899
  * FeatureInsights. */
852
900
  engineeredFeatures?: string[];
901
+ /** Only applies for time series experiment types. This intial estimate
902
+ * of the combined max forecast window and gap (aka - horizon). It only
903
+ * applies to possible date index columns. After the experiment version
904
+ * is created, we get a more precise number for subsequent versions.
905
+ * When training data is grouped, this estimate may be less accurate. */
906
+ estimatedMaxForecastHorizon?: number;
853
907
  /** Experiment types in this feature insight */
854
908
  experimentTypes: ExperimentType[];
855
909
  /** List of insights about this feature. */
@@ -885,6 +939,15 @@ type FileType = string;
885
939
  type FindResponseMeta = {
886
940
  count: number;
887
941
  };
942
+ /**
943
+ * A group identifier that consists of the column name associated
944
+ * and the type of group (primary or secondary).
945
+ */
946
+ type GroupId = {
947
+ column: string;
948
+ /** Indicates the type of group (primary or secondary groups) */
949
+ type?: TimeseriesGroupType;
950
+ };
888
951
  /**
889
952
  * A optional column name upon which to create an index. Must be unique for
890
953
  * every row. If not included, Qlik will create a unique index column.
@@ -975,6 +1038,12 @@ type ModelFindResponse = {
975
1038
  /** Meta for FIND operations */
976
1039
  meta?: FindResponseMeta;
977
1040
  };
1041
+ type ModelForRecommendations = Model & {
1042
+ metrics?: {
1043
+ /** This represents model prediction speed in rows/second */
1044
+ predictionSpeed: number;
1045
+ };
1046
+ };
978
1047
  type ModelGetResponse = {
979
1048
  data: {
980
1049
  /** A model based on an algorithm within an experiment version. */
@@ -1008,6 +1077,8 @@ type ModelMetrics = {
1008
1077
  /** Regression metrics for numeric values. Details:
1009
1078
  * https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/AutoML/scoring-regression.htm */
1010
1079
  regression?: ModelMetricsRegression;
1080
+ /** Timeseries metrics experiments valid for timeseries forecasting. */
1081
+ timeseries?: ModelMetricsTimeseries;
1011
1082
  };
1012
1083
  /**
1013
1084
  * Binary metrics for categorical values with two options. Details:
@@ -1138,6 +1209,15 @@ type ModelMetricsRegression = {
1138
1209
  /** Root mean squared error (test data) */
1139
1210
  rmseTest?: number;
1140
1211
  };
1212
+ /**
1213
+ * Timeseries metrics experiments valid for timeseries forecasting.
1214
+ */
1215
+ type ModelMetricsTimeseries = {
1216
+ /** Mean absolute percentage error (training data) */
1217
+ mape?: number;
1218
+ /** Mean absolute percentage error (test data) */
1219
+ mapeTest?: number;
1220
+ };
1141
1221
  /**
1142
1222
  * Model state. These are the state of the model in relation to
1143
1223
  * deployments.
@@ -1352,11 +1432,46 @@ type SpaceId = string;
1352
1432
  * Tenant ID for this entity
1353
1433
  */
1354
1434
  type TenantId = string;
1435
+ /**
1436
+ * Indicates the type of group (primary or secondary groups)
1437
+ */
1438
+ type TimeseriesGroupType = "primary" | "secondary";
1355
1439
  /**
1356
1440
  * Training duration in seconds. If provided, minimum is 900 (15m) and
1357
1441
  * max is 21600 (6h).
1358
1442
  */
1359
1443
  type TrainingDuration = number;
1444
+ /**
1445
+ * TrainingMetadata returned from MLCore. This will contain
1446
+ * more specific information about items like groups, systemRecommendations,
1447
+ * and window/gap values
1448
+ */
1449
+ type TrainingMetadata = {
1450
+ /** The maximum value to be used for the length of the apply dataset.
1451
+ * This value is 3x the forecast window */
1452
+ applyWindow?: number;
1453
+ /** Timestamp when this was created */
1454
+ createdAt?: CreatedAt;
1455
+ /** The maximum range that can be forecasted */
1456
+ forecastWindow?: number;
1457
+ futureCovarianceColumns?: string[];
1458
+ /** The gap between the end of the training dataset
1459
+ * and the start of the forecast window */
1460
+ gap?: number;
1461
+ isUsingSystemRecGrouping?: boolean;
1462
+ /** The maximum value for the forecast horizon
1463
+ * The forecast horizon is equal to the gap + forecast window */
1464
+ maxForecastHorizon?: number;
1465
+ /** The grouping selected for the experiment version */
1466
+ selectedGrouping?: GroupId[];
1467
+ staticCovarianceColumns?: string[];
1468
+ /** Recommended groupings constructed from the workers */
1469
+ systemRecommendations?: GroupId[];
1470
+ targetColumns?: string[];
1471
+ timeRangeUsed?: string[];
1472
+ /** The interval of time between each grouping of data in the dataset */
1473
+ timeStep?: string;
1474
+ };
1360
1475
  type Transform = {
1361
1476
  column?: ColumnTransform;
1362
1477
  };
@@ -1378,7 +1493,7 @@ type UpdatedAt = string;
1378
1493
  * @param query an object with query parameters
1379
1494
  * @throws GetMlDeploymentsHttpError
1380
1495
  */
1381
- declare const getMlDeployments: (query: {
1496
+ declare function getMlDeployments(query: {
1382
1497
  /** Deployment fields by which you can filter responses.<br><br>
1383
1498
  * - `spaceId` ID string (or empty string for personal space) - ID of space in which deployment(s) exist
1384
1499
  * - `modelId` UUID string - By model ID
@@ -1400,7 +1515,7 @@ declare const getMlDeployments: (query: {
1400
1515
  offset?: number;
1401
1516
  /** Field(s) by which to sort response */
1402
1517
  sort?: EnumSortDeployments;
1403
- }, options?: ApiCallOptions) => Promise<GetMlDeploymentsHttpResponse>;
1518
+ }, options?: ApiCallOptions): Promise<GetMlDeploymentsHttpResponse>;
1404
1519
  type GetMlDeploymentsHttpResponse = {
1405
1520
  data: DeploymentFindResponse;
1406
1521
  headers: Headers;
@@ -1419,7 +1534,7 @@ type GetMlDeploymentsHttpError = {
1419
1534
  * @param body an object with the body content
1420
1535
  * @throws CreateMlDeploymentHttpError
1421
1536
  */
1422
- declare const createMlDeployment: (body: DeploymentInput, options?: ApiCallOptions) => Promise<CreateMlDeploymentHttpResponse>;
1537
+ declare function createMlDeployment(body: DeploymentInput, options?: ApiCallOptions): Promise<CreateMlDeploymentHttpResponse>;
1423
1538
  type CreateMlDeploymentHttpResponse = {
1424
1539
  data: DeploymentPostResponse;
1425
1540
  headers: Headers;
@@ -1436,7 +1551,7 @@ type CreateMlDeploymentHttpError = {
1436
1551
  * @param deploymentId ID of the deployment
1437
1552
  * @throws DeleteMlDeploymentHttpError
1438
1553
  */
1439
- declare const deleteMlDeployment: (deploymentId: string, options?: ApiCallOptions) => Promise<DeleteMlDeploymentHttpResponse>;
1554
+ declare function deleteMlDeployment(deploymentId: string, options?: ApiCallOptions): Promise<DeleteMlDeploymentHttpResponse>;
1440
1555
  type DeleteMlDeploymentHttpResponse = {
1441
1556
  data: void;
1442
1557
  headers: Headers;
@@ -1453,7 +1568,7 @@ type DeleteMlDeploymentHttpError = {
1453
1568
  * @param deploymentId ID of the deployment
1454
1569
  * @throws GetMlDeploymentHttpError
1455
1570
  */
1456
- declare const getMlDeployment: (deploymentId: string, options?: ApiCallOptions) => Promise<GetMlDeploymentHttpResponse>;
1571
+ declare function getMlDeployment(deploymentId: string, options?: ApiCallOptions): Promise<GetMlDeploymentHttpResponse>;
1457
1572
  type GetMlDeploymentHttpResponse = {
1458
1573
  data: DeploymentGetResponse;
1459
1574
  headers: Headers;
@@ -1471,7 +1586,7 @@ type GetMlDeploymentHttpError = {
1471
1586
  * @param body an object with the body content
1472
1587
  * @throws PatchMlDeploymentHttpError
1473
1588
  */
1474
- declare const patchMlDeployment: (deploymentId: string, body: DeploymentPatch, options?: ApiCallOptions) => Promise<PatchMlDeploymentHttpResponse>;
1589
+ declare function patchMlDeployment(deploymentId: string, body: DeploymentPatch, options?: ApiCallOptions): Promise<PatchMlDeploymentHttpResponse>;
1475
1590
  type PatchMlDeploymentHttpResponse = {
1476
1591
  data: void;
1477
1592
  headers: Headers;
@@ -1488,7 +1603,7 @@ type PatchMlDeploymentHttpError = {
1488
1603
  * @param deploymentId ID of the deployment
1489
1604
  * @throws ActivateModelsMlDeploymentHttpError
1490
1605
  */
1491
- declare const activateModelsMlDeployment: (deploymentId: string, options?: ApiCallOptions) => Promise<ActivateModelsMlDeploymentHttpResponse>;
1606
+ declare function activateModelsMlDeployment(deploymentId: string, options?: ApiCallOptions): Promise<ActivateModelsMlDeploymentHttpResponse>;
1492
1607
  type ActivateModelsMlDeploymentHttpResponse = {
1493
1608
  data: void;
1494
1609
  headers: Headers;
@@ -1505,7 +1620,7 @@ type ActivateModelsMlDeploymentHttpError = {
1505
1620
  * @param deploymentId ID of the deployment
1506
1621
  * @throws DeactivateModelsMlDeploymentHttpError
1507
1622
  */
1508
- declare const deactivateModelsMlDeployment: (deploymentId: string, options?: ApiCallOptions) => Promise<DeactivateModelsMlDeploymentHttpResponse>;
1623
+ declare function deactivateModelsMlDeployment(deploymentId: string, options?: ApiCallOptions): Promise<DeactivateModelsMlDeploymentHttpResponse>;
1509
1624
  type DeactivateModelsMlDeploymentHttpResponse = {
1510
1625
  data: void;
1511
1626
  headers: Headers;
@@ -1523,7 +1638,7 @@ type DeactivateModelsMlDeploymentHttpError = {
1523
1638
  * @param query an object with query parameters
1524
1639
  * @throws GetMlDeploymentAliasesHttpError
1525
1640
  */
1526
- declare const getMlDeploymentAliases: (deploymentId: string, query: {
1641
+ declare function getMlDeploymentAliases(deploymentId: string, query: {
1527
1642
  /** Alias fields by which you can filter responses
1528
1643
  * - `name` string - Aliases with exact name
1529
1644
  * - `modelId` UUID string - By model ID
@@ -1535,7 +1650,7 @@ declare const getMlDeploymentAliases: (deploymentId: string, query: {
1535
1650
  offset?: number;
1536
1651
  /** Field(s) by which to sort response */
1537
1652
  sort?: EnumSortAliases;
1538
- }, options?: ApiCallOptions) => Promise<GetMlDeploymentAliasesHttpResponse>;
1653
+ }, options?: ApiCallOptions): Promise<GetMlDeploymentAliasesHttpResponse>;
1539
1654
  type GetMlDeploymentAliasesHttpResponse = {
1540
1655
  data: AliasFindResponse;
1541
1656
  headers: Headers;
@@ -1555,7 +1670,7 @@ type GetMlDeploymentAliasesHttpError = {
1555
1670
  * @param body an object with the body content
1556
1671
  * @throws CreateMlDeploymentAliaseHttpError
1557
1672
  */
1558
- declare const createMlDeploymentAliase: (deploymentId: string, body: AliasInput, options?: ApiCallOptions) => Promise<CreateMlDeploymentAliaseHttpResponse>;
1673
+ declare function createMlDeploymentAliase(deploymentId: string, body: AliasInput, options?: ApiCallOptions): Promise<CreateMlDeploymentAliaseHttpResponse>;
1559
1674
  type CreateMlDeploymentAliaseHttpResponse = {
1560
1675
  data: AliasPostResponse;
1561
1676
  headers: Headers;
@@ -1573,7 +1688,7 @@ type CreateMlDeploymentAliaseHttpError = {
1573
1688
  * @param aliasId ID of the alias
1574
1689
  * @throws DeleteMlDeploymentAliaseHttpError
1575
1690
  */
1576
- declare const deleteMlDeploymentAliase: (deploymentId: string, aliasId: string, options?: ApiCallOptions) => Promise<DeleteMlDeploymentAliaseHttpResponse>;
1691
+ declare function deleteMlDeploymentAliase(deploymentId: string, aliasId: string, options?: ApiCallOptions): Promise<DeleteMlDeploymentAliaseHttpResponse>;
1577
1692
  type DeleteMlDeploymentAliaseHttpResponse = {
1578
1693
  data: void;
1579
1694
  headers: Headers;
@@ -1591,7 +1706,7 @@ type DeleteMlDeploymentAliaseHttpError = {
1591
1706
  * @param aliasId ID of the alias
1592
1707
  * @throws GetMlDeploymentAliaseHttpError
1593
1708
  */
1594
- declare const getMlDeploymentAliase: (deploymentId: string, aliasId: string, options?: ApiCallOptions) => Promise<GetMlDeploymentAliaseHttpResponse>;
1709
+ declare function getMlDeploymentAliase(deploymentId: string, aliasId: string, options?: ApiCallOptions): Promise<GetMlDeploymentAliaseHttpResponse>;
1595
1710
  type GetMlDeploymentAliaseHttpResponse = {
1596
1711
  data: AliasGetResponse;
1597
1712
  headers: Headers;
@@ -1610,7 +1725,7 @@ type GetMlDeploymentAliaseHttpError = {
1610
1725
  * @param body an object with the body content
1611
1726
  * @throws PatchMlDeploymentAliaseHttpError
1612
1727
  */
1613
- declare const patchMlDeploymentAliase: (deploymentId: string, aliasId: string, body: AliasPatch, options?: ApiCallOptions) => Promise<PatchMlDeploymentAliaseHttpResponse>;
1728
+ declare function patchMlDeploymentAliase(deploymentId: string, aliasId: string, body: AliasPatch, options?: ApiCallOptions): Promise<PatchMlDeploymentAliaseHttpResponse>;
1614
1729
  type PatchMlDeploymentAliaseHttpResponse = {
1615
1730
  data: void;
1616
1731
  headers: Headers;
@@ -1630,7 +1745,7 @@ type PatchMlDeploymentAliaseHttpError = {
1630
1745
  * @param body an object with the body content
1631
1746
  * @throws RunMlDeploymentAliaseRealtimePredictionsHttpError
1632
1747
  */
1633
- declare const runMlDeploymentAliaseRealtimePredictions: (deploymentId: string, aliasName: string, query: {
1748
+ declare function runMlDeploymentAliaseRealtimePredictions(deploymentId: string, aliasName: string, query: {
1634
1749
  /** If true, reason why a prediction was not produced included response */
1635
1750
  includeNotPredictedReason?: boolean;
1636
1751
  /** If true, shap values included in response */
@@ -1642,7 +1757,7 @@ declare const runMlDeploymentAliaseRealtimePredictions: (deploymentId: string, a
1642
1757
  * and values. This is intended to allow the caller to join results
1643
1758
  * with source data. */
1644
1759
  index?: string;
1645
- }, body: RealtimePredictionInput, options?: ApiCallOptions) => Promise<RunMlDeploymentAliaseRealtimePredictionsHttpResponse>;
1760
+ }, body: RealtimePredictionInput, options?: ApiCallOptions): Promise<RunMlDeploymentAliaseRealtimePredictionsHttpResponse>;
1646
1761
  type RunMlDeploymentAliaseRealtimePredictionsHttpResponse = {
1647
1762
  data: RealtimePrediction;
1648
1763
  headers: Headers;
@@ -1660,7 +1775,7 @@ type RunMlDeploymentAliaseRealtimePredictionsHttpError = {
1660
1775
  * @param query an object with query parameters
1661
1776
  * @throws GetMlDeploymentBatchPredictionsHttpError
1662
1777
  */
1663
- declare const getMlDeploymentBatchPredictions: (deploymentId: string, query: {
1778
+ declare function getMlDeploymentBatchPredictions(deploymentId: string, query: {
1664
1779
  /** Batch prediction fields by which you can filter responses.<br><br>
1665
1780
  * - `modelId` UUID string - By model ID */
1666
1781
  filter?: string;
@@ -1670,7 +1785,7 @@ declare const getMlDeploymentBatchPredictions: (deploymentId: string, query: {
1670
1785
  offset?: number;
1671
1786
  /** Field(s) by which to sort response */
1672
1787
  sort?: EnumSortBatchPredictions;
1673
- }, options?: ApiCallOptions) => Promise<GetMlDeploymentBatchPredictionsHttpResponse>;
1788
+ }, options?: ApiCallOptions): Promise<GetMlDeploymentBatchPredictionsHttpResponse>;
1674
1789
  type GetMlDeploymentBatchPredictionsHttpResponse = {
1675
1790
  data: BatchPredictionFindResponse;
1676
1791
  headers: Headers;
@@ -1690,7 +1805,7 @@ type GetMlDeploymentBatchPredictionsHttpError = {
1690
1805
  * @param body an object with the body content
1691
1806
  * @throws CreateMlDeploymentBatchPredictionHttpError
1692
1807
  */
1693
- declare const createMlDeploymentBatchPrediction: (deploymentId: string, body: BatchPredictionInput, options?: ApiCallOptions) => Promise<CreateMlDeploymentBatchPredictionHttpResponse>;
1808
+ declare function createMlDeploymentBatchPrediction(deploymentId: string, body: BatchPredictionInput, options?: ApiCallOptions): Promise<CreateMlDeploymentBatchPredictionHttpResponse>;
1694
1809
  type CreateMlDeploymentBatchPredictionHttpResponse = {
1695
1810
  data: BatchPredictionPostResponse;
1696
1811
  headers: Headers;
@@ -1708,7 +1823,7 @@ type CreateMlDeploymentBatchPredictionHttpError = {
1708
1823
  * @param batchPredictionId ID of the batch prediction
1709
1824
  * @throws DeleteMlDeploymentBatchPredictionHttpError
1710
1825
  */
1711
- declare const deleteMlDeploymentBatchPrediction: (deploymentId: string, batchPredictionId: string, options?: ApiCallOptions) => Promise<DeleteMlDeploymentBatchPredictionHttpResponse>;
1826
+ declare function deleteMlDeploymentBatchPrediction(deploymentId: string, batchPredictionId: string, options?: ApiCallOptions): Promise<DeleteMlDeploymentBatchPredictionHttpResponse>;
1712
1827
  type DeleteMlDeploymentBatchPredictionHttpResponse = {
1713
1828
  data: void;
1714
1829
  headers: Headers;
@@ -1726,7 +1841,7 @@ type DeleteMlDeploymentBatchPredictionHttpError = {
1726
1841
  * @param batchPredictionId ID of the batch prediction
1727
1842
  * @throws GetMlDeploymentBatchPredictionHttpError
1728
1843
  */
1729
- declare const getMlDeploymentBatchPrediction: (deploymentId: string, batchPredictionId: string, options?: ApiCallOptions) => Promise<GetMlDeploymentBatchPredictionHttpResponse>;
1844
+ declare function getMlDeploymentBatchPrediction(deploymentId: string, batchPredictionId: string, options?: ApiCallOptions): Promise<GetMlDeploymentBatchPredictionHttpResponse>;
1730
1845
  type GetMlDeploymentBatchPredictionHttpResponse = {
1731
1846
  data: BatchPredictionGetResponse;
1732
1847
  headers: Headers;
@@ -1745,7 +1860,7 @@ type GetMlDeploymentBatchPredictionHttpError = {
1745
1860
  * @param body an object with the body content
1746
1861
  * @throws PatchMlDeploymentBatchPredictionHttpError
1747
1862
  */
1748
- declare const patchMlDeploymentBatchPrediction: (deploymentId: string, batchPredictionId: string, body: BatchPredictionPatch, options?: ApiCallOptions) => Promise<PatchMlDeploymentBatchPredictionHttpResponse>;
1863
+ declare function patchMlDeploymentBatchPrediction(deploymentId: string, batchPredictionId: string, body: BatchPredictionPatch, options?: ApiCallOptions): Promise<PatchMlDeploymentBatchPredictionHttpResponse>;
1749
1864
  type PatchMlDeploymentBatchPredictionHttpResponse = {
1750
1865
  data: void;
1751
1866
  headers: Headers;
@@ -1763,7 +1878,7 @@ type PatchMlDeploymentBatchPredictionHttpError = {
1763
1878
  * @param batchPredictionId ID of the batch prediction
1764
1879
  * @throws PredictMlDeploymentBatchPredictionHttpError
1765
1880
  */
1766
- declare const predictMlDeploymentBatchPrediction: (deploymentId: string, batchPredictionId: string, options?: ApiCallOptions) => Promise<PredictMlDeploymentBatchPredictionHttpResponse>;
1881
+ declare function predictMlDeploymentBatchPrediction(deploymentId: string, batchPredictionId: string, options?: ApiCallOptions): Promise<PredictMlDeploymentBatchPredictionHttpResponse>;
1767
1882
  type PredictMlDeploymentBatchPredictionHttpResponse = {
1768
1883
  data: BatchPredictionActionResponse;
1769
1884
  headers: Headers;
@@ -1781,7 +1896,7 @@ type PredictMlDeploymentBatchPredictionHttpError = {
1781
1896
  * @param batchPredictionId ID of the batch prediction
1782
1897
  * @throws DeleteMlDeploymentBatchPredictionScheduleHttpError
1783
1898
  */
1784
- declare const deleteMlDeploymentBatchPredictionSchedule: (deploymentId: string, batchPredictionId: string, options?: ApiCallOptions) => Promise<DeleteMlDeploymentBatchPredictionScheduleHttpResponse>;
1899
+ declare function deleteMlDeploymentBatchPredictionSchedule(deploymentId: string, batchPredictionId: string, options?: ApiCallOptions): Promise<DeleteMlDeploymentBatchPredictionScheduleHttpResponse>;
1785
1900
  type DeleteMlDeploymentBatchPredictionScheduleHttpResponse = {
1786
1901
  data: void;
1787
1902
  headers: Headers;
@@ -1799,7 +1914,7 @@ type DeleteMlDeploymentBatchPredictionScheduleHttpError = {
1799
1914
  * @param batchPredictionId ID of the batch prediction
1800
1915
  * @throws GetMlDeploymentBatchPredictionScheduleHttpError
1801
1916
  */
1802
- declare const getMlDeploymentBatchPredictionSchedule: (deploymentId: string, batchPredictionId: string, options?: ApiCallOptions) => Promise<GetMlDeploymentBatchPredictionScheduleHttpResponse>;
1917
+ declare function getMlDeploymentBatchPredictionSchedule(deploymentId: string, batchPredictionId: string, options?: ApiCallOptions): Promise<GetMlDeploymentBatchPredictionScheduleHttpResponse>;
1803
1918
  type GetMlDeploymentBatchPredictionScheduleHttpResponse = {
1804
1919
  data: BatchPredictionScheduleGetResponse;
1805
1920
  headers: Headers;
@@ -1818,7 +1933,7 @@ type GetMlDeploymentBatchPredictionScheduleHttpError = {
1818
1933
  * @param body an object with the body content
1819
1934
  * @throws UpdateMlDeploymentBatchPredictionScheduleHttpError
1820
1935
  */
1821
- declare const updateMlDeploymentBatchPredictionSchedule: (deploymentId: string, batchPredictionId: string, body: BatchPredictionSchedulePatch, options?: ApiCallOptions) => Promise<UpdateMlDeploymentBatchPredictionScheduleHttpResponse>;
1936
+ declare function updateMlDeploymentBatchPredictionSchedule(deploymentId: string, batchPredictionId: string, body: BatchPredictionSchedulePatch, options?: ApiCallOptions): Promise<UpdateMlDeploymentBatchPredictionScheduleHttpResponse>;
1822
1937
  type UpdateMlDeploymentBatchPredictionScheduleHttpResponse = {
1823
1938
  data: void;
1824
1939
  headers: Headers;
@@ -1837,7 +1952,7 @@ type UpdateMlDeploymentBatchPredictionScheduleHttpError = {
1837
1952
  * @param body an object with the body content
1838
1953
  * @throws SetMlDeploymentBatchPredictionScheduleHttpError
1839
1954
  */
1840
- declare const setMlDeploymentBatchPredictionSchedule: (deploymentId: string, batchPredictionId: string, body: BatchPredictionScheduleInput, options?: ApiCallOptions) => Promise<SetMlDeploymentBatchPredictionScheduleHttpResponse>;
1955
+ declare function setMlDeploymentBatchPredictionSchedule(deploymentId: string, batchPredictionId: string, body: BatchPredictionScheduleInput, options?: ApiCallOptions): Promise<SetMlDeploymentBatchPredictionScheduleHttpResponse>;
1841
1956
  type SetMlDeploymentBatchPredictionScheduleHttpResponse = {
1842
1957
  data: BatchPredictionSchedulePutResponse;
1843
1958
  headers: Headers;
@@ -1855,7 +1970,7 @@ type SetMlDeploymentBatchPredictionScheduleHttpError = {
1855
1970
  * @param body an object with the body content
1856
1971
  * @throws AddMlDeploymentModelsHttpError
1857
1972
  */
1858
- declare const addMlDeploymentModels: (deploymentId: string, body: DeployedModelsInput, options?: ApiCallOptions) => Promise<AddMlDeploymentModelsHttpResponse>;
1973
+ declare function addMlDeploymentModels(deploymentId: string, body: DeployedModelsInput, options?: ApiCallOptions): Promise<AddMlDeploymentModelsHttpResponse>;
1859
1974
  type AddMlDeploymentModelsHttpResponse = {
1860
1975
  data: void;
1861
1976
  headers: Headers;
@@ -1873,7 +1988,7 @@ type AddMlDeploymentModelsHttpError = {
1873
1988
  * @param body an object with the body content
1874
1989
  * @throws RemoveMlDeploymentModelsHttpError
1875
1990
  */
1876
- declare const removeMlDeploymentModels: (deploymentId: string, body: DeployedModelsInput, options?: ApiCallOptions) => Promise<RemoveMlDeploymentModelsHttpResponse>;
1991
+ declare function removeMlDeploymentModels(deploymentId: string, body: DeployedModelsInput, options?: ApiCallOptions): Promise<RemoveMlDeploymentModelsHttpResponse>;
1877
1992
  type RemoveMlDeploymentModelsHttpResponse = {
1878
1993
  data: void;
1879
1994
  headers: Headers;
@@ -1892,7 +2007,7 @@ type RemoveMlDeploymentModelsHttpError = {
1892
2007
  * @param body an object with the body content
1893
2008
  * @throws RunMlDeploymentRealtimePredictionsHttpError
1894
2009
  */
1895
- declare const runMlDeploymentRealtimePredictions: (deploymentId: string, query: {
2010
+ declare function runMlDeploymentRealtimePredictions(deploymentId: string, query: {
1896
2011
  /** If true, reason why a prediction was not produced included response */
1897
2012
  includeNotPredictedReason?: boolean;
1898
2013
  /** If true, shapley values included in response */
@@ -1904,7 +2019,7 @@ declare const runMlDeploymentRealtimePredictions: (deploymentId: string, query:
1904
2019
  * and values. This is intended to allow the caller to join results
1905
2020
  * with source data. */
1906
2021
  index?: string;
1907
- }, body: RealtimePredictionInput, options?: ApiCallOptions) => Promise<RunMlDeploymentRealtimePredictionsHttpResponse>;
2022
+ }, body: RealtimePredictionInput, options?: ApiCallOptions): Promise<RunMlDeploymentRealtimePredictionsHttpResponse>;
1908
2023
  type RunMlDeploymentRealtimePredictionsHttpResponse = {
1909
2024
  data: RealtimePrediction;
1910
2025
  headers: Headers;
@@ -1930,7 +2045,7 @@ type RunMlDeploymentRealtimePredictionsHttpError = {
1930
2045
  * @param query an object with query parameters
1931
2046
  * @throws GetMlExperimentsHttpError
1932
2047
  */
1933
- declare const getMlExperiments: (query: {
2048
+ declare function getMlExperiments(query: {
1934
2049
  /** Experiment fields by which you can filter responses within this tenant
1935
2050
  * - `ownerId` ID string - ID of the owner/user that created the experiment
1936
2051
  * - `spaceId` ID string (or empty string for personal space) - ID of the space where the experiment is saved.
@@ -1944,7 +2059,7 @@ declare const getMlExperiments: (query: {
1944
2059
  offset?: number;
1945
2060
  /** Field(s) by which to sort response */
1946
2061
  sort?: EnumSortExperiments;
1947
- }, options?: ApiCallOptions) => Promise<GetMlExperimentsHttpResponse>;
2062
+ }, options?: ApiCallOptions): Promise<GetMlExperimentsHttpResponse>;
1948
2063
  type GetMlExperimentsHttpResponse = {
1949
2064
  data: ExperimentFindResponse;
1950
2065
  headers: Headers;
@@ -1963,7 +2078,7 @@ type GetMlExperimentsHttpError = {
1963
2078
  * @param body an object with the body content
1964
2079
  * @throws CreateMlExperimentHttpError
1965
2080
  */
1966
- declare const createMlExperiment: (body: ExperimentInput, options?: ApiCallOptions) => Promise<CreateMlExperimentHttpResponse>;
2081
+ declare function createMlExperiment(body: ExperimentInput, options?: ApiCallOptions): Promise<CreateMlExperimentHttpResponse>;
1967
2082
  type CreateMlExperimentHttpResponse = {
1968
2083
  data: ExperimentPostResponse;
1969
2084
  headers: Headers;
@@ -1980,7 +2095,7 @@ type CreateMlExperimentHttpError = {
1980
2095
  * @param experimentId ID of the experiment
1981
2096
  * @throws DeleteMlExperimentHttpError
1982
2097
  */
1983
- declare const deleteMlExperiment: (experimentId: string, options?: ApiCallOptions) => Promise<DeleteMlExperimentHttpResponse>;
2098
+ declare function deleteMlExperiment(experimentId: string, options?: ApiCallOptions): Promise<DeleteMlExperimentHttpResponse>;
1984
2099
  type DeleteMlExperimentHttpResponse = {
1985
2100
  data: void;
1986
2101
  headers: Headers;
@@ -1997,7 +2112,7 @@ type DeleteMlExperimentHttpError = {
1997
2112
  * @param experimentId ID of the experiment
1998
2113
  * @throws GetMlExperimentHttpError
1999
2114
  */
2000
- declare const getMlExperiment: (experimentId: string, options?: ApiCallOptions) => Promise<GetMlExperimentHttpResponse>;
2115
+ declare function getMlExperiment(experimentId: string, options?: ApiCallOptions): Promise<GetMlExperimentHttpResponse>;
2001
2116
  type GetMlExperimentHttpResponse = {
2002
2117
  data: ExperimentGetResponse;
2003
2118
  headers: Headers;
@@ -2015,7 +2130,7 @@ type GetMlExperimentHttpError = {
2015
2130
  * @param body an object with the body content
2016
2131
  * @throws PatchMlExperimentHttpError
2017
2132
  */
2018
- declare const patchMlExperiment: (experimentId: string, body: ExperimentPatch, options?: ApiCallOptions) => Promise<PatchMlExperimentHttpResponse>;
2133
+ declare function patchMlExperiment(experimentId: string, body: ExperimentPatch, options?: ApiCallOptions): Promise<PatchMlExperimentHttpResponse>;
2019
2134
  type PatchMlExperimentHttpResponse = {
2020
2135
  data: void;
2021
2136
  headers: Headers;
@@ -2026,6 +2141,24 @@ type PatchMlExperimentHttpError = {
2026
2141
  headers: Headers;
2027
2142
  status: number;
2028
2143
  };
2144
+ /**
2145
+ * Returns model recommendations for a specified experiment, including the best-performing, fastest, and most accurate models based on evaluation metrics.
2146
+ *
2147
+ * @param experimentId ID of the experiment
2148
+ * @param body an object with the body content
2149
+ * @throws RecommendModelsMlExperimentHttpError
2150
+ */
2151
+ declare function recommendModelsMlExperiment(experimentId: string, body: ExperimentModelRecommendationFilter, options?: ApiCallOptions): Promise<RecommendModelsMlExperimentHttpResponse>;
2152
+ type RecommendModelsMlExperimentHttpResponse = {
2153
+ data: ExperimentModelRecommendationPostResponse;
2154
+ headers: Headers;
2155
+ status: 200;
2156
+ };
2157
+ type RecommendModelsMlExperimentHttpError = {
2158
+ data: Failure;
2159
+ headers: Headers;
2160
+ status: number;
2161
+ };
2029
2162
  /**
2030
2163
  * List models
2031
2164
  *
@@ -2033,7 +2166,7 @@ type PatchMlExperimentHttpError = {
2033
2166
  * @param query an object with query parameters
2034
2167
  * @throws GetMlExperimentModelsHttpError
2035
2168
  */
2036
- declare const getMlExperimentModels: (experimentId: string, query: {
2169
+ declare function getMlExperimentModels(experimentId: string, query: {
2037
2170
  /** Model fields you can filter by:<br><br>
2038
2171
  *
2039
2172
  * - `experimentVersionId` UUID string - Find by experiment version ID
@@ -2065,7 +2198,7 @@ declare const getMlExperimentModels: (experimentId: string, query: {
2065
2198
  offset?: number;
2066
2199
  /** Field(s) by which to sort response */
2067
2200
  sort?: EnumSortModels;
2068
- }, options?: ApiCallOptions) => Promise<GetMlExperimentModelsHttpResponse>;
2201
+ }, options?: ApiCallOptions): Promise<GetMlExperimentModelsHttpResponse>;
2069
2202
  type GetMlExperimentModelsHttpResponse = {
2070
2203
  data: ModelFindResponse;
2071
2204
  headers: Headers;
@@ -2085,7 +2218,7 @@ type GetMlExperimentModelsHttpError = {
2085
2218
  * @param modelId ID of the model
2086
2219
  * @throws GetMlExperimentModelHttpError
2087
2220
  */
2088
- declare const getMlExperimentModel: (experimentId: string, modelId: string, options?: ApiCallOptions) => Promise<GetMlExperimentModelHttpResponse>;
2221
+ declare function getMlExperimentModel(experimentId: string, modelId: string, options?: ApiCallOptions): Promise<GetMlExperimentModelHttpResponse>;
2089
2222
  type GetMlExperimentModelHttpResponse = {
2090
2223
  data: ModelGetResponse;
2091
2224
  headers: Headers;
@@ -2103,7 +2236,7 @@ type GetMlExperimentModelHttpError = {
2103
2236
  * @param query an object with query parameters
2104
2237
  * @throws GetMlExperimentVersionsHttpError
2105
2238
  */
2106
- declare const getMlExperimentVersions: (experimentId: string, query: {
2239
+ declare function getMlExperimentVersions(experimentId: string, query: {
2107
2240
  /** Experiment version filter options
2108
2241
  * - `isRunning` boolean - Is the experiment version running (training models)?
2109
2242
  * - `isSettled` boolean - Is the experiment version settled?
@@ -2117,7 +2250,7 @@ declare const getMlExperimentVersions: (experimentId: string, query: {
2117
2250
  offset?: number;
2118
2251
  /** Field(s) by which to sort response */
2119
2252
  sort?: EnumSortExperimentVersions;
2120
- }, options?: ApiCallOptions) => Promise<GetMlExperimentVersionsHttpResponse>;
2253
+ }, options?: ApiCallOptions): Promise<GetMlExperimentVersionsHttpResponse>;
2121
2254
  type GetMlExperimentVersionsHttpResponse = {
2122
2255
  data: ExperimentVersionFindResponse;
2123
2256
  headers: Headers;
@@ -2139,7 +2272,7 @@ type GetMlExperimentVersionsHttpError = {
2139
2272
  * @param body an object with the body content
2140
2273
  * @throws CreateMlExperimentVersionHttpError
2141
2274
  */
2142
- declare const createMlExperimentVersion: (experimentId: string, body: ExperimentVersionInput, options?: ApiCallOptions) => Promise<CreateMlExperimentVersionHttpResponse>;
2275
+ declare function createMlExperimentVersion(experimentId: string, body: ExperimentVersionInput, options?: ApiCallOptions): Promise<CreateMlExperimentVersionHttpResponse>;
2143
2276
  type CreateMlExperimentVersionHttpResponse = {
2144
2277
  data: ExperimentVersionPostResponse;
2145
2278
  headers: Headers;
@@ -2157,7 +2290,7 @@ type CreateMlExperimentVersionHttpError = {
2157
2290
  * @param experimentVersionId ID of the experiment version
2158
2291
  * @throws DeleteMlExperimentVersionHttpError
2159
2292
  */
2160
- declare const deleteMlExperimentVersion: (experimentId: string, experimentVersionId: string, options?: ApiCallOptions) => Promise<DeleteMlExperimentVersionHttpResponse>;
2293
+ declare function deleteMlExperimentVersion(experimentId: string, experimentVersionId: string, options?: ApiCallOptions): Promise<DeleteMlExperimentVersionHttpResponse>;
2161
2294
  type DeleteMlExperimentVersionHttpResponse = {
2162
2295
  data: void;
2163
2296
  headers: Headers;
@@ -2175,7 +2308,7 @@ type DeleteMlExperimentVersionHttpError = {
2175
2308
  * @param experimentVersionId ID of the experiment version
2176
2309
  * @throws GetMlExperimentVersionHttpError
2177
2310
  */
2178
- declare const getMlExperimentVersion: (experimentId: string, experimentVersionId: string, options?: ApiCallOptions) => Promise<GetMlExperimentVersionHttpResponse>;
2311
+ declare function getMlExperimentVersion(experimentId: string, experimentVersionId: string, options?: ApiCallOptions): Promise<GetMlExperimentVersionHttpResponse>;
2179
2312
  type GetMlExperimentVersionHttpResponse = {
2180
2313
  data: ExperimentVersionGetResponse;
2181
2314
  headers: Headers;
@@ -2194,7 +2327,7 @@ type GetMlExperimentVersionHttpError = {
2194
2327
  * @param body an object with the body content
2195
2328
  * @throws PatchMlExperimentVersionHttpError
2196
2329
  */
2197
- declare const patchMlExperimentVersion: (experimentId: string, experimentVersionId: string, body: ExperimentVersionPatch, options?: ApiCallOptions) => Promise<PatchMlExperimentVersionHttpResponse>;
2330
+ declare function patchMlExperimentVersion(experimentId: string, experimentVersionId: string, body: ExperimentVersionPatch, options?: ApiCallOptions): Promise<PatchMlExperimentVersionHttpResponse>;
2198
2331
  type PatchMlExperimentVersionHttpResponse = {
2199
2332
  data: void;
2200
2333
  headers: Headers;
@@ -2212,7 +2345,7 @@ type PatchMlExperimentVersionHttpError = {
2212
2345
  * @param corrId The ID of a correlated resource of corrType
2213
2346
  * @throws CancelMlJobHttpError
2214
2347
  */
2215
- declare const cancelMlJob: (corrType: string, corrId: string, options?: ApiCallOptions) => Promise<CancelMlJobHttpResponse>;
2348
+ declare function cancelMlJob(corrType: string, corrId: string, options?: ApiCallOptions): Promise<CancelMlJobHttpResponse>;
2216
2349
  type CancelMlJobHttpResponse = {
2217
2350
  data: void;
2218
2351
  headers: Headers;
@@ -2232,7 +2365,7 @@ type CancelMlJobHttpError = {
2232
2365
  * @param body an object with the body content
2233
2366
  * @throws CreateMlProfileInsightHttpError
2234
2367
  */
2235
- declare const createMlProfileInsight: (body: ProfileInsightsInput, options?: ApiCallOptions) => Promise<CreateMlProfileInsightHttpResponse>;
2368
+ declare function createMlProfileInsight(body: ProfileInsightsInput, options?: ApiCallOptions): Promise<CreateMlProfileInsightHttpResponse>;
2236
2369
  type CreateMlProfileInsightHttpResponse = {
2237
2370
  data: ProfileInsightsGetResponse;
2238
2371
  headers: Headers;
@@ -2243,6 +2376,33 @@ type CreateMlProfileInsightHttpError = {
2243
2376
  headers: Headers;
2244
2377
  status: number;
2245
2378
  };
2379
+ /**
2380
+ * Retrieves profile insights for the specified dataset. If you received a
2381
+ * `202 Accepted` response from `POST /ml/profile-insights`, poll this
2382
+ * endpoint until a `200 OK` response with `ready` status is returned.
2383
+ *
2384
+ * @param dataSetId The Qlik catalog dataset ID
2385
+ * @param query an object with query parameters
2386
+ * @throws GetMlProfileInsightWithQueryHttpError
2387
+ */
2388
+ declare function getMlProfileInsightWithQuery(dataSetId: string, query: {
2389
+ /** The optional experiment type for profile-insights GET requests after
2390
+ * this is known. */
2391
+ experimentType?: ExperimentType;
2392
+ /** The optional target feature for profile-insights GET requests after this
2393
+ * is known. */
2394
+ target?: string;
2395
+ }, options?: ApiCallOptions): Promise<GetMlProfileInsightWithQueryHttpResponse>;
2396
+ type GetMlProfileInsightWithQueryHttpResponse = {
2397
+ data: ProfileInsightsGetResponse;
2398
+ headers: Headers;
2399
+ status: 200;
2400
+ };
2401
+ type GetMlProfileInsightWithQueryHttpError = {
2402
+ data: Failure;
2403
+ headers: Headers;
2404
+ status: number;
2405
+ };
2246
2406
  /**
2247
2407
  * Retrieves profile insights for the specified dataset. If you received a
2248
2408
  * `202 Accepted` response from `POST /ml/profile-insights`, poll this
@@ -2251,7 +2411,7 @@ type CreateMlProfileInsightHttpError = {
2251
2411
  * @param dataSetId The Qlik catalog dataset ID
2252
2412
  * @throws GetMlProfileInsightHttpError
2253
2413
  */
2254
- declare const getMlProfileInsight: (dataSetId: string, options?: ApiCallOptions) => Promise<GetMlProfileInsightHttpResponse>;
2414
+ declare function getMlProfileInsight(dataSetId: string, options?: ApiCallOptions): Promise<GetMlProfileInsightHttpResponse>;
2255
2415
  type GetMlProfileInsightHttpResponse = {
2256
2416
  data: ProfileInsightsGetResponse;
2257
2417
  headers: Headers;
@@ -2529,6 +2689,14 @@ interface MlAPI {
2529
2689
  * @throws PatchMlExperimentHttpError
2530
2690
  */
2531
2691
  patchMlExperiment: typeof patchMlExperiment;
2692
+ /**
2693
+ * Returns model recommendations for a specified experiment, including the best-performing, fastest, and most accurate models based on evaluation metrics.
2694
+ *
2695
+ * @param experimentId ID of the experiment
2696
+ * @param body an object with the body content
2697
+ * @throws RecommendModelsMlExperimentHttpError
2698
+ */
2699
+ recommendModelsMlExperiment: typeof recommendModelsMlExperiment;
2532
2700
  /**
2533
2701
  * List models
2534
2702
  *
@@ -2606,6 +2774,16 @@ interface MlAPI {
2606
2774
  * @throws CreateMlProfileInsightHttpError
2607
2775
  */
2608
2776
  createMlProfileInsight: typeof createMlProfileInsight;
2777
+ /**
2778
+ * Retrieves profile insights for the specified dataset. If you received a
2779
+ * `202 Accepted` response from `POST /ml/profile-insights`, poll this
2780
+ * endpoint until a `200 OK` response with `ready` status is returned.
2781
+ *
2782
+ * @param dataSetId The Qlik catalog dataset ID
2783
+ * @param query an object with query parameters
2784
+ * @throws GetMlProfileInsightWithQueryHttpError
2785
+ */
2786
+ getMlProfileInsightWithQuery: typeof getMlProfileInsightWithQuery;
2609
2787
  /**
2610
2788
  * Retrieves profile insights for the specified dataset. If you received a
2611
2789
  * `202 Accepted` response from `POST /ml/profile-insights`, poll this
@@ -2625,4 +2803,4 @@ interface MlAPI {
2625
2803
  */
2626
2804
  declare const mlExport: MlAPI;
2627
2805
 
2628
- export { type APIError, type ActivateModelsMlDeploymentHttpError, type ActivateModelsMlDeploymentHttpResponse, type AddMlDeploymentModelsHttpError, type AddMlDeploymentModelsHttpResponse, type Alias, type AliasFindResponse, type AliasGetResponse, type AliasId, type AliasInput, type AliasMode, type AliasPatch, type AliasPatchItem, type AliasPostResponse, type AnyType, type BatchPrediction, type BatchPredictionActionResponse, type BatchPredictionFindResponse, type BatchPredictionGetResponse, type BatchPredictionInput, type BatchPredictionPatch, type BatchPredictionPostResponse, type BatchPredictionSchedule, type BatchPredictionScheduleGetResponse, type BatchPredictionScheduleInput, type BatchPredictionScheduleInputAttributes, type BatchPredictionSchedulePatch, type BatchPredictionSchedulePutResponse, type BatchPredictionStatus, type BatchPredictionWriteback, type BinaryImbalanceSampling, type CancelMlJobHttpError, type CancelMlJobHttpResponse, type ChangeType, type ColumnTransform, type ConfigurationKey, type CorrId, type CorrType, type CreateMlDeploymentAliaseHttpError, type CreateMlDeploymentAliaseHttpResponse, type CreateMlDeploymentBatchPredictionHttpError, type CreateMlDeploymentBatchPredictionHttpResponse, type CreateMlDeploymentHttpError, type CreateMlDeploymentHttpResponse, type CreateMlExperimentHttpError, type CreateMlExperimentHttpResponse, type CreateMlExperimentVersionHttpError, type CreateMlExperimentVersionHttpResponse, type CreateMlProfileInsightHttpError, type CreateMlProfileInsightHttpResponse, type CreatedAt, type CreatedBy, type DataSchemaConfiguration, type DataSetId, type DataType, type DatasetOrigin, type DateIndexes, type DeactivateModelsMlDeploymentHttpError, type DeactivateModelsMlDeploymentHttpResponse, type DeleteMlDeploymentAliaseHttpError, type DeleteMlDeploymentAliaseHttpResponse, type DeleteMlDeploymentBatchPredictionHttpError, type DeleteMlDeploymentBatchPredictionHttpResponse, type DeleteMlDeploymentBatchPredictionScheduleHttpError, type DeleteMlDeploymentBatchPredictionScheduleHttpResponse, type DeleteMlDeploymentHttpError, type DeleteMlDeploymentHttpResponse, type DeleteMlExperimentHttpError, type DeleteMlExperimentHttpResponse, type DeleteMlExperimentVersionHttpError, type DeleteMlExperimentVersionHttpResponse, type DeletedAt, type DeployedModelIds, type DeployedModelsInput, type Deployment, type DeploymentFindResponse, type DeploymentGetResponse, type DeploymentId, type DeploymentInput, type DeploymentPatch, type DeploymentPostResponse, type DroppedFeature, type EntityDescription, type EntityId, type EntityName, type EnumSortAliases, type EnumSortBatchPredictions, type EnumSortDeployments, type EnumSortExperimentVersions, type EnumSortExperiments, type EnumSortModels, type ErrorMessage, type Errors, type Experiment, type ExperimentFindResponse, type ExperimentGetResponse, type ExperimentId, type ExperimentInput, type ExperimentMode, type ExperimentPatch, type ExperimentPatchItem, type ExperimentPostResponse, type ExperimentType, type ExperimentVersion, type ExperimentVersionFindResponse, type ExperimentVersionGetResponse, type ExperimentVersionId, type ExperimentVersionInput, type ExperimentVersionPatch, type ExperimentVersionPostResponse, type Failure, type Feature, type FeatureInsights, type FeatureType, type FeaturesList, type FileType, type FindResponseMeta, type GetMlDeploymentAliaseHttpError, type GetMlDeploymentAliaseHttpResponse, type GetMlDeploymentAliasesHttpError, type GetMlDeploymentAliasesHttpResponse, type GetMlDeploymentBatchPredictionHttpError, type GetMlDeploymentBatchPredictionHttpResponse, type GetMlDeploymentBatchPredictionScheduleHttpError, type GetMlDeploymentBatchPredictionScheduleHttpResponse, type GetMlDeploymentBatchPredictionsHttpError, type GetMlDeploymentBatchPredictionsHttpResponse, type GetMlDeploymentHttpError, type GetMlDeploymentHttpResponse, type GetMlDeploymentsHttpError, type GetMlDeploymentsHttpResponse, type GetMlExperimentHttpError, type GetMlExperimentHttpResponse, type GetMlExperimentModelHttpError, type GetMlExperimentModelHttpResponse, type GetMlExperimentModelsHttpError, type GetMlExperimentModelsHttpResponse, type GetMlExperimentVersionHttpError, type GetMlExperimentVersionHttpResponse, type GetMlExperimentVersionsHttpError, type GetMlExperimentVersionsHttpResponse, type GetMlExperimentsHttpError, type GetMlExperimentsHttpResponse, type GetMlProfileInsightHttpError, type GetMlProfileInsightHttpResponse, type IndexColumn, type Insights, type JobType, type MlAPI, type Model, type ModelAlgorithm, type ModelAlgorithmAbbreviation, type ModelFindResponse, type ModelGetResponse, type ModelId, type ModelInfo, type ModelMetrics, type ModelMetricsBinary, type ModelMetricsMulticlass, type ModelMetricsRegression, type ModelState, type ModelStatus, type ModelsInfo, type OutputFile, type OwnerId, type ParentJobId, type PatchMlDeploymentAliaseHttpError, type PatchMlDeploymentAliaseHttpResponse, type PatchMlDeploymentBatchPredictionHttpError, type PatchMlDeploymentBatchPredictionHttpResponse, type PatchMlDeploymentHttpError, type PatchMlDeploymentHttpResponse, type PatchMlExperimentHttpError, type PatchMlExperimentHttpResponse, type PatchMlExperimentVersionHttpError, type PatchMlExperimentVersionHttpResponse, type Pipeline, type PredictMlDeploymentBatchPredictionHttpError, type PredictMlDeploymentBatchPredictionHttpResponse, type PredictionJobResponse, type PreprocessedInsightColumn, type ProfileInsights, type ProfileInsightsGetResponse, type ProfileInsightsInput, type RealTimePredictionInputSchema, type RealTimePredictionSchema, type RealtimePrediction, type RealtimePredictionInput, type RemoveMlDeploymentModelsHttpError, type RemoveMlDeploymentModelsHttpResponse, type ResponseLinks, type RunMlDeploymentAliaseRealtimePredictionsHttpError, type RunMlDeploymentAliaseRealtimePredictionsHttpResponse, type RunMlDeploymentRealtimePredictionsHttpError, type RunMlDeploymentRealtimePredictionsHttpResponse, type SetMlDeploymentBatchPredictionScheduleHttpError, type SetMlDeploymentBatchPredictionScheduleHttpResponse, type SpaceId, type TenantId, type TrainingDuration, type Transform, type UpdateMlDeploymentBatchPredictionScheduleHttpError, type UpdateMlDeploymentBatchPredictionScheduleHttpResponse, type UpdatedAt, activateModelsMlDeployment, addMlDeploymentModels, cancelMlJob, clearCache, createMlDeployment, createMlDeploymentAliase, createMlDeploymentBatchPrediction, createMlExperiment, createMlExperimentVersion, createMlProfileInsight, deactivateModelsMlDeployment, mlExport as default, deleteMlDeployment, deleteMlDeploymentAliase, deleteMlDeploymentBatchPrediction, deleteMlDeploymentBatchPredictionSchedule, deleteMlExperiment, deleteMlExperimentVersion, getMlDeployment, getMlDeploymentAliase, getMlDeploymentAliases, getMlDeploymentBatchPrediction, getMlDeploymentBatchPredictionSchedule, getMlDeploymentBatchPredictions, getMlDeployments, getMlExperiment, getMlExperimentModel, getMlExperimentModels, getMlExperimentVersion, getMlExperimentVersions, getMlExperiments, getMlProfileInsight, patchMlDeployment, patchMlDeploymentAliase, patchMlDeploymentBatchPrediction, patchMlExperiment, patchMlExperimentVersion, predictMlDeploymentBatchPrediction, removeMlDeploymentModels, runMlDeploymentAliaseRealtimePredictions, runMlDeploymentRealtimePredictions, setMlDeploymentBatchPredictionSchedule, updateMlDeploymentBatchPredictionSchedule };
2806
+ export { type APIError, type ActivateModelsMlDeploymentHttpError, type ActivateModelsMlDeploymentHttpResponse, type AddMlDeploymentModelsHttpError, type AddMlDeploymentModelsHttpResponse, type Alias, type AliasFindResponse, type AliasGetResponse, type AliasId, type AliasInput, type AliasMode, type AliasPatch, type AliasPatchItem, type AliasPostResponse, type AnyType, type BatchPrediction, type BatchPredictionActionResponse, type BatchPredictionFindResponse, type BatchPredictionGetResponse, type BatchPredictionInput, type BatchPredictionPatch, type BatchPredictionPostResponse, type BatchPredictionSchedule, type BatchPredictionScheduleGetResponse, type BatchPredictionScheduleInput, type BatchPredictionScheduleInputAttributes, type BatchPredictionSchedulePatch, type BatchPredictionSchedulePutResponse, type BatchPredictionStatus, type BatchPredictionWriteback, type BinaryImbalanceSampling, type CancelMlJobHttpError, type CancelMlJobHttpResponse, type ChangeType, type ColumnTransform, type ConfigurationKey, type CorrId, type CorrType, type CreateMlDeploymentAliaseHttpError, type CreateMlDeploymentAliaseHttpResponse, type CreateMlDeploymentBatchPredictionHttpError, type CreateMlDeploymentBatchPredictionHttpResponse, type CreateMlDeploymentHttpError, type CreateMlDeploymentHttpResponse, type CreateMlExperimentHttpError, type CreateMlExperimentHttpResponse, type CreateMlExperimentVersionHttpError, type CreateMlExperimentVersionHttpResponse, type CreateMlProfileInsightHttpError, type CreateMlProfileInsightHttpResponse, type CreatedAt, type CreatedBy, type DataSchemaConfiguration, type DataSetId, type DataType, type DatasetOrigin, type DateIndexes, type DeactivateModelsMlDeploymentHttpError, type DeactivateModelsMlDeploymentHttpResponse, type DeleteMlDeploymentAliaseHttpError, type DeleteMlDeploymentAliaseHttpResponse, type DeleteMlDeploymentBatchPredictionHttpError, type DeleteMlDeploymentBatchPredictionHttpResponse, type DeleteMlDeploymentBatchPredictionScheduleHttpError, type DeleteMlDeploymentBatchPredictionScheduleHttpResponse, type DeleteMlDeploymentHttpError, type DeleteMlDeploymentHttpResponse, type DeleteMlExperimentHttpError, type DeleteMlExperimentHttpResponse, type DeleteMlExperimentVersionHttpError, type DeleteMlExperimentVersionHttpResponse, type DeletedAt, type DeployedModelIds, type DeployedModelsInput, type Deployment, type DeploymentFindResponse, type DeploymentGetResponse, type DeploymentId, type DeploymentInput, type DeploymentPatch, type DeploymentPostResponse, type DroppedFeature, type EntityDescription, type EntityId, type EntityName, type EnumSortAliases, type EnumSortBatchPredictions, type EnumSortDeployments, type EnumSortExperimentVersions, type EnumSortExperiments, type EnumSortModels, type ErrorMessage, type Errors, type Experiment, type ExperimentFindResponse, type ExperimentGetResponse, type ExperimentId, type ExperimentInput, type ExperimentMode, type ExperimentModelRecommendationFilter, type ExperimentModelRecommendationPostResponse, type ExperimentPatch, type ExperimentPatchItem, type ExperimentPostResponse, type ExperimentType, type ExperimentVersion, type ExperimentVersionFindResponse, type ExperimentVersionGetResponse, type ExperimentVersionId, type ExperimentVersionInput, type ExperimentVersionPatch, type ExperimentVersionPostResponse, type Failure, type Feature, type FeatureInsights, type FeatureType, type FeaturesList, type FileType, type FindResponseMeta, type GetMlDeploymentAliaseHttpError, type GetMlDeploymentAliaseHttpResponse, type GetMlDeploymentAliasesHttpError, type GetMlDeploymentAliasesHttpResponse, type GetMlDeploymentBatchPredictionHttpError, type GetMlDeploymentBatchPredictionHttpResponse, type GetMlDeploymentBatchPredictionScheduleHttpError, type GetMlDeploymentBatchPredictionScheduleHttpResponse, type GetMlDeploymentBatchPredictionsHttpError, type GetMlDeploymentBatchPredictionsHttpResponse, type GetMlDeploymentHttpError, type GetMlDeploymentHttpResponse, type GetMlDeploymentsHttpError, type GetMlDeploymentsHttpResponse, type GetMlExperimentHttpError, type GetMlExperimentHttpResponse, type GetMlExperimentModelHttpError, type GetMlExperimentModelHttpResponse, type GetMlExperimentModelsHttpError, type GetMlExperimentModelsHttpResponse, type GetMlExperimentVersionHttpError, type GetMlExperimentVersionHttpResponse, type GetMlExperimentVersionsHttpError, type GetMlExperimentVersionsHttpResponse, type GetMlExperimentsHttpError, type GetMlExperimentsHttpResponse, type GetMlProfileInsightHttpError, type GetMlProfileInsightHttpResponse, type GetMlProfileInsightWithQueryHttpError, type GetMlProfileInsightWithQueryHttpResponse, type GroupId, type IndexColumn, type Insights, type JobType, type MlAPI, type Model, type ModelAlgorithm, type ModelAlgorithmAbbreviation, type ModelFindResponse, type ModelForRecommendations, type ModelGetResponse, type ModelId, type ModelInfo, type ModelMetrics, type ModelMetricsBinary, type ModelMetricsMulticlass, type ModelMetricsRegression, type ModelMetricsTimeseries, type ModelState, type ModelStatus, type ModelsInfo, type OutputFile, type OwnerId, type ParentJobId, type PatchMlDeploymentAliaseHttpError, type PatchMlDeploymentAliaseHttpResponse, type PatchMlDeploymentBatchPredictionHttpError, type PatchMlDeploymentBatchPredictionHttpResponse, type PatchMlDeploymentHttpError, type PatchMlDeploymentHttpResponse, type PatchMlExperimentHttpError, type PatchMlExperimentHttpResponse, type PatchMlExperimentVersionHttpError, type PatchMlExperimentVersionHttpResponse, type Pipeline, type PredictMlDeploymentBatchPredictionHttpError, type PredictMlDeploymentBatchPredictionHttpResponse, type PredictionJobResponse, type PreprocessedInsightColumn, type ProfileInsights, type ProfileInsightsGetResponse, type ProfileInsightsInput, type RealTimePredictionInputSchema, type RealTimePredictionSchema, type RealtimePrediction, type RealtimePredictionInput, type RecommendModelsMlExperimentHttpError, type RecommendModelsMlExperimentHttpResponse, type RemoveMlDeploymentModelsHttpError, type RemoveMlDeploymentModelsHttpResponse, type ResponseLinks, type RunMlDeploymentAliaseRealtimePredictionsHttpError, type RunMlDeploymentAliaseRealtimePredictionsHttpResponse, type RunMlDeploymentRealtimePredictionsHttpError, type RunMlDeploymentRealtimePredictionsHttpResponse, type SetMlDeploymentBatchPredictionScheduleHttpError, type SetMlDeploymentBatchPredictionScheduleHttpResponse, type SpaceId, type TenantId, type TimeseriesGroupType, type TrainingDuration, type TrainingMetadata, type Transform, type UpdateMlDeploymentBatchPredictionScheduleHttpError, type UpdateMlDeploymentBatchPredictionScheduleHttpResponse, type UpdatedAt, activateModelsMlDeployment, addMlDeploymentModels, cancelMlJob, clearCache, createMlDeployment, createMlDeploymentAliase, createMlDeploymentBatchPrediction, createMlExperiment, createMlExperimentVersion, createMlProfileInsight, deactivateModelsMlDeployment, mlExport as default, deleteMlDeployment, deleteMlDeploymentAliase, deleteMlDeploymentBatchPrediction, deleteMlDeploymentBatchPredictionSchedule, deleteMlExperiment, deleteMlExperimentVersion, getMlDeployment, getMlDeploymentAliase, getMlDeploymentAliases, getMlDeploymentBatchPrediction, getMlDeploymentBatchPredictionSchedule, getMlDeploymentBatchPredictions, getMlDeployments, getMlExperiment, getMlExperimentModel, getMlExperimentModels, getMlExperimentVersion, getMlExperimentVersions, getMlExperiments, getMlProfileInsight, getMlProfileInsightWithQuery, patchMlDeployment, patchMlDeploymentAliase, patchMlDeploymentBatchPrediction, patchMlExperiment, patchMlExperimentVersion, predictMlDeploymentBatchPrediction, recommendModelsMlExperiment, removeMlDeploymentModels, runMlDeploymentAliaseRealtimePredictions, runMlDeploymentRealtimePredictions, setMlDeploymentBatchPredictionSchedule, updateMlDeploymentBatchPredictionSchedule };