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,27 @@
|
|
|
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
|
+
* Details for an autoscaling policy to enable on the model deployment.
|
|
16
|
+
* Each autoscaling configuration can have one autoscaling policy.
|
|
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 AutoScalingPolicyDetails {
|
|
22
|
+
"autoScalingPolicyType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace AutoScalingPolicyDetails {
|
|
25
|
+
function getJsonObj(obj: AutoScalingPolicyDetails): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: AutoScalingPolicyDetails): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.AutoScalingPolicyDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var AutoScalingPolicyDetails;
|
|
39
|
+
(function (AutoScalingPolicyDetails) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
if (obj && "autoScalingPolicyType" in obj && obj.autoScalingPolicyType) {
|
|
43
|
+
switch (obj.autoScalingPolicyType) {
|
|
44
|
+
case "THRESHOLD":
|
|
45
|
+
return model.ThresholdBasedAutoScalingPolicyDetails.getJsonObj(jsonObj, true);
|
|
46
|
+
default:
|
|
47
|
+
if (common.LOG.logger)
|
|
48
|
+
common.LOG.logger.info(`Unknown value for: ${obj.autoScalingPolicyType}`);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
AutoScalingPolicyDetails.getJsonObj = getJsonObj;
|
|
54
|
+
function getDeserializedJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
56
|
+
if (obj && "autoScalingPolicyType" in obj && obj.autoScalingPolicyType) {
|
|
57
|
+
switch (obj.autoScalingPolicyType) {
|
|
58
|
+
case "THRESHOLD":
|
|
59
|
+
return model.ThresholdBasedAutoScalingPolicyDetails.getDeserializedJsonObj(jsonObj, true);
|
|
60
|
+
default:
|
|
61
|
+
if (common.LOG.logger)
|
|
62
|
+
common.LOG.logger.info(`Unknown value for: ${obj.autoScalingPolicyType}`);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
AutoScalingPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(AutoScalingPolicyDetails = exports.AutoScalingPolicyDetails || (exports.AutoScalingPolicyDetails = {}));
|
|
69
|
+
//# sourceMappingURL=auto-scaling-policy-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/auto-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAatC,IAAiB,wBAAwB,CAmCxC;AAnCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,mCAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,+CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAmCxC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* The scaling policy to enable autoscaling on the model deployment.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface AutoScalingPolicy extends model.ScalingPolicy {
|
|
20
|
+
/**
|
|
21
|
+
* For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions.
|
|
22
|
+
* The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which
|
|
23
|
+
* is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation.
|
|
24
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"coolDownInSeconds"?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Whether the autoscaling policy is enabled.
|
|
29
|
+
*/
|
|
30
|
+
"isEnabled"?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* The list of autoscaling policy details.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"autoScalingPolicies": Array<model.AutoScalingPolicyDetails>;
|
|
36
|
+
"policyType": string;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace AutoScalingPolicy {
|
|
39
|
+
function getJsonObj(obj: AutoScalingPolicy, isParentJsonObj?: boolean): object;
|
|
40
|
+
const policyType = "AUTOSCALING";
|
|
41
|
+
function getDeserializedJsonObj(obj: AutoScalingPolicy, isParentJsonObj?: boolean): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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.AutoScalingPolicy = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var AutoScalingPolicy;
|
|
38
|
+
(function (AutoScalingPolicy) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.ScalingPolicy.getJsonObj(obj))), {
|
|
41
|
+
"autoScalingPolicies": obj.autoScalingPolicies
|
|
42
|
+
? obj.autoScalingPolicies.map(item => {
|
|
43
|
+
return model.AutoScalingPolicyDetails.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
AutoScalingPolicy.getJsonObj = getJsonObj;
|
|
50
|
+
AutoScalingPolicy.policyType = "AUTOSCALING";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.ScalingPolicy.getDeserializedJsonObj(obj))), {
|
|
55
|
+
"autoScalingPolicies": obj.autoScalingPolicies
|
|
56
|
+
? obj.autoScalingPolicies.map(item => {
|
|
57
|
+
return model.AutoScalingPolicyDetails.getDeserializedJsonObj(item);
|
|
58
|
+
})
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
AutoScalingPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(AutoScalingPolicy = exports.AutoScalingPolicy || (exports.AutoScalingPolicy = {}));
|
|
65
|
+
//# sourceMappingURL=auto-scaling-policy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/auto-scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,iBAAiB,CAmCjC;AAnCD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GACpF;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4BAAU,aAazB,CAAA;IACY,4BAAU,GAAG,aAAa,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GACxE;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wCAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAmCjC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
* The scaling configuration for the custom metric expression rule.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface CustomExpressionQueryScalingConfiguration extends model.ScalingConfiguration {
|
|
20
|
+
/**
|
|
21
|
+
* The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of
|
|
22
|
+
* the Monitoring service interprets results for each returned time series as Boolean values,
|
|
23
|
+
* where zero represents false and a non-zero value represents true. A true value means that the trigger
|
|
24
|
+
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
25
|
+
* rule (threshold or absence). Supported values for interval: {@code 1m}-{@code 60m} (also {@code 1h}). You can optionally
|
|
26
|
+
* specify dimensions and grouping functions. Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
27
|
+
* <p>
|
|
28
|
+
Example of threshold alarm:
|
|
29
|
+
* <p>
|
|
30
|
+
-----
|
|
31
|
+
* <p>
|
|
32
|
+
CPUUtilization[1m]{resourceId = \"MODEL_DEPLOYMENT_OCID\"}.grouping().mean() < 25
|
|
33
|
+
* CPUUtilization[1m]{resourceId = \"MODEL_DEPLOYMENT_OCID\"}.grouping().mean() > 75
|
|
34
|
+
* <p>
|
|
35
|
+
-----
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"query": string;
|
|
39
|
+
"scalingConfigurationType": string;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace CustomExpressionQueryScalingConfiguration {
|
|
42
|
+
function getJsonObj(obj: CustomExpressionQueryScalingConfiguration, isParentJsonObj?: boolean): object;
|
|
43
|
+
const scalingConfigurationType = "QUERY";
|
|
44
|
+
function getDeserializedJsonObj(obj: CustomExpressionQueryScalingConfiguration, isParentJsonObj?: boolean): object;
|
|
45
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.CustomExpressionQueryScalingConfiguration = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CustomExpressionQueryScalingConfiguration;
|
|
38
|
+
(function (CustomExpressionQueryScalingConfiguration) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.ScalingConfiguration.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
CustomExpressionQueryScalingConfiguration.getJsonObj = getJsonObj;
|
|
46
|
+
CustomExpressionQueryScalingConfiguration.scalingConfigurationType = "QUERY";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.ScalingConfiguration.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
CustomExpressionQueryScalingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(CustomExpressionQueryScalingConfiguration = exports.CustomExpressionQueryScalingConfiguration || (exports.CustomExpressionQueryScalingConfiguration = {}));
|
|
55
|
+
//# sourceMappingURL=custom-expression-query-scaling-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-expression-query-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/custom-expression-query-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,yCAAyC,CAgCzD;AAhCD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CACxB,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACpC,GAAG,CAC0C,CAAC,GACjD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oDAAU,aAczB,CAAA;IACY,kEAAwB,GAAG,OAAO,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAChD,GAAG,CAC0C,CAAC,GACjD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAgCzD"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the model deployment.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface CustomMetricExpressionRule extends model.MetricExpressionRule {
|
|
20
|
+
"scaleInConfiguration": model.CustomExpressionQueryScalingConfiguration;
|
|
21
|
+
"scaleOutConfiguration": model.CustomExpressionQueryScalingConfiguration;
|
|
22
|
+
"metricExpressionRuleType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace CustomMetricExpressionRule {
|
|
25
|
+
function getJsonObj(obj: CustomMetricExpressionRule, isParentJsonObj?: boolean): object;
|
|
26
|
+
const metricExpressionRuleType = "CUSTOM_EXPRESSION";
|
|
27
|
+
function getDeserializedJsonObj(obj: CustomMetricExpressionRule, isParentJsonObj?: boolean): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.CustomMetricExpressionRule = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CustomMetricExpressionRule;
|
|
38
|
+
(function (CustomMetricExpressionRule) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.MetricExpressionRule.getJsonObj(obj))), {
|
|
43
|
+
"scaleInConfiguration": obj.scaleInConfiguration
|
|
44
|
+
? model.CustomExpressionQueryScalingConfiguration.getJsonObj(obj.scaleInConfiguration)
|
|
45
|
+
: undefined,
|
|
46
|
+
"scaleOutConfiguration": obj.scaleOutConfiguration
|
|
47
|
+
? model.CustomExpressionQueryScalingConfiguration.getJsonObj(obj.scaleOutConfiguration)
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CustomMetricExpressionRule.getJsonObj = getJsonObj;
|
|
53
|
+
CustomMetricExpressionRule.metricExpressionRuleType = "CUSTOM_EXPRESSION";
|
|
54
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
56
|
+
? obj
|
|
57
|
+
: model.MetricExpressionRule.getDeserializedJsonObj(obj))), {
|
|
58
|
+
"scaleInConfiguration": obj.scaleInConfiguration
|
|
59
|
+
? model.CustomExpressionQueryScalingConfiguration.getDeserializedJsonObj(obj.scaleInConfiguration)
|
|
60
|
+
: undefined,
|
|
61
|
+
"scaleOutConfiguration": obj.scaleOutConfiguration
|
|
62
|
+
? model.CustomExpressionQueryScalingConfiguration.getDeserializedJsonObj(obj.scaleOutConfiguration)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
CustomMetricExpressionRule.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(CustomMetricExpressionRule = exports.CustomMetricExpressionRule || (exports.CustomMetricExpressionRule = {}));
|
|
69
|
+
//# sourceMappingURL=custom-metric-expression-rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-metric-expression-rule.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/custom-metric-expression-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,0BAA0B,CA2C1C;AA3CD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GAC5E;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACtF,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACvF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,qCAAU,aAgBzB,CAAA;IACY,mDAAwB,GAAG,mBAAmB,CAAC;IAC5D,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GACxF;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACpE,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACpE,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,iDAAsB,yBAuBrC,CAAA;AACH,CAAC,EA3CgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA2C1C"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ import * as ArtifactImportDetails from "./artifact-import-details";
|
|
|
17
17
|
export import ArtifactImportDetails = ArtifactImportDetails.ArtifactImportDetails;
|
|
18
18
|
import * as ArtifactSourceType from "./artifact-source-type";
|
|
19
19
|
export import ArtifactSourceType = ArtifactSourceType.ArtifactSourceType;
|
|
20
|
+
import * as AutoScalingPolicyDetails from "./auto-scaling-policy-details";
|
|
21
|
+
export import AutoScalingPolicyDetails = AutoScalingPolicyDetails.AutoScalingPolicyDetails;
|
|
20
22
|
import * as CategoryLogDetails from "./category-log-details";
|
|
21
23
|
export import CategoryLogDetails = CategoryLogDetails.CategoryLogDetails;
|
|
22
24
|
import * as ChangeDataSciencePrivateEndpointCompartmentDetails from "./change-data-science-private-endpoint-compartment-details";
|
|
@@ -107,6 +109,8 @@ import * as LogDetails from "./log-details";
|
|
|
107
109
|
export import LogDetails = LogDetails.LogDetails;
|
|
108
110
|
import * as Metadata from "./metadata";
|
|
109
111
|
export import Metadata = Metadata.Metadata;
|
|
112
|
+
import * as MetricExpressionRule from "./metric-expression-rule";
|
|
113
|
+
export import MetricExpressionRule = MetricExpressionRule.MetricExpressionRule;
|
|
110
114
|
import * as Model from "./model";
|
|
111
115
|
export import Model = Model.Model;
|
|
112
116
|
import * as ModelConfigurationDetails from "./model-configuration-details";
|
|
@@ -129,6 +133,8 @@ import * as ModelDeploymentShapeSummary from "./model-deployment-shape-summary";
|
|
|
129
133
|
export import ModelDeploymentShapeSummary = ModelDeploymentShapeSummary.ModelDeploymentShapeSummary;
|
|
130
134
|
import * as ModelDeploymentSummary from "./model-deployment-summary";
|
|
131
135
|
export import ModelDeploymentSummary = ModelDeploymentSummary.ModelDeploymentSummary;
|
|
136
|
+
import * as ModelDeploymentSystemData from "./model-deployment-system-data";
|
|
137
|
+
export import ModelDeploymentSystemData = ModelDeploymentSystemData.ModelDeploymentSystemData;
|
|
132
138
|
import * as ModelDeploymentType from "./model-deployment-type";
|
|
133
139
|
export import ModelDeploymentType = ModelDeploymentType.ModelDeploymentType;
|
|
134
140
|
import * as ModelLifecycleState from "./model-lifecycle-state";
|
|
@@ -203,6 +209,8 @@ import * as ProjectLifecycleState from "./project-lifecycle-state";
|
|
|
203
209
|
export import ProjectLifecycleState = ProjectLifecycleState.ProjectLifecycleState;
|
|
204
210
|
import * as ProjectSummary from "./project-summary";
|
|
205
211
|
export import ProjectSummary = ProjectSummary.ProjectSummary;
|
|
212
|
+
import * as ScalingConfiguration from "./scaling-configuration";
|
|
213
|
+
export import ScalingConfiguration = ScalingConfiguration.ScalingConfiguration;
|
|
206
214
|
import * as ScalingPolicy from "./scaling-policy";
|
|
207
215
|
export import ScalingPolicy = ScalingPolicy.ScalingPolicy;
|
|
208
216
|
import * as StorageMountConfigurationDetails from "./storage-mount-configuration-details";
|
|
@@ -255,6 +263,12 @@ import * as ArtifactExportDetailsObjectStorage from "./artifact-export-details-o
|
|
|
255
263
|
export import ArtifactExportDetailsObjectStorage = ArtifactExportDetailsObjectStorage.ArtifactExportDetailsObjectStorage;
|
|
256
264
|
import * as ArtifactImportDetailsObjectStorage from "./artifact-import-details-object-storage";
|
|
257
265
|
export import ArtifactImportDetailsObjectStorage = ArtifactImportDetailsObjectStorage.ArtifactImportDetailsObjectStorage;
|
|
266
|
+
import * as AutoScalingPolicy from "./auto-scaling-policy";
|
|
267
|
+
export import AutoScalingPolicy = AutoScalingPolicy.AutoScalingPolicy;
|
|
268
|
+
import * as CustomExpressionQueryScalingConfiguration from "./custom-expression-query-scaling-configuration";
|
|
269
|
+
export import CustomExpressionQueryScalingConfiguration = CustomExpressionQueryScalingConfiguration.CustomExpressionQueryScalingConfiguration;
|
|
270
|
+
import * as CustomMetricExpressionRule from "./custom-metric-expression-rule";
|
|
271
|
+
export import CustomMetricExpressionRule = CustomMetricExpressionRule.CustomMetricExpressionRule;
|
|
258
272
|
import * as DefaultJobConfigurationDetails from "./default-job-configuration-details";
|
|
259
273
|
export import DefaultJobConfigurationDetails = DefaultJobConfigurationDetails.DefaultJobConfigurationDetails;
|
|
260
274
|
import * as DefaultModelDeploymentEnvironmentConfigurationDetails from "./default-model-deployment-environment-configuration-details";
|
|
@@ -263,6 +277,8 @@ import * as FileStorageMountConfigurationDetails from "./file-storage-mount-conf
|
|
|
263
277
|
export import FileStorageMountConfigurationDetails = FileStorageMountConfigurationDetails.FileStorageMountConfigurationDetails;
|
|
264
278
|
import * as FixedSizeScalingPolicy from "./fixed-size-scaling-policy";
|
|
265
279
|
export import FixedSizeScalingPolicy = FixedSizeScalingPolicy.FixedSizeScalingPolicy;
|
|
280
|
+
import * as InstancePoolModelDeploymentSystemData from "./instance-pool-model-deployment-system-data";
|
|
281
|
+
export import InstancePoolModelDeploymentSystemData = InstancePoolModelDeploymentSystemData.InstancePoolModelDeploymentSystemData;
|
|
266
282
|
import * as ManagedEgressStandaloneJobInfrastructureConfigurationDetails from "./managed-egress-standalone-job-infrastructure-configuration-details";
|
|
267
283
|
export import ManagedEgressStandaloneJobInfrastructureConfigurationDetails = ManagedEgressStandaloneJobInfrastructureConfigurationDetails.ManagedEgressStandaloneJobInfrastructureConfigurationDetails;
|
|
268
284
|
import * as ObjectStorageMountConfigurationDetails from "./object-storage-mount-configuration-details";
|
|
@@ -285,10 +301,16 @@ import * as PipelineMLJobStepRun from "./pipeline-ml-job-step-run";
|
|
|
285
301
|
export import PipelineMLJobStepRun = PipelineMLJobStepRun.PipelineMLJobStepRun;
|
|
286
302
|
import * as PipelineMLJobStepUpdateDetails from "./pipeline-ml-job-step-update-details";
|
|
287
303
|
export import PipelineMLJobStepUpdateDetails = PipelineMLJobStepUpdateDetails.PipelineMLJobStepUpdateDetails;
|
|
304
|
+
import * as PredefinedExpressionThresholdScalingConfiguration from "./predefined-expression-threshold-scaling-configuration";
|
|
305
|
+
export import PredefinedExpressionThresholdScalingConfiguration = PredefinedExpressionThresholdScalingConfiguration.PredefinedExpressionThresholdScalingConfiguration;
|
|
306
|
+
import * as PredefinedMetricExpressionRule from "./predefined-metric-expression-rule";
|
|
307
|
+
export import PredefinedMetricExpressionRule = PredefinedMetricExpressionRule.PredefinedMetricExpressionRule;
|
|
288
308
|
import * as SingleModelDeploymentConfigurationDetails from "./single-model-deployment-configuration-details";
|
|
289
309
|
export import SingleModelDeploymentConfigurationDetails = SingleModelDeploymentConfigurationDetails.SingleModelDeploymentConfigurationDetails;
|
|
290
310
|
import * as StandaloneJobInfrastructureConfigurationDetails from "./standalone-job-infrastructure-configuration-details";
|
|
291
311
|
export import StandaloneJobInfrastructureConfigurationDetails = StandaloneJobInfrastructureConfigurationDetails.StandaloneJobInfrastructureConfigurationDetails;
|
|
312
|
+
import * as ThresholdBasedAutoScalingPolicyDetails from "./threshold-based-auto-scaling-policy-details";
|
|
313
|
+
export import ThresholdBasedAutoScalingPolicyDetails = ThresholdBasedAutoScalingPolicyDetails.ThresholdBasedAutoScalingPolicyDetails;
|
|
292
314
|
import * as UpdateDefaultModelDeploymentEnvironmentConfigurationDetails from "./update-default-model-deployment-environment-configuration-details";
|
|
293
315
|
export import UpdateDefaultModelDeploymentEnvironmentConfigurationDetails = UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.UpdateDefaultModelDeploymentEnvironmentConfigurationDetails;
|
|
294
316
|
import * as UpdateOcirModelDeploymentEnvironmentConfigurationDetails from "./update-ocir-model-deployment-environment-configuration-details";
|
package/lib/model/index.js
CHANGED
|
@@ -32,15 +32,18 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
35
|
+
exports.MetricExpressionRule = exports.Metadata = exports.LogDetails = exports.JobSummary = exports.JobShapeSummary = exports.JobShapeConfigDetails = exports.JobRunSummary = exports.JobRunLogDetails = exports.JobRunLifecycleState = exports.JobRun = exports.JobLogConfigurationDetails = exports.JobLifecycleState = exports.JobInfrastructureConfigurationDetails = exports.JobEnvironmentConfigurationDetails = exports.JobConfigurationDetails = exports.Job = exports.InstanceConfiguration = exports.ImportModelArtifactDetails = exports.FastLaunchJobConfigSummary = exports.ExportModelArtifactDetails = exports.DataScienceResourceType = exports.DataSciencePrivateEndpointSummary = exports.DataSciencePrivateEndpointLifecycleState = exports.DataSciencePrivateEndpoint = exports.CreateProjectDetails = exports.CreatePipelineRunDetails = exports.CreatePipelineDetails = exports.CreateNotebookSessionDetails = exports.CreateModelVersionSetDetails = exports.CreateModelProvenanceDetails = exports.CreateModelDetails = exports.CreateModelDeploymentDetails = exports.CreateJobRunDetails = exports.CreateJobDetails = exports.CreateDataSciencePrivateEndpointDetails = exports.ChangeProjectCompartmentDetails = exports.ChangePipelineRunCompartmentDetails = exports.ChangePipelineCompartmentDetails = exports.ChangeNotebookSessionCompartmentDetails = exports.ChangeModelVersionSetCompartmentDetails = exports.ChangeModelDeploymentCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.ChangeJobRunCompartmentDetails = exports.ChangeJobCompartmentDetails = exports.ChangeDataSciencePrivateEndpointCompartmentDetails = exports.CategoryLogDetails = exports.AutoScalingPolicyDetails = exports.ArtifactSourceType = exports.ArtifactImportDetails = exports.ArtifactExportDetails = void 0;
|
|
36
|
+
exports.ScalingConfiguration = exports.ProjectSummary = exports.ProjectLifecycleState = exports.Project = exports.PipelineSummary = exports.PipelineStepUpdateDetails = exports.PipelineStepRun = exports.PipelineStepOverrideDetails = exports.PipelineStepDetails = exports.PipelineStepConfigurationDetails = exports.PipelineShapeConfigDetails = exports.PipelineRunSummary = exports.PipelineRunLogDetails = exports.PipelineRunLifecycleState = exports.PipelineRun = exports.PipelineLogConfigurationDetails = exports.PipelineLifecycleState = exports.PipelineInfrastructureConfigurationDetails = exports.PipelineConfigurationDetails = exports.Pipeline = exports.NotebookSessionSummary = exports.NotebookSessionShapeSummary = exports.NotebookSessionShapeSeries = exports.NotebookSessionShapeConfigDetails = exports.NotebookSessionRuntimeConfigDetails = exports.NotebookSessionLifecycleState = exports.NotebookSessionGitRepoConfigDetails = exports.NotebookSessionGitConfigDetails = exports.NotebookSessionConfigurationDetails = exports.NotebookSessionConfigDetails = exports.NotebookSession = exports.ModelVersionSetSummary = exports.ModelVersionSetLifecycleState = exports.ModelVersionSet = exports.ModelSummary = exports.ModelProvenance = exports.ModelLifecycleState = exports.ModelDeploymentType = exports.ModelDeploymentSystemData = exports.ModelDeploymentSummary = exports.ModelDeploymentShapeSummary = exports.ModelDeploymentShapeSeries = exports.ModelDeploymentLifecycleState = exports.ModelDeploymentInstanceShapeConfigDetails = exports.ModelDeploymentEnvironmentConfigurationType = exports.ModelDeploymentEnvironmentConfigurationDetails = exports.ModelDeploymentConfigurationDetails = exports.ModelDeployment = exports.ModelConfigurationDetails = exports.Model = void 0;
|
|
37
|
+
exports.ThresholdBasedAutoScalingPolicyDetails = exports.StandaloneJobInfrastructureConfigurationDetails = exports.SingleModelDeploymentConfigurationDetails = exports.PredefinedMetricExpressionRule = exports.PredefinedExpressionThresholdScalingConfiguration = exports.PipelineMLJobStepUpdateDetails = exports.PipelineMLJobStepRun = exports.PipelineMLJobStepDetails = exports.PipelineDefaultConfigurationDetails = exports.PipelineCustomScriptStepUpdateDetails = exports.PipelineCustomScriptStepRun = exports.PipelineCustomScriptStepDetails = exports.OcirModelDeploymentEnvironmentConfigurationDetails = exports.OcirContainerJobEnvironmentConfigurationDetails = exports.ObjectStorageMountConfigurationDetails = exports.ManagedEgressStandaloneJobInfrastructureConfigurationDetails = exports.InstancePoolModelDeploymentSystemData = exports.FixedSizeScalingPolicy = exports.FileStorageMountConfigurationDetails = exports.DefaultModelDeploymentEnvironmentConfigurationDetails = exports.DefaultJobConfigurationDetails = exports.CustomMetricExpressionRule = exports.CustomExpressionQueryScalingConfiguration = exports.AutoScalingPolicy = exports.ArtifactImportDetailsObjectStorage = exports.ArtifactExportDetailsObjectStorage = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperationType = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.UpdateProjectDetails = exports.UpdatePipelineRunDetails = exports.UpdatePipelineDetails = exports.UpdateNotebookSessionDetails = exports.UpdateModelVersionSetDetails = exports.UpdateModelProvenanceDetails = exports.UpdateModelDetails = exports.UpdateModelDeploymentEnvironmentConfigurationDetails = exports.UpdateModelDeploymentDetails = exports.UpdateModelDeploymentConfigurationDetails = exports.UpdateModelConfigurationDetails = exports.UpdateJobRunDetails = exports.UpdateJobDetails = exports.UpdateDataSciencePrivateEndpointDetails = exports.UpdateCategoryLogDetails = exports.StorageMountConfigurationDetails = exports.ScalingPolicy = void 0;
|
|
38
|
+
exports.UpdateSingleModelDeploymentConfigurationDetails = exports.UpdateOcirModelDeploymentEnvironmentConfigurationDetails = exports.UpdateDefaultModelDeploymentEnvironmentConfigurationDetails = void 0;
|
|
38
39
|
const ArtifactExportDetails = __importStar(require("./artifact-export-details"));
|
|
39
40
|
exports.ArtifactExportDetails = ArtifactExportDetails.ArtifactExportDetails;
|
|
40
41
|
const ArtifactImportDetails = __importStar(require("./artifact-import-details"));
|
|
41
42
|
exports.ArtifactImportDetails = ArtifactImportDetails.ArtifactImportDetails;
|
|
42
43
|
const ArtifactSourceType = __importStar(require("./artifact-source-type"));
|
|
43
44
|
exports.ArtifactSourceType = ArtifactSourceType.ArtifactSourceType;
|
|
45
|
+
const AutoScalingPolicyDetails = __importStar(require("./auto-scaling-policy-details"));
|
|
46
|
+
exports.AutoScalingPolicyDetails = AutoScalingPolicyDetails.AutoScalingPolicyDetails;
|
|
44
47
|
const CategoryLogDetails = __importStar(require("./category-log-details"));
|
|
45
48
|
exports.CategoryLogDetails = CategoryLogDetails.CategoryLogDetails;
|
|
46
49
|
const ChangeDataSciencePrivateEndpointCompartmentDetails = __importStar(require("./change-data-science-private-endpoint-compartment-details"));
|
|
@@ -131,6 +134,8 @@ const LogDetails = __importStar(require("./log-details"));
|
|
|
131
134
|
exports.LogDetails = LogDetails.LogDetails;
|
|
132
135
|
const Metadata = __importStar(require("./metadata"));
|
|
133
136
|
exports.Metadata = Metadata.Metadata;
|
|
137
|
+
const MetricExpressionRule = __importStar(require("./metric-expression-rule"));
|
|
138
|
+
exports.MetricExpressionRule = MetricExpressionRule.MetricExpressionRule;
|
|
134
139
|
const Model = __importStar(require("./model"));
|
|
135
140
|
exports.Model = Model.Model;
|
|
136
141
|
const ModelConfigurationDetails = __importStar(require("./model-configuration-details"));
|
|
@@ -153,6 +158,8 @@ const ModelDeploymentShapeSummary = __importStar(require("./model-deployment-sha
|
|
|
153
158
|
exports.ModelDeploymentShapeSummary = ModelDeploymentShapeSummary.ModelDeploymentShapeSummary;
|
|
154
159
|
const ModelDeploymentSummary = __importStar(require("./model-deployment-summary"));
|
|
155
160
|
exports.ModelDeploymentSummary = ModelDeploymentSummary.ModelDeploymentSummary;
|
|
161
|
+
const ModelDeploymentSystemData = __importStar(require("./model-deployment-system-data"));
|
|
162
|
+
exports.ModelDeploymentSystemData = ModelDeploymentSystemData.ModelDeploymentSystemData;
|
|
156
163
|
const ModelDeploymentType = __importStar(require("./model-deployment-type"));
|
|
157
164
|
exports.ModelDeploymentType = ModelDeploymentType.ModelDeploymentType;
|
|
158
165
|
const ModelLifecycleState = __importStar(require("./model-lifecycle-state"));
|
|
@@ -227,6 +234,8 @@ const ProjectLifecycleState = __importStar(require("./project-lifecycle-state"))
|
|
|
227
234
|
exports.ProjectLifecycleState = ProjectLifecycleState.ProjectLifecycleState;
|
|
228
235
|
const ProjectSummary = __importStar(require("./project-summary"));
|
|
229
236
|
exports.ProjectSummary = ProjectSummary.ProjectSummary;
|
|
237
|
+
const ScalingConfiguration = __importStar(require("./scaling-configuration"));
|
|
238
|
+
exports.ScalingConfiguration = ScalingConfiguration.ScalingConfiguration;
|
|
230
239
|
const ScalingPolicy = __importStar(require("./scaling-policy"));
|
|
231
240
|
exports.ScalingPolicy = ScalingPolicy.ScalingPolicy;
|
|
232
241
|
const StorageMountConfigurationDetails = __importStar(require("./storage-mount-configuration-details"));
|
|
@@ -279,6 +288,12 @@ const ArtifactExportDetailsObjectStorage = __importStar(require("./artifact-expo
|
|
|
279
288
|
exports.ArtifactExportDetailsObjectStorage = ArtifactExportDetailsObjectStorage.ArtifactExportDetailsObjectStorage;
|
|
280
289
|
const ArtifactImportDetailsObjectStorage = __importStar(require("./artifact-import-details-object-storage"));
|
|
281
290
|
exports.ArtifactImportDetailsObjectStorage = ArtifactImportDetailsObjectStorage.ArtifactImportDetailsObjectStorage;
|
|
291
|
+
const AutoScalingPolicy = __importStar(require("./auto-scaling-policy"));
|
|
292
|
+
exports.AutoScalingPolicy = AutoScalingPolicy.AutoScalingPolicy;
|
|
293
|
+
const CustomExpressionQueryScalingConfiguration = __importStar(require("./custom-expression-query-scaling-configuration"));
|
|
294
|
+
exports.CustomExpressionQueryScalingConfiguration = CustomExpressionQueryScalingConfiguration.CustomExpressionQueryScalingConfiguration;
|
|
295
|
+
const CustomMetricExpressionRule = __importStar(require("./custom-metric-expression-rule"));
|
|
296
|
+
exports.CustomMetricExpressionRule = CustomMetricExpressionRule.CustomMetricExpressionRule;
|
|
282
297
|
const DefaultJobConfigurationDetails = __importStar(require("./default-job-configuration-details"));
|
|
283
298
|
exports.DefaultJobConfigurationDetails = DefaultJobConfigurationDetails.DefaultJobConfigurationDetails;
|
|
284
299
|
const DefaultModelDeploymentEnvironmentConfigurationDetails = __importStar(require("./default-model-deployment-environment-configuration-details"));
|
|
@@ -287,6 +302,8 @@ const FileStorageMountConfigurationDetails = __importStar(require("./file-storag
|
|
|
287
302
|
exports.FileStorageMountConfigurationDetails = FileStorageMountConfigurationDetails.FileStorageMountConfigurationDetails;
|
|
288
303
|
const FixedSizeScalingPolicy = __importStar(require("./fixed-size-scaling-policy"));
|
|
289
304
|
exports.FixedSizeScalingPolicy = FixedSizeScalingPolicy.FixedSizeScalingPolicy;
|
|
305
|
+
const InstancePoolModelDeploymentSystemData = __importStar(require("./instance-pool-model-deployment-system-data"));
|
|
306
|
+
exports.InstancePoolModelDeploymentSystemData = InstancePoolModelDeploymentSystemData.InstancePoolModelDeploymentSystemData;
|
|
290
307
|
const ManagedEgressStandaloneJobInfrastructureConfigurationDetails = __importStar(require("./managed-egress-standalone-job-infrastructure-configuration-details"));
|
|
291
308
|
exports.ManagedEgressStandaloneJobInfrastructureConfigurationDetails = ManagedEgressStandaloneJobInfrastructureConfigurationDetails.ManagedEgressStandaloneJobInfrastructureConfigurationDetails;
|
|
292
309
|
const ObjectStorageMountConfigurationDetails = __importStar(require("./object-storage-mount-configuration-details"));
|
|
@@ -309,10 +326,16 @@ const PipelineMLJobStepRun = __importStar(require("./pipeline-ml-job-step-run"))
|
|
|
309
326
|
exports.PipelineMLJobStepRun = PipelineMLJobStepRun.PipelineMLJobStepRun;
|
|
310
327
|
const PipelineMLJobStepUpdateDetails = __importStar(require("./pipeline-ml-job-step-update-details"));
|
|
311
328
|
exports.PipelineMLJobStepUpdateDetails = PipelineMLJobStepUpdateDetails.PipelineMLJobStepUpdateDetails;
|
|
329
|
+
const PredefinedExpressionThresholdScalingConfiguration = __importStar(require("./predefined-expression-threshold-scaling-configuration"));
|
|
330
|
+
exports.PredefinedExpressionThresholdScalingConfiguration = PredefinedExpressionThresholdScalingConfiguration.PredefinedExpressionThresholdScalingConfiguration;
|
|
331
|
+
const PredefinedMetricExpressionRule = __importStar(require("./predefined-metric-expression-rule"));
|
|
332
|
+
exports.PredefinedMetricExpressionRule = PredefinedMetricExpressionRule.PredefinedMetricExpressionRule;
|
|
312
333
|
const SingleModelDeploymentConfigurationDetails = __importStar(require("./single-model-deployment-configuration-details"));
|
|
313
334
|
exports.SingleModelDeploymentConfigurationDetails = SingleModelDeploymentConfigurationDetails.SingleModelDeploymentConfigurationDetails;
|
|
314
335
|
const StandaloneJobInfrastructureConfigurationDetails = __importStar(require("./standalone-job-infrastructure-configuration-details"));
|
|
315
336
|
exports.StandaloneJobInfrastructureConfigurationDetails = StandaloneJobInfrastructureConfigurationDetails.StandaloneJobInfrastructureConfigurationDetails;
|
|
337
|
+
const ThresholdBasedAutoScalingPolicyDetails = __importStar(require("./threshold-based-auto-scaling-policy-details"));
|
|
338
|
+
exports.ThresholdBasedAutoScalingPolicyDetails = ThresholdBasedAutoScalingPolicyDetails.ThresholdBasedAutoScalingPolicyDetails;
|
|
316
339
|
const UpdateDefaultModelDeploymentEnvironmentConfigurationDetails = __importStar(require("./update-default-model-deployment-environment-configuration-details"));
|
|
317
340
|
exports.UpdateDefaultModelDeploymentEnvironmentConfigurationDetails = UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.UpdateDefaultModelDeploymentEnvironmentConfigurationDetails;
|
|
318
341
|
const UpdateOcirModelDeploymentEnvironmentConfigurationDetails = __importStar(require("./update-ocir-model-deployment-environment-configuration-details"));
|