oci-datascience 2.81.0 → 2.82.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/lib/client.d.ts +91 -91
  2. package/lib/client.js +91 -91
  3. package/lib/model/auto-scaling-policy-details.d.ts +27 -0
  4. package/lib/model/auto-scaling-policy-details.js +69 -0
  5. package/lib/model/auto-scaling-policy-details.js.map +1 -0
  6. package/lib/model/auto-scaling-policy.d.ts +42 -0
  7. package/lib/model/auto-scaling-policy.js +65 -0
  8. package/lib/model/auto-scaling-policy.js.map +1 -0
  9. package/lib/model/custom-expression-query-scaling-configuration.d.ts +45 -0
  10. package/lib/model/custom-expression-query-scaling-configuration.js +55 -0
  11. package/lib/model/custom-expression-query-scaling-configuration.js.map +1 -0
  12. package/lib/model/custom-metric-expression-rule.d.ts +28 -0
  13. package/lib/model/custom-metric-expression-rule.js +69 -0
  14. package/lib/model/custom-metric-expression-rule.js.map +1 -0
  15. package/lib/model/index.d.ts +22 -0
  16. package/lib/model/index.js +26 -3
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/instance-pool-model-deployment-system-data.d.ts +29 -0
  19. package/lib/model/instance-pool-model-deployment-system-data.js +55 -0
  20. package/lib/model/instance-pool-model-deployment-system-data.js.map +1 -0
  21. package/lib/model/metric-expression-rule.d.ts +24 -0
  22. package/lib/model/metric-expression-rule.js +73 -0
  23. package/lib/model/metric-expression-rule.js.map +1 -0
  24. package/lib/model/model-configuration-details.d.ts +5 -1
  25. package/lib/model/model-configuration-details.js.map +1 -1
  26. package/lib/model/model-deployment-instance-shape-config-details.d.ts +19 -0
  27. package/lib/model/model-deployment-instance-shape-config-details.js +11 -0
  28. package/lib/model/model-deployment-instance-shape-config-details.js.map +1 -1
  29. package/lib/model/model-deployment-system-data.d.ts +23 -0
  30. package/lib/model/model-deployment-system-data.js +69 -0
  31. package/lib/model/model-deployment-system-data.js.map +1 -0
  32. package/lib/model/model-deployment.d.ts +1 -0
  33. package/lib/model/model-deployment.js +6 -0
  34. package/lib/model/model-deployment.js.map +1 -1
  35. package/lib/model/predefined-expression-threshold-scaling-configuration.d.ts +31 -0
  36. package/lib/model/predefined-expression-threshold-scaling-configuration.js +55 -0
  37. package/lib/model/predefined-expression-threshold-scaling-configuration.js.map +1 -0
  38. package/lib/model/predefined-metric-expression-rule.d.ts +42 -0
  39. package/lib/model/predefined-metric-expression-rule.js +79 -0
  40. package/lib/model/predefined-metric-expression-rule.js.map +1 -0
  41. package/lib/model/scaling-configuration.d.ts +41 -0
  42. package/lib/model/scaling-configuration.js +73 -0
  43. package/lib/model/scaling-configuration.js.map +1 -0
  44. package/lib/model/scaling-policy.js +4 -0
  45. package/lib/model/scaling-policy.js.map +1 -1
  46. package/lib/model/threshold-based-auto-scaling-policy-details.d.ts +53 -0
  47. package/lib/model/threshold-based-auto-scaling-policy-details.js +67 -0
  48. package/lib/model/threshold-based-auto-scaling-policy-details.js.map +1 -0
  49. package/lib/model/update-model-configuration-details.d.ts +5 -1
  50. package/lib/model/update-model-configuration-details.js.map +1 -1
  51. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  52. package/lib/request/activate-model-request.d.ts +1 -1
  53. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  54. package/lib/request/cancel-job-run-request.d.ts +1 -1
  55. package/lib/request/cancel-pipeline-run-request.d.ts +1 -1
  56. package/lib/request/cancel-work-request-request.d.ts +1 -1
  57. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
  58. package/lib/request/change-job-compartment-request.d.ts +1 -1
  59. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  60. package/lib/request/change-model-compartment-request.d.ts +1 -1
  61. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  62. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  63. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  64. package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
  65. package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
  66. package/lib/request/change-project-compartment-request.d.ts +1 -1
  67. package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
  68. package/lib/request/create-job-artifact-request.d.ts +1 -1
  69. package/lib/request/create-job-request.d.ts +1 -1
  70. package/lib/request/create-job-run-request.d.ts +1 -1
  71. package/lib/request/create-model-artifact-request.d.ts +1 -1
  72. package/lib/request/create-model-deployment-request.d.ts +1 -1
  73. package/lib/request/create-model-provenance-request.d.ts +1 -1
  74. package/lib/request/create-model-request.d.ts +1 -1
  75. package/lib/request/create-model-version-set-request.d.ts +1 -1
  76. package/lib/request/create-notebook-session-request.d.ts +1 -1
  77. package/lib/request/create-pipeline-request.d.ts +1 -1
  78. package/lib/request/create-pipeline-run-request.d.ts +1 -1
  79. package/lib/request/create-project-request.d.ts +1 -1
  80. package/lib/request/create-step-artifact-request.d.ts +1 -1
  81. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  82. package/lib/request/deactivate-model-request.d.ts +1 -1
  83. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  84. package/lib/request/delete-data-science-private-endpoint-request.d.ts +1 -1
  85. package/lib/request/delete-job-request.d.ts +1 -1
  86. package/lib/request/delete-job-run-request.d.ts +1 -1
  87. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  88. package/lib/request/delete-model-request.d.ts +1 -1
  89. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  90. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  91. package/lib/request/delete-pipeline-request.d.ts +1 -1
  92. package/lib/request/delete-pipeline-run-request.d.ts +1 -1
  93. package/lib/request/delete-project-request.d.ts +1 -1
  94. package/lib/request/export-model-artifact-request.d.ts +1 -1
  95. package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
  96. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  97. package/lib/request/get-job-request.d.ts +1 -1
  98. package/lib/request/get-job-run-request.d.ts +1 -1
  99. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  100. package/lib/request/get-model-deployment-request.d.ts +1 -1
  101. package/lib/request/get-model-provenance-request.d.ts +1 -1
  102. package/lib/request/get-model-request.d.ts +1 -1
  103. package/lib/request/get-model-version-set-request.d.ts +1 -1
  104. package/lib/request/get-notebook-session-request.d.ts +1 -1
  105. package/lib/request/get-pipeline-request.d.ts +1 -1
  106. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  107. package/lib/request/get-project-request.d.ts +1 -1
  108. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  109. package/lib/request/get-work-request-request.d.ts +1 -1
  110. package/lib/request/head-job-artifact-request.d.ts +1 -1
  111. package/lib/request/head-model-artifact-request.d.ts +1 -1
  112. package/lib/request/head-step-artifact-request.d.ts +1 -1
  113. package/lib/request/import-model-artifact-request.d.ts +1 -1
  114. package/lib/request/list-data-science-private-endpoints-request.d.ts +1 -1
  115. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  116. package/lib/request/list-job-runs-request.d.ts +1 -1
  117. package/lib/request/list-job-shapes-request.d.ts +1 -1
  118. package/lib/request/list-jobs-request.d.ts +1 -1
  119. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  120. package/lib/request/list-model-deployments-request.d.ts +1 -1
  121. package/lib/request/list-model-version-sets-request.d.ts +1 -1
  122. package/lib/request/list-models-request.d.ts +1 -1
  123. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  124. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  125. package/lib/request/list-pipeline-runs-request.d.ts +1 -1
  126. package/lib/request/list-pipelines-request.d.ts +1 -1
  127. package/lib/request/list-projects-request.d.ts +1 -1
  128. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  129. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  130. package/lib/request/list-work-requests-request.d.ts +1 -1
  131. package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
  132. package/lib/request/update-job-request.d.ts +1 -1
  133. package/lib/request/update-job-run-request.d.ts +1 -1
  134. package/lib/request/update-model-deployment-request.d.ts +1 -1
  135. package/lib/request/update-model-provenance-request.d.ts +1 -1
  136. package/lib/request/update-model-request.d.ts +1 -1
  137. package/lib/request/update-model-version-set-request.d.ts +1 -1
  138. package/lib/request/update-notebook-session-request.d.ts +1 -1
  139. package/lib/request/update-pipeline-request.d.ts +1 -1
  140. package/lib/request/update-pipeline-run-request.d.ts +1 -1
  141. package/lib/request/update-project-request.d.ts +1 -1
  142. package/package.json +3 -3
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.PredefinedMetricExpressionRule = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var PredefinedMetricExpressionRule;
38
+ (function (PredefinedMetricExpressionRule) {
39
+ let MetricType;
40
+ (function (MetricType) {
41
+ MetricType["CpuUtilization"] = "CPU_UTILIZATION";
42
+ MetricType["MemoryUtilization"] = "MEMORY_UTILIZATION";
43
+ /**
44
+ * This value is used if a service returns a value for this enum that is not recognized by this
45
+ * version of the SDK.
46
+ */
47
+ MetricType["UnknownValue"] = "UNKNOWN_VALUE";
48
+ })(MetricType = PredefinedMetricExpressionRule.MetricType || (PredefinedMetricExpressionRule.MetricType = {}));
49
+ function getJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.MetricExpressionRule.getJsonObj(obj))), {
53
+ "scaleInConfiguration": obj.scaleInConfiguration
54
+ ? model.PredefinedExpressionThresholdScalingConfiguration.getJsonObj(obj.scaleInConfiguration)
55
+ : undefined,
56
+ "scaleOutConfiguration": obj.scaleOutConfiguration
57
+ ? model.PredefinedExpressionThresholdScalingConfiguration.getJsonObj(obj.scaleOutConfiguration)
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ PredefinedMetricExpressionRule.getJsonObj = getJsonObj;
63
+ PredefinedMetricExpressionRule.metricExpressionRuleType = "PREDEFINED_EXPRESSION";
64
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
65
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
66
+ ? obj
67
+ : model.MetricExpressionRule.getDeserializedJsonObj(obj))), {
68
+ "scaleInConfiguration": obj.scaleInConfiguration
69
+ ? model.PredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(obj.scaleInConfiguration)
70
+ : undefined,
71
+ "scaleOutConfiguration": obj.scaleOutConfiguration
72
+ ? model.PredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(obj.scaleOutConfiguration)
73
+ : undefined
74
+ });
75
+ return jsonObj;
76
+ }
77
+ PredefinedMetricExpressionRule.getDeserializedJsonObj = getDeserializedJsonObj;
78
+ })(PredefinedMetricExpressionRule = exports.PredefinedMetricExpressionRule || (exports.PredefinedMetricExpressionRule = {}));
79
+ //# sourceMappingURL=predefined-metric-expression-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"predefined-metric-expression-rule.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/predefined-metric-expression-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,8BAA8B,CA8D9C;AA9DD,WAAiB,8BAA8B;IAC7C,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,gDAAkC,CAAA;QAClC,sDAAwC,CAAA;QACxC;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,yCAAU,KAAV,yCAAU,QAQrB;IAED,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAChF;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,iDAAiD,CAAC,UAAU,CAChE,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,iDAAiD,CAAC,UAAU,CAChE,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,yCAAU,aAuBzB,CAAA;IACY,uDAAwB,GAAG,uBAAuB,CAAC;IAChE,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAChD,GAAG,CAC+B,CAAC,GACtC;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,iDAAiD,CAAC,sBAAsB,CAC5E,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,iDAAiD,CAAC,sBAAsB,CAC5E,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,qDAAsB,yBAyBrC,CAAA;AACH,CAAC,EA9DgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA8D9C"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Scaling configuration for the metric expression rule.
16
+ *
17
+ */
18
+ export interface ScalingConfiguration {
19
+ /**
20
+ * The period of time that the condition defined in the alarm must persist before the alarm state
21
+ * changes from \"OK\" to \"FIRING\" or vice versa. For example, a value of 5 minutes means that the
22
+ * alarm must persist in breaching the condition for five minutes before the alarm updates its
23
+ * state to \"FIRING\"; likewise, the alarm must persist in not breaching the condition for five
24
+ * minutes before the alarm updates its state to \"OK.\"
25
+ * <p>
26
+ The duration is specified as a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
27
+ * for one hour). Minimum: PT3M. Maximum: PT1H. Default: PT3M.
28
+ *
29
+ */
30
+ "pendingDuration"?: string;
31
+ /**
32
+ * The value is used for adjusting the count of instances by.
33
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "instanceCountAdjustment"?: number;
36
+ "scalingConfigurationType": string;
37
+ }
38
+ export declare namespace ScalingConfiguration {
39
+ function getJsonObj(obj: ScalingConfiguration): object;
40
+ function getDeserializedJsonObj(obj: ScalingConfiguration): object;
41
+ }
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.ScalingConfiguration = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var ScalingConfiguration;
39
+ (function (ScalingConfiguration) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "scalingConfigurationType" in obj && obj.scalingConfigurationType) {
43
+ switch (obj.scalingConfigurationType) {
44
+ case "QUERY":
45
+ return model.CustomExpressionQueryScalingConfiguration.getJsonObj(jsonObj, true);
46
+ case "THRESHOLD":
47
+ return model.PredefinedExpressionThresholdScalingConfiguration.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.scalingConfigurationType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ ScalingConfiguration.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "scalingConfigurationType" in obj && obj.scalingConfigurationType) {
59
+ switch (obj.scalingConfigurationType) {
60
+ case "QUERY":
61
+ return model.CustomExpressionQueryScalingConfiguration.getDeserializedJsonObj(jsonObj, true);
62
+ case "THRESHOLD":
63
+ return model.PredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(jsonObj, true);
64
+ default:
65
+ if (common.LOG.logger)
66
+ common.LOG.logger.info(`Unknown value for: ${obj.scalingConfigurationType}`);
67
+ }
68
+ }
69
+ return jsonObj;
70
+ }
71
+ ScalingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(ScalingConfiguration = exports.ScalingConfiguration || (exports.ScalingConfiguration = {}));
73
+ //# sourceMappingURL=scaling-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA4BtC,IAAiB,oBAAoB,CA6CpC;AA7CD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,0BAA0B,IAAI,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE;YAC5E,QAAQ,GAAG,CAAC,wBAAwB,EAAE;gBACpC,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,iDAAiD,CAAC,UAAU,CACL,OAAQ,EAC1E,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,wBAAwB,EAAE,CAAC,CAAC;aAClF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,+BAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,0BAA0B,IAAI,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE;YAC5E,QAAQ,GAAG,CAAC,wBAAwB,EAAE;gBACpC,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,iDAAiD,CAAC,sBAAsB,CACjB,OAAQ,EAC1E,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,wBAAwB,EAAE,CAAC,CAAC;aAClF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,2CAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6CpC"}
@@ -41,6 +41,8 @@ var ScalingPolicy;
41
41
  const jsonObj = Object.assign(Object.assign({}, obj), {});
42
42
  if (obj && "policyType" in obj && obj.policyType) {
43
43
  switch (obj.policyType) {
44
+ case "AUTOSCALING":
45
+ return model.AutoScalingPolicy.getJsonObj(jsonObj, true);
44
46
  case "FIXED_SIZE":
45
47
  return model.FixedSizeScalingPolicy.getJsonObj(jsonObj, true);
46
48
  default:
@@ -55,6 +57,8 @@ var ScalingPolicy;
55
57
  const jsonObj = Object.assign(Object.assign({}, obj), {});
56
58
  if (obj && "policyType" in obj && obj.policyType) {
57
59
  switch (obj.policyType) {
60
+ case "AUTOSCALING":
61
+ return model.AutoScalingPolicy.getDeserializedJsonObj(jsonObj, true);
58
62
  case "FIXED_SIZE":
59
63
  return model.FixedSizeScalingPolicy.getDeserializedJsonObj(jsonObj, true);
60
64
  default:
@@ -1 +1 @@
1
- {"version":3,"file":"scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,aAAa,CAiC7B;AAjCD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,oCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAiC7B"}
1
+ {"version":3,"file":"scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,aAAa,CA2C7B;AA3CD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CACL,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,wBAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CACjB,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA2C7B"}
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Data Science API
3
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
4
+
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Details for a threshold-based autoscaling policy to enable on the model deployment.
17
+ * In a threshold-based autoscaling policy, an autoscaling action is triggered when a performance metric meets
18
+ * or exceeds a threshold.
19
+ *
20
+ */
21
+ export interface ThresholdBasedAutoScalingPolicyDetails extends model.AutoScalingPolicyDetails {
22
+ /**
23
+ * The list of autoscaling policy rules.
24
+ *
25
+ */
26
+ "rules": Array<model.MetricExpressionRule>;
27
+ /**
28
+ * For a threshold-based autoscaling policy, this value is the maximum number of instances the model deployment is allowed
29
+ * to increase to (scale out).
30
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "maximumInstanceCount": number;
33
+ /**
34
+ * For a threshold-based autoscaling policy, this value is the minimum number of instances the model deployment is allowed
35
+ * to decrease to (scale in).
36
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
37
+ */
38
+ "minimumInstanceCount": number;
39
+ /**
40
+ * For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the model deployment
41
+ * immediately after autoscaling is enabled. Note that anytime this value is updated, the number of instances will be reset
42
+ * to this value. After autoscaling retrieves performance metrics, the number of instances is automatically adjusted from
43
+ * this initial number to a number that is based on the limits that you set.
44
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
45
+ */
46
+ "initialInstanceCount": number;
47
+ "autoScalingPolicyType": string;
48
+ }
49
+ export declare namespace ThresholdBasedAutoScalingPolicyDetails {
50
+ function getJsonObj(obj: ThresholdBasedAutoScalingPolicyDetails, isParentJsonObj?: boolean): object;
51
+ const autoScalingPolicyType = "THRESHOLD";
52
+ function getDeserializedJsonObj(obj: ThresholdBasedAutoScalingPolicyDetails, isParentJsonObj?: boolean): object;
53
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /**
3
+ * Data Science API
4
+ * Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
5
+
6
+ * OpenAPI spec version: 20190101
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.ThresholdBasedAutoScalingPolicyDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var ThresholdBasedAutoScalingPolicyDetails;
38
+ (function (ThresholdBasedAutoScalingPolicyDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.AutoScalingPolicyDetails.getJsonObj(obj))), {
43
+ "rules": obj.rules
44
+ ? obj.rules.map(item => {
45
+ return model.MetricExpressionRule.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ ThresholdBasedAutoScalingPolicyDetails.getJsonObj = getJsonObj;
52
+ ThresholdBasedAutoScalingPolicyDetails.autoScalingPolicyType = "THRESHOLD";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.AutoScalingPolicyDetails.getDeserializedJsonObj(obj))), {
57
+ "rules": obj.rules
58
+ ? obj.rules.map(item => {
59
+ return model.MetricExpressionRule.getDeserializedJsonObj(item);
60
+ })
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ ThresholdBasedAutoScalingPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(ThresholdBasedAutoScalingPolicyDetails = exports.ThresholdBasedAutoScalingPolicyDetails || (exports.ThresholdBasedAutoScalingPolicyDetails = {}));
67
+ //# sourceMappingURL=threshold-based-auto-scaling-policy-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"threshold-based-auto-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/threshold-based-auto-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,sCAAsC,CA4CtD;AA5CD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACxC,GAAG,CACuC,CAAC,GAC9C;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iDAAU,aAoBzB,CAAA;IACY,4DAAqB,GAAG,WAAW,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CACuC,CAAC,GAC9C;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,6DAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA4CtD"}
@@ -21,11 +21,15 @@ export interface UpdateModelConfigurationDetails {
21
21
  */
22
22
  "modelId": string;
23
23
  "instanceConfiguration"?: model.InstanceConfiguration;
24
- "scalingPolicy"?: model.FixedSizeScalingPolicy;
24
+ "scalingPolicy"?: model.AutoScalingPolicy | model.FixedSizeScalingPolicy;
25
25
  /**
26
26
  * The minimum network bandwidth for the model deployment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
27
  */
28
28
  "bandwidthMbps"?: number;
29
+ /**
30
+ * The maximum network bandwidth for the model deployment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "maximumBandwidthMbps"?: number;
29
33
  }
30
34
  export declare namespace UpdateModelConfigurationDetails {
31
35
  function getJsonObj(obj: UpdateModelConfigurationDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"update-model-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-model-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,+BAA+B,CA+B/C;AA/BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0CAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA+B/C"}
1
+ {"version":3,"file":"update-model-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/update-model-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,+BAA+B,CA+B/C;AA/BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0CAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA+B/C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeploymentRequest.
16
16
  */
17
17
  export interface ActivateModelDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ActivateModel.ts.html |here} to see how to use ActivateModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ActivateModel.ts.html |here} to see how to use ActivateModelRequest.
16
16
  */
17
17
  export interface ActivateModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSessionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSessionRequest.
16
16
  */
17
17
  export interface ActivateNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRunRequest.
16
16
  */
17
17
  export interface CancelJobRunRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRunRequest.
16
16
  */
17
17
  export interface CancelPipelineRunRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDataSciencePrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartmentRequest.
17
17
  */
18
18
  export interface ChangeJobCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeJobRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelDeploymentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelVersionSetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNotebookSessionCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartmentRequest.
17
17
  */
18
18
  export interface ChangePipelineCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangePipelineRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreateDataSciencePrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifactRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifactRequest.
18
18
  */
19
19
  export interface CreateJobArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CreateJob.ts.html |here} to see how to use CreateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CreateJob.ts.html |here} to see how to use CreateJobRequest.
17
17
  */
18
18
  export interface CreateJobRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRunRequest.
17
17
  */
18
18
  export interface CreateJobRunRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifactRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifactRequest.
18
18
  */
19
19
  export interface CreateModelArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
17
17
  */
18
18
  export interface CreateModelDeploymentRequest extends common.BaseRequest {
19
19
  /**