oci-datascience 2.81.0 → 2.82.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +91 -91
- package/lib/client.js +91 -91
- package/lib/model/auto-scaling-policy-details.d.ts +27 -0
- package/lib/model/auto-scaling-policy-details.js +69 -0
- package/lib/model/auto-scaling-policy-details.js.map +1 -0
- package/lib/model/auto-scaling-policy.d.ts +42 -0
- package/lib/model/auto-scaling-policy.js +65 -0
- package/lib/model/auto-scaling-policy.js.map +1 -0
- package/lib/model/custom-expression-query-scaling-configuration.d.ts +45 -0
- package/lib/model/custom-expression-query-scaling-configuration.js +55 -0
- package/lib/model/custom-expression-query-scaling-configuration.js.map +1 -0
- package/lib/model/custom-metric-expression-rule.d.ts +28 -0
- package/lib/model/custom-metric-expression-rule.js +69 -0
- package/lib/model/custom-metric-expression-rule.js.map +1 -0
- package/lib/model/index.d.ts +22 -0
- package/lib/model/index.js +26 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-pool-model-deployment-system-data.d.ts +29 -0
- package/lib/model/instance-pool-model-deployment-system-data.js +55 -0
- package/lib/model/instance-pool-model-deployment-system-data.js.map +1 -0
- package/lib/model/metric-expression-rule.d.ts +24 -0
- package/lib/model/metric-expression-rule.js +73 -0
- package/lib/model/metric-expression-rule.js.map +1 -0
- package/lib/model/model-configuration-details.d.ts +5 -1
- package/lib/model/model-configuration-details.js.map +1 -1
- package/lib/model/model-deployment-instance-shape-config-details.d.ts +19 -0
- package/lib/model/model-deployment-instance-shape-config-details.js +11 -0
- package/lib/model/model-deployment-instance-shape-config-details.js.map +1 -1
- package/lib/model/model-deployment-system-data.d.ts +23 -0
- package/lib/model/model-deployment-system-data.js +69 -0
- package/lib/model/model-deployment-system-data.js.map +1 -0
- package/lib/model/model-deployment.d.ts +1 -0
- package/lib/model/model-deployment.js +6 -0
- package/lib/model/model-deployment.js.map +1 -1
- package/lib/model/predefined-expression-threshold-scaling-configuration.d.ts +31 -0
- package/lib/model/predefined-expression-threshold-scaling-configuration.js +55 -0
- package/lib/model/predefined-expression-threshold-scaling-configuration.js.map +1 -0
- package/lib/model/predefined-metric-expression-rule.d.ts +42 -0
- package/lib/model/predefined-metric-expression-rule.js +79 -0
- package/lib/model/predefined-metric-expression-rule.js.map +1 -0
- package/lib/model/scaling-configuration.d.ts +41 -0
- package/lib/model/scaling-configuration.js +73 -0
- package/lib/model/scaling-configuration.js.map +1 -0
- package/lib/model/scaling-policy.js +4 -0
- package/lib/model/scaling-policy.js.map +1 -1
- package/lib/model/threshold-based-auto-scaling-policy-details.d.ts +53 -0
- package/lib/model/threshold-based-auto-scaling-policy-details.js +67 -0
- package/lib/model/threshold-based-auto-scaling-policy-details.js.map +1 -0
- package/lib/model/update-model-configuration-details.d.ts +5 -1
- package/lib/model/update-model-configuration-details.js.map +1 -1
- package/lib/request/activate-model-deployment-request.d.ts +1 -1
- package/lib/request/activate-model-request.d.ts +1 -1
- package/lib/request/activate-notebook-session-request.d.ts +1 -1
- package/lib/request/cancel-job-run-request.d.ts +1 -1
- package/lib/request/cancel-pipeline-run-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-job-run-compartment-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
- package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
- package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
- package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-artifact-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-job-run-request.d.ts +1 -1
- package/lib/request/create-model-artifact-request.d.ts +1 -1
- package/lib/request/create-model-deployment-request.d.ts +1 -1
- package/lib/request/create-model-provenance-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-model-version-set-request.d.ts +1 -1
- package/lib/request/create-notebook-session-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-run-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-step-artifact-request.d.ts +1 -1
- package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
- package/lib/request/deactivate-model-request.d.ts +1 -1
- package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-job-run-request.d.ts +1 -1
- package/lib/request/delete-model-deployment-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-model-version-set-request.d.ts +1 -1
- package/lib/request/delete-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-run-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/export-model-artifact-request.d.ts +1 -1
- package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-artifact-content-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-job-run-request.d.ts +1 -1
- package/lib/request/get-model-artifact-content-request.d.ts +1 -1
- package/lib/request/get-model-deployment-request.d.ts +1 -1
- package/lib/request/get-model-provenance-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-model-version-set-request.d.ts +1 -1
- package/lib/request/get-notebook-session-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-run-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-step-artifact-content-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/head-job-artifact-request.d.ts +1 -1
- package/lib/request/head-model-artifact-request.d.ts +1 -1
- package/lib/request/head-step-artifact-request.d.ts +1 -1
- package/lib/request/import-model-artifact-request.d.ts +1 -1
- package/lib/request/list-data-science-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-job-shapes-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
- package/lib/request/list-model-deployments-request.d.ts +1 -1
- package/lib/request/list-model-version-sets-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +1 -1
- package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
- package/lib/request/list-notebook-sessions-request.d.ts +1 -1
- package/lib/request/list-pipeline-runs-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-job-run-request.d.ts +1 -1
- package/lib/request/update-model-deployment-request.d.ts +1 -1
- package/lib/request/update-model-provenance-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-model-version-set-request.d.ts +1 -1
- package/lib/request/update-notebook-session-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-pipeline-run-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- 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,
|
|
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;
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateModelDeploymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|