oci-datascience 2.132.0 → 2.135.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +128 -0
- package/lib/client.js +540 -0
- package/lib/client.js.map +1 -1
- package/lib/datascience-waiter.d.ts +8 -0
- package/lib/datascience-waiter.js +12 -0
- package/lib/datascience-waiter.js.map +1 -1
- package/lib/model/auth-configuration.js +0 -8
- package/lib/model/auth-configuration.js.map +1 -1
- package/lib/model/auto-scaling-policy.d.ts +1 -1
- package/lib/model/change-compute-target-compartment-details.d.ts +27 -0
- package/lib/model/change-compute-target-compartment-details.js +30 -0
- package/lib/model/change-compute-target-compartment-details.js.map +1 -0
- package/lib/model/compute-configuration-details.d.ts +23 -0
- package/lib/model/compute-configuration-details.js +69 -0
- package/lib/model/compute-configuration-details.js.map +1 -0
- package/lib/model/compute-target-lifecycle-state.d.ts +34 -0
- package/lib/model/compute-target-lifecycle-state.js +45 -0
- package/lib/model/compute-target-lifecycle-state.js.map +1 -0
- package/lib/model/compute-target-shape-series.d.ts +34 -0
- package/lib/model/compute-target-shape-series.js +45 -0
- package/lib/model/compute-target-shape-series.js.map +1 -0
- package/lib/model/{idcs-custom-service-auth-configuration.d.ts → compute-target-shape-summary.d.ts} +18 -19
- package/lib/model/compute-target-shape-summary.js +30 -0
- package/lib/model/compute-target-shape-summary.js.map +1 -0
- package/lib/model/compute-target-summary.d.ts +67 -0
- package/lib/model/compute-target-summary.js +30 -0
- package/lib/model/compute-target-summary.js.map +1 -0
- package/lib/model/compute-target-system-data.d.ts +23 -0
- package/lib/model/compute-target-system-data.js +69 -0
- package/lib/model/compute-target-system-data.js.map +1 -0
- package/lib/model/compute-target.d.ts +93 -0
- package/lib/model/compute-target.js +64 -0
- package/lib/model/compute-target.js.map +1 -0
- package/lib/model/compute-type.d.ts +28 -0
- package/lib/model/compute-type.js +39 -0
- package/lib/model/compute-type.js.map +1 -0
- package/lib/model/create-auth-configuration-details.js +0 -8
- package/lib/model/create-auth-configuration-details.js.map +1 -1
- package/lib/model/create-compute-target-details.d.ts +71 -0
- package/lib/model/create-compute-target-details.js +58 -0
- package/lib/model/create-compute-target-details.js.map +1 -0
- package/lib/model/create-job-details.d.ts +1 -1
- package/lib/model/create-job-details.js.map +1 -1
- package/lib/model/create-job-run-details.d.ts +1 -1
- package/lib/model/create-job-run-details.js.map +1 -1
- package/lib/model/create-ml-application-instance-details.d.ts +1 -1
- package/lib/model/create-ml-application-instance-details.js.map +1 -1
- package/lib/model/create-model-deployment-details.d.ts +1 -1
- package/lib/model/create-model-deployment-details.js.map +1 -1
- package/lib/model/http-method.d.ts +33 -0
- package/lib/model/http-method.js +44 -0
- package/lib/model/http-method.js.map +1 -0
- package/lib/model/index.d.ts +116 -8
- package/lib/model/index.js +124 -15
- package/lib/model/index.js.map +1 -1
- package/lib/model/{idcs-auth-configuration.d.ts → inference-http-endpoint.d.ts} +12 -11
- package/lib/model/inference-http-endpoint.js +62 -0
- package/lib/model/inference-http-endpoint.js.map +1 -0
- package/lib/model/job-infrastructure-configuration-details.js +4 -0
- package/lib/model/job-infrastructure-configuration-details.js.map +1 -1
- package/lib/model/job-node-group-configuration-details.d.ts +1 -1
- package/lib/model/job-node-group-configuration-details.js.map +1 -1
- package/lib/model/job-run.d.ts +2 -2
- package/lib/model/job-run.js.map +1 -1
- package/lib/model/job.d.ts +1 -1
- package/lib/model/job.js.map +1 -1
- package/lib/model/managed-compute-cluster-auto-scaling-policy-details.d.ts +23 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy-details.js +69 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy.d.ts +40 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy.js +67 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-compute-configuration-details.d.ts +27 -0
- package/lib/model/managed-compute-cluster-compute-configuration-details.js +69 -0
- package/lib/model/managed-compute-cluster-compute-configuration-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.d.ts +39 -0
- package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.js +55 -0
- package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-custom-metric-expression-rule.d.ts +27 -0
- package/lib/model/managed-compute-cluster-custom-metric-expression-rule.js +69 -0
- package/lib/model/managed-compute-cluster-custom-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-fixed-size-scaling-policy.d.ts +29 -0
- package/lib/model/{create-idcs-auth-configuration-details.js → managed-compute-cluster-fixed-size-scaling-policy.js} +10 -10
- package/lib/model/managed-compute-cluster-fixed-size-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-instance-configuration-details.d.ts +32 -0
- package/lib/model/managed-compute-cluster-instance-configuration-details.js +58 -0
- package/lib/model/managed-compute-cluster-instance-configuration-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-instance-shape-details.d.ts +30 -0
- package/lib/model/managed-compute-cluster-instance-shape-details.js +30 -0
- package/lib/model/managed-compute-cluster-instance-shape-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.d.ts +30 -0
- package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.js +63 -0
- package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.js.map +1 -0
- package/lib/model/{create-idcs-auth-configuration-details.d.ts → managed-compute-cluster-job-resource-configuration.d.ts} +7 -11
- package/lib/model/managed-compute-cluster-job-resource-configuration.js +64 -0
- package/lib/model/managed-compute-cluster-job-resource-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-metric-expression-rule.d.ts +23 -0
- package/lib/model/managed-compute-cluster-metric-expression-rule.js +73 -0
- package/lib/model/managed-compute-cluster-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.d.ts +31 -0
- package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.js +69 -0
- package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.d.ts +25 -0
- package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.js +64 -0
- package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-model-deployment-system-data.d.ts +29 -0
- package/lib/model/{idcs-custom-service-auth-configuration.js → managed-compute-cluster-model-deployment-system-data.js} +10 -10
- package/lib/model/managed-compute-cluster-model-deployment-system-data.js.map +1 -0
- package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.d.ts +29 -0
- package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js +55 -0
- package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.d.ts +40 -0
- package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.js +79 -0
- package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-scaling-configuration.d.ts +36 -0
- package/lib/model/managed-compute-cluster-scaling-configuration.js +73 -0
- package/lib/model/managed-compute-cluster-scaling-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-scaling-policy.d.ts +23 -0
- package/lib/model/managed-compute-cluster-scaling-policy.js +73 -0
- package/lib/model/managed-compute-cluster-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-system-data.d.ts +29 -0
- package/lib/model/{idcs-auth-configuration.js → managed-compute-cluster-system-data.js} +10 -10
- package/lib/model/managed-compute-cluster-system-data.js.map +1 -0
- package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.d.ts +45 -0
- package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.js +67 -0
- package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.d.ts +23 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.js +69 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.d.ts +33 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.js +67 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.d.ts +29 -0
- package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.js +55 -0
- package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-metric-expression-rule.d.ts +23 -0
- package/lib/model/managed-compute-cluster-workload-metric-expression-rule.js +73 -0
- package/lib/model/managed-compute-cluster-workload-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-scale-policy.d.ts +41 -0
- package/lib/model/managed-compute-cluster-workload-scale-policy.js +30 -0
- package/lib/model/managed-compute-cluster-workload-scale-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-scaling-policy.d.ts +23 -0
- package/lib/model/managed-compute-cluster-workload-scaling-policy.js +73 -0
- package/lib/model/managed-compute-cluster-workload-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.d.ts +47 -0
- package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.js +79 -0
- package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.js.map +1 -0
- package/lib/model/ml-application-instance-view.d.ts +1 -1
- package/lib/model/ml-application-instance-view.js.map +1 -1
- package/lib/model/ml-application-instance.d.ts +1 -1
- package/lib/model/ml-application-instance.js.map +1 -1
- package/lib/model/model-deploy-infrastructure-configuration-details.d.ts +23 -0
- package/lib/model/model-deploy-infrastructure-configuration-details.js +69 -0
- package/lib/model/model-deploy-infrastructure-configuration-details.js.map +1 -0
- package/lib/model/model-deploy-infrastructure-type.d.ts +28 -0
- package/lib/model/model-deploy-infrastructure-type.js +39 -0
- package/lib/model/model-deploy-infrastructure-type.js.map +1 -0
- package/lib/model/model-deployment-configuration-details.js +4 -0
- package/lib/model/model-deployment-configuration-details.js.map +1 -1
- package/lib/model/model-deployment-summary.d.ts +2 -2
- package/lib/model/model-deployment-summary.js.map +1 -1
- package/lib/model/model-deployment-system-data.js +4 -0
- package/lib/model/model-deployment-system-data.js.map +1 -1
- package/lib/model/model-deployment-type.d.ts +1 -0
- package/lib/model/model-deployment-type.js +1 -0
- package/lib/model/model-deployment-type.js.map +1 -1
- package/lib/model/model-deployment.d.ts +2 -2
- package/lib/model/model-deployment.js.map +1 -1
- package/lib/model/ocir-model-deployment-environment-configuration-details.d.ts +12 -0
- package/lib/model/ocir-model-deployment-environment-configuration-details.js +14 -2
- package/lib/model/ocir-model-deployment-environment-configuration-details.js.map +1 -1
- package/lib/model/resource-limit-configuration.d.ts +32 -0
- package/lib/model/resource-limit-configuration.js +30 -0
- package/lib/model/resource-limit-configuration.js.map +1 -0
- package/lib/model/resource-request-configuration.d.ts +37 -0
- package/lib/model/resource-request-configuration.js +30 -0
- package/lib/model/resource-request-configuration.js.map +1 -0
- package/lib/model/single-model-configuration-details.d.ts +26 -0
- package/lib/model/single-model-configuration-details.js +30 -0
- package/lib/model/single-model-configuration-details.js.map +1 -0
- package/lib/model/single-model-deployment-flex-configuration-details.d.ts +28 -0
- package/lib/model/single-model-deployment-flex-configuration-details.js +75 -0
- package/lib/model/single-model-deployment-flex-configuration-details.js.map +1 -0
- package/lib/model/target-custom-expression-query-scaling-configuration.d.ts +47 -0
- package/lib/model/{create-idcs-custom-service-auth-configuration-details.js → target-custom-expression-query-scaling-configuration.js} +10 -10
- package/lib/model/target-custom-expression-query-scaling-configuration.js.map +1 -0
- package/lib/model/target-custom-metric-expression-rule.d.ts +26 -0
- package/lib/model/target-custom-metric-expression-rule.js +63 -0
- package/lib/model/target-custom-metric-expression-rule.js.map +1 -0
- package/lib/model/target-predefined-expression-threshold-scaling-configuration.d.ts +29 -0
- package/lib/model/target-predefined-expression-threshold-scaling-configuration.js +55 -0
- package/lib/model/target-predefined-expression-threshold-scaling-configuration.js.map +1 -0
- package/lib/model/target-predefined-metric-expression-rule.d.ts +39 -0
- package/lib/model/target-predefined-metric-expression-rule.js +73 -0
- package/lib/model/target-predefined-metric-expression-rule.js.map +1 -0
- package/lib/model/target-scaling-configuration.d.ts +23 -0
- package/lib/model/target-scaling-configuration.js +73 -0
- package/lib/model/target-scaling-configuration.js.map +1 -0
- package/lib/model/update-compute-configuration-details.d.ts +23 -0
- package/lib/model/update-compute-configuration-details.js +69 -0
- package/lib/model/update-compute-configuration-details.js.map +1 -0
- package/lib/model/update-compute-target-details.d.ts +66 -0
- package/lib/model/update-compute-target-details.js +58 -0
- package/lib/model/update-compute-target-details.js.map +1 -0
- package/lib/model/update-job-details.d.ts +1 -1
- package/lib/model/update-job-details.js.map +1 -1
- package/lib/model/update-managed-compute-cluster-configuration-details.d.ts +27 -0
- package/lib/model/update-managed-compute-cluster-configuration-details.js +69 -0
- package/lib/model/update-managed-compute-cluster-configuration-details.js.map +1 -0
- package/lib/model/update-managed-compute-cluster-instance-configuration-details.d.ts +32 -0
- package/lib/model/update-managed-compute-cluster-instance-configuration-details.js +58 -0
- package/lib/model/update-managed-compute-cluster-instance-configuration-details.js.map +1 -0
- package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.d.ts +33 -0
- package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.js +69 -0
- package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.js.map +1 -0
- package/lib/model/update-model-deploy-infrastructure-configuration-details.d.ts +23 -0
- package/lib/model/update-model-deploy-infrastructure-configuration-details.js +69 -0
- package/lib/model/update-model-deploy-infrastructure-configuration-details.js.map +1 -0
- package/lib/model/update-model-deployment-configuration-details.js +4 -0
- package/lib/model/update-model-deployment-configuration-details.js.map +1 -1
- package/lib/model/update-model-deployment-details.d.ts +1 -1
- package/lib/model/update-model-deployment-details.js.map +1 -1
- package/lib/model/update-ocir-model-deployment-environment-configuration-details.d.ts +12 -0
- package/lib/model/update-ocir-model-deployment-environment-configuration-details.js +14 -2
- package/lib/model/update-ocir-model-deployment-environment-configuration-details.js.map +1 -1
- package/lib/model/update-single-model-configuration-details.d.ts +26 -0
- package/lib/model/update-single-model-configuration-details.js +30 -0
- package/lib/model/update-single-model-configuration-details.js.map +1 -0
- package/lib/model/update-single-model-deployment-flex-configuration-details.d.ts +28 -0
- package/lib/model/update-single-model-deployment-flex-configuration-details.js +75 -0
- package/lib/model/update-single-model-deployment-flex-configuration-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +3 -0
- package/lib/model/work-request-operation-type.js +3 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/request/change-compute-target-compartment-request.d.ts +46 -0
- package/lib/request/change-compute-target-compartment-request.js +15 -0
- package/lib/request/change-compute-target-compartment-request.js.map +1 -0
- package/lib/request/create-compute-target-request.d.ts +33 -0
- package/lib/request/create-compute-target-request.js +15 -0
- package/lib/request/create-compute-target-request.js.map +1 -0
- package/lib/request/delete-compute-target-request.d.ts +36 -0
- package/lib/request/delete-compute-target-request.js +15 -0
- package/lib/request/delete-compute-target-request.js.map +1 -0
- package/lib/request/get-compute-target-request.d.ts +27 -0
- package/lib/request/get-compute-target-request.js +15 -0
- package/lib/request/get-compute-target-request.js.map +1 -0
- package/lib/request/index.d.ts +14 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-compute-target-shapes-request.d.ts +45 -0
- package/lib/request/list-compute-target-shapes-request.js +15 -0
- package/lib/request/list-compute-target-shapes-request.js.map +1 -0
- package/lib/request/list-compute-targets-request.d.ts +84 -0
- package/lib/request/list-compute-targets-request.js +29 -0
- package/lib/request/list-compute-targets-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +3 -0
- package/lib/request/list-work-requests-request.js +3 -0
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/update-compute-target-request.d.ts +41 -0
- package/lib/request/update-compute-target-request.js +15 -0
- package/lib/request/update-compute-target-request.js.map +1 -0
- package/lib/response/change-compute-target-compartment-response.d.ts +20 -0
- package/lib/response/change-compute-target-compartment-response.js +15 -0
- package/lib/response/change-compute-target-compartment-response.js.map +1 -0
- package/lib/response/create-compute-target-response.d.ts +41 -0
- package/lib/response/create-compute-target-response.js +15 -0
- package/lib/response/create-compute-target-response.js.map +1 -0
- package/lib/response/delete-compute-target-response.d.ts +26 -0
- package/lib/response/delete-compute-target-response.js +15 -0
- package/lib/response/delete-compute-target-response.js.map +1 -0
- package/lib/response/get-compute-target-response.d.ts +30 -0
- package/lib/response/get-compute-target-response.js +15 -0
- package/lib/response/get-compute-target-response.js.map +1 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-compute-target-shapes-response.d.ts +35 -0
- package/lib/response/list-compute-target-shapes-response.js +15 -0
- package/lib/response/list-compute-target-shapes-response.js.map +1 -0
- package/lib/response/list-compute-targets-response.d.ts +35 -0
- package/lib/response/list-compute-targets-response.js +15 -0
- package/lib/response/list-compute-targets-response.js.map +1 -0
- package/lib/response/update-compute-target-response.d.ts +26 -0
- package/lib/response/update-compute-target-response.js +15 -0
- package/lib/response/update-compute-target-response.js.map +1 -0
- package/package.json +8 -6
- package/lib/model/create-idcs-auth-configuration-details.js.map +0 -1
- package/lib/model/create-idcs-custom-service-auth-configuration-details.d.ts +0 -45
- package/lib/model/create-idcs-custom-service-auth-configuration-details.js.map +0 -1
- package/lib/model/idcs-auth-configuration.js.map +0 -1
- package/lib/model/idcs-custom-service-auth-configuration.js.map +0 -1
|
@@ -0,0 +1,29 @@
|
|
|
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, 2026, 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 fixed size scaling policy.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterFixedSizeScalingPolicy extends model.ManagedComputeClusterScalingPolicy {
|
|
19
|
+
/**
|
|
20
|
+
* The number of instances for the managed compute cluster type compute target. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
21
|
+
*/
|
|
22
|
+
"instanceCount": number;
|
|
23
|
+
"policyType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ManagedComputeClusterFixedSizeScalingPolicy {
|
|
26
|
+
function getJsonObj(obj: ManagedComputeClusterFixedSizeScalingPolicy, isParentJsonObj?: boolean): object;
|
|
27
|
+
const policyType = "FIXED_SIZE";
|
|
28
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterFixedSizeScalingPolicy, isParentJsonObj?: boolean): object;
|
|
29
|
+
}
|
|
@@ -32,24 +32,24 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.
|
|
35
|
+
exports.ManagedComputeClusterFixedSizeScalingPolicy = void 0;
|
|
36
36
|
const model = __importStar(require("../model"));
|
|
37
|
-
var
|
|
38
|
-
(function (
|
|
37
|
+
var ManagedComputeClusterFixedSizeScalingPolicy;
|
|
38
|
+
(function (ManagedComputeClusterFixedSizeScalingPolicy) {
|
|
39
39
|
function getJsonObj(obj, isParentJsonObj) {
|
|
40
40
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
41
|
? obj
|
|
42
|
-
: model.
|
|
42
|
+
: model.ManagedComputeClusterScalingPolicy.getJsonObj(obj))), {});
|
|
43
43
|
return jsonObj;
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
ManagedComputeClusterFixedSizeScalingPolicy.getJsonObj = getJsonObj;
|
|
46
|
+
ManagedComputeClusterFixedSizeScalingPolicy.policyType = "FIXED_SIZE";
|
|
47
47
|
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
48
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
49
|
? obj
|
|
50
|
-
: model.
|
|
50
|
+
: model.ManagedComputeClusterScalingPolicy.getDeserializedJsonObj(obj))), {});
|
|
51
51
|
return jsonObj;
|
|
52
52
|
}
|
|
53
|
-
|
|
54
|
-
})(
|
|
55
|
-
//# sourceMappingURL=
|
|
53
|
+
ManagedComputeClusterFixedSizeScalingPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(ManagedComputeClusterFixedSizeScalingPolicy = exports.ManagedComputeClusterFixedSizeScalingPolicy || (exports.ManagedComputeClusterFixedSizeScalingPolicy = {}));
|
|
55
|
+
//# sourceMappingURL=managed-compute-cluster-fixed-size-scaling-policy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-fixed-size-scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-fixed-size-scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,2CAA2C,CAgC3D;AAhCD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CACxB,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAClD,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAU,aAczB,CAAA;IACY,sDAAU,GAAG,YAAY,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAC9D,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAgC3D"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2026, 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 compute target instance configuration details for managed compute cluster type compute target.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterInstanceConfigurationDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The shape used to launch the instances in compute target. Supported shapes can be retrieved using compute target shapes api.
|
|
21
|
+
*/
|
|
22
|
+
"instanceShape": string;
|
|
23
|
+
/**
|
|
24
|
+
* The size of the boot volume to attach to the instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"bootVolumeSizeInGBs"?: number;
|
|
27
|
+
"instanceShapeDetails"?: model.ManagedComputeClusterInstanceShapeDetails;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ManagedComputeClusterInstanceConfigurationDetails {
|
|
30
|
+
function getJsonObj(obj: ManagedComputeClusterInstanceConfigurationDetails): object;
|
|
31
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterInstanceConfigurationDetails): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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, 2026, 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.ManagedComputeClusterInstanceConfigurationDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterInstanceConfigurationDetails;
|
|
38
|
+
(function (ManagedComputeClusterInstanceConfigurationDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"instanceShapeDetails": obj.instanceShapeDetails
|
|
42
|
+
? model.ManagedComputeClusterInstanceShapeDetails.getJsonObj(obj.instanceShapeDetails)
|
|
43
|
+
: undefined
|
|
44
|
+
});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
ManagedComputeClusterInstanceConfigurationDetails.getJsonObj = getJsonObj;
|
|
48
|
+
function getDeserializedJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
50
|
+
"instanceShapeDetails": obj.instanceShapeDetails
|
|
51
|
+
? model.ManagedComputeClusterInstanceShapeDetails.getDeserializedJsonObj(obj.instanceShapeDetails)
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
ManagedComputeClusterInstanceConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(ManagedComputeClusterInstanceConfigurationDetails = exports.ManagedComputeClusterInstanceConfigurationDetails || (exports.ManagedComputeClusterInstanceConfigurationDetails = {}));
|
|
58
|
+
//# sourceMappingURL=managed-compute-cluster-instance-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-instance-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-instance-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,iDAAiD,CA6BjE;AA7BD,WAAiB,iDAAiD;IAChE,SAAgB,UAAU,CAAC,GAAsD;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACtF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4DAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAsD;QAEtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACpE,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wEAAsB,yBAerC,CAAA;AACH,CAAC,EA7BgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QA6BjE"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2026, 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
|
+
* Instance shape configuration for managed compute cluster type compute target. Specify only when a flex shape is selected.
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedComputeClusterInstanceShapeDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The total number of OCPUs allocated to the instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
20
|
+
*/
|
|
21
|
+
"ocpus"?: number;
|
|
22
|
+
/**
|
|
23
|
+
* The total amount of memory allocated to the instance, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"memoryInGBs"?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ManagedComputeClusterInstanceShapeDetails {
|
|
28
|
+
function getJsonObj(obj: ManagedComputeClusterInstanceShapeDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterInstanceShapeDetails): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2026, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ManagedComputeClusterInstanceShapeDetails = void 0;
|
|
17
|
+
var ManagedComputeClusterInstanceShapeDetails;
|
|
18
|
+
(function (ManagedComputeClusterInstanceShapeDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
ManagedComputeClusterInstanceShapeDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ManagedComputeClusterInstanceShapeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(ManagedComputeClusterInstanceShapeDetails = exports.ManagedComputeClusterInstanceShapeDetails || (exports.ManagedComputeClusterInstanceShapeDetails = {}));
|
|
30
|
+
//# sourceMappingURL=managed-compute-cluster-instance-shape-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-instance-shape-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-instance-shape-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2026, 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 job infrastructure configuration for compute target.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterJobInfrastructureConfigurationDetails extends model.JobInfrastructureConfigurationDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute target.
|
|
21
|
+
*/
|
|
22
|
+
"computeTargetId": string;
|
|
23
|
+
"resourceConfiguration": model.ManagedComputeClusterJobResourceConfiguration;
|
|
24
|
+
"jobInfrastructureType": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ManagedComputeClusterJobInfrastructureConfigurationDetails {
|
|
27
|
+
function getJsonObj(obj: ManagedComputeClusterJobInfrastructureConfigurationDetails, isParentJsonObj?: boolean): object;
|
|
28
|
+
const jobInfrastructureType = "MANAGED_COMPUTE_CLUSTER";
|
|
29
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterJobInfrastructureConfigurationDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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, 2026, 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.ManagedComputeClusterJobInfrastructureConfigurationDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterJobInfrastructureConfigurationDetails;
|
|
38
|
+
(function (ManagedComputeClusterJobInfrastructureConfigurationDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.JobInfrastructureConfigurationDetails.getJsonObj(obj))), {
|
|
43
|
+
"resourceConfiguration": obj.resourceConfiguration
|
|
44
|
+
? model.ManagedComputeClusterJobResourceConfiguration.getJsonObj(obj.resourceConfiguration)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
ManagedComputeClusterJobInfrastructureConfigurationDetails.getJsonObj = getJsonObj;
|
|
50
|
+
ManagedComputeClusterJobInfrastructureConfigurationDetails.jobInfrastructureType = "MANAGED_COMPUTE_CLUSTER";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.JobInfrastructureConfigurationDetails.getDeserializedJsonObj(obj))), {
|
|
55
|
+
"resourceConfiguration": obj.resourceConfiguration
|
|
56
|
+
? model.ManagedComputeClusterJobResourceConfiguration.getDeserializedJsonObj(obj.resourceConfiguration)
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
ManagedComputeClusterJobInfrastructureConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(ManagedComputeClusterJobInfrastructureConfigurationDetails = exports.ManagedComputeClusterJobInfrastructureConfigurationDetails || (exports.ManagedComputeClusterJobInfrastructureConfigurationDetails = {}));
|
|
63
|
+
//# sourceMappingURL=managed-compute-cluster-job-infrastructure-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-job-infrastructure-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,0DAA0D,CA4C1E;AA5CD,WAAiB,0DAA0D;IACzE,SAAgB,UAAU,CACxB,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACrD,GAAG,CAC2D,CAAC,GAClE;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,6CAA6C,CAAC,UAAU,CAC5D,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,qEAAU,aAoBzB,CAAA;IACY,gFAAqB,GAAG,yBAAyB,CAAC;IAC/D,SAAgB,sBAAsB,CACpC,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjE,GAAG,CAC2D,CAAC,GAClE;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CACxE,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iFAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,0DAA0D,GAA1D,kEAA0D,KAA1D,kEAA0D,QA4C1E"}
|
|
@@ -13,17 +13,13 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import * as model from "../model";
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Details for the compute target job resource configuration.
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*/
|
|
22
|
-
"domainId": string;
|
|
23
|
-
"type": string;
|
|
18
|
+
export interface ManagedComputeClusterJobResourceConfiguration {
|
|
19
|
+
"resourceLimitConfiguration"?: model.ResourceLimitConfiguration;
|
|
20
|
+
"resourceRequestConfiguration": model.ResourceRequestConfiguration;
|
|
24
21
|
}
|
|
25
|
-
export declare namespace
|
|
26
|
-
function getJsonObj(obj:
|
|
27
|
-
|
|
28
|
-
function getDeserializedJsonObj(obj: CreateIdcsAuthConfigurationDetails, isParentJsonObj?: boolean): object;
|
|
22
|
+
export declare namespace ManagedComputeClusterJobResourceConfiguration {
|
|
23
|
+
function getJsonObj(obj: ManagedComputeClusterJobResourceConfiguration): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterJobResourceConfiguration): object;
|
|
29
25
|
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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, 2026, 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.ManagedComputeClusterJobResourceConfiguration = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterJobResourceConfiguration;
|
|
38
|
+
(function (ManagedComputeClusterJobResourceConfiguration) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"resourceLimitConfiguration": obj.resourceLimitConfiguration
|
|
42
|
+
? model.ResourceLimitConfiguration.getJsonObj(obj.resourceLimitConfiguration)
|
|
43
|
+
: undefined,
|
|
44
|
+
"resourceRequestConfiguration": obj.resourceRequestConfiguration
|
|
45
|
+
? model.ResourceRequestConfiguration.getJsonObj(obj.resourceRequestConfiguration)
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
ManagedComputeClusterJobResourceConfiguration.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"resourceLimitConfiguration": obj.resourceLimitConfiguration
|
|
54
|
+
? model.ResourceLimitConfiguration.getDeserializedJsonObj(obj.resourceLimitConfiguration)
|
|
55
|
+
: undefined,
|
|
56
|
+
"resourceRequestConfiguration": obj.resourceRequestConfiguration
|
|
57
|
+
? model.ResourceRequestConfiguration.getDeserializedJsonObj(obj.resourceRequestConfiguration)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
ManagedComputeClusterJobResourceConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(ManagedComputeClusterJobResourceConfiguration = exports.ManagedComputeClusterJobResourceConfiguration || (exports.ManagedComputeClusterJobResourceConfiguration = {}));
|
|
64
|
+
//# sourceMappingURL=managed-compute-cluster-job-resource-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-job-resource-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-job-resource-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,6CAA6C,CAmC7D;AAnCD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;YACb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,4BAA4B,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;YACb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACvD,GAAG,CAAC,4BAA4B,CACjC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oEAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnCgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAmC7D"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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, 2026, 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
|
+
* The metric expression rule base.
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedComputeClusterMetricExpressionRule {
|
|
18
|
+
"metricExpressionRuleType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace ManagedComputeClusterMetricExpressionRule {
|
|
21
|
+
function getJsonObj(obj: ManagedComputeClusterMetricExpressionRule): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterMetricExpressionRule): object;
|
|
23
|
+
}
|
|
@@ -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, 2026, 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.ManagedComputeClusterMetricExpressionRule = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var ManagedComputeClusterMetricExpressionRule;
|
|
39
|
+
(function (ManagedComputeClusterMetricExpressionRule) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
if (obj && "metricExpressionRuleType" in obj && obj.metricExpressionRuleType) {
|
|
43
|
+
switch (obj.metricExpressionRuleType) {
|
|
44
|
+
case "PREDEFINED_EXPRESSION":
|
|
45
|
+
return model.ManagedComputeClusterPredefinedMetricExpressionRule.getJsonObj(jsonObj, true);
|
|
46
|
+
case "CUSTOM_EXPRESSION":
|
|
47
|
+
return model.ManagedComputeClusterCustomMetricExpressionRule.getJsonObj(jsonObj, true);
|
|
48
|
+
default:
|
|
49
|
+
if (common.LOG.logger)
|
|
50
|
+
common.LOG.logger.info(`Unknown value for: ${obj.metricExpressionRuleType}`);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ManagedComputeClusterMetricExpressionRule.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
58
|
+
if (obj && "metricExpressionRuleType" in obj && obj.metricExpressionRuleType) {
|
|
59
|
+
switch (obj.metricExpressionRuleType) {
|
|
60
|
+
case "PREDEFINED_EXPRESSION":
|
|
61
|
+
return model.ManagedComputeClusterPredefinedMetricExpressionRule.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
case "CUSTOM_EXPRESSION":
|
|
63
|
+
return model.ManagedComputeClusterCustomMetricExpressionRule.getDeserializedJsonObj(jsonObj, true);
|
|
64
|
+
default:
|
|
65
|
+
if (common.LOG.logger)
|
|
66
|
+
common.LOG.logger.info(`Unknown value for: ${obj.metricExpressionRuleType}`);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
return jsonObj;
|
|
70
|
+
}
|
|
71
|
+
ManagedComputeClusterMetricExpressionRule.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
72
|
+
})(ManagedComputeClusterMetricExpressionRule = exports.ManagedComputeClusterMetricExpressionRule || (exports.ManagedComputeClusterMetricExpressionRule = {}));
|
|
73
|
+
//# sourceMappingURL=managed-compute-cluster-metric-expression-rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-metric-expression-rule.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-metric-expression-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,yCAAyC,CA6CzD;AA7CD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,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,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,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,oDAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,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,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,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,gEAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA6CzD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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, 2026, 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
|
+
* Infrastructure configuration details for model deploy on managed compute cluster type compute target.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterModelDeployInfrastructureConfigDetails extends model.ModelDeployInfrastructureConfigurationDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Compute Target.
|
|
21
|
+
*/
|
|
22
|
+
"computeTargetId": string;
|
|
23
|
+
"modelDeploymentResourceConfiguration"?: model.ManagedComputeClusterModelDeploymentResourceConfiguration;
|
|
24
|
+
"scalingPolicy"?: model.ManagedComputeClusterWorkloadAutoScalingPolicy | model.ManagedComputeClusterWorkloadFixedSizeScalingPolicy;
|
|
25
|
+
"infrastructureType": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ManagedComputeClusterModelDeployInfrastructureConfigDetails {
|
|
28
|
+
function getJsonObj(obj: ManagedComputeClusterModelDeployInfrastructureConfigDetails, isParentJsonObj?: boolean): object;
|
|
29
|
+
const infrastructureType = "MANAGED_COMPUTE_CLUSTER";
|
|
30
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterModelDeployInfrastructureConfigDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
}
|
|
@@ -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, 2026, 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.ManagedComputeClusterModelDeployInfrastructureConfigDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterModelDeployInfrastructureConfigDetails;
|
|
38
|
+
(function (ManagedComputeClusterModelDeployInfrastructureConfigDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.ModelDeployInfrastructureConfigurationDetails.getJsonObj(obj))), {
|
|
43
|
+
"modelDeploymentResourceConfiguration": obj.modelDeploymentResourceConfiguration
|
|
44
|
+
? model.ManagedComputeClusterModelDeploymentResourceConfiguration.getJsonObj(obj.modelDeploymentResourceConfiguration)
|
|
45
|
+
: undefined,
|
|
46
|
+
"scalingPolicy": obj.scalingPolicy
|
|
47
|
+
? model.ManagedComputeClusterWorkloadScalingPolicy.getJsonObj(obj.scalingPolicy)
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ManagedComputeClusterModelDeployInfrastructureConfigDetails.getJsonObj = getJsonObj;
|
|
53
|
+
ManagedComputeClusterModelDeployInfrastructureConfigDetails.infrastructureType = "MANAGED_COMPUTE_CLUSTER";
|
|
54
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
56
|
+
? obj
|
|
57
|
+
: model.ModelDeployInfrastructureConfigurationDetails.getDeserializedJsonObj(obj))), {
|
|
58
|
+
"modelDeploymentResourceConfiguration": obj.modelDeploymentResourceConfiguration
|
|
59
|
+
? model.ManagedComputeClusterModelDeploymentResourceConfiguration.getDeserializedJsonObj(obj.modelDeploymentResourceConfiguration)
|
|
60
|
+
: undefined,
|
|
61
|
+
"scalingPolicy": obj.scalingPolicy
|
|
62
|
+
? model.ManagedComputeClusterWorkloadScalingPolicy.getDeserializedJsonObj(obj.scalingPolicy)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
ManagedComputeClusterModelDeployInfrastructureConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(ManagedComputeClusterModelDeployInfrastructureConfigDetails = exports.ManagedComputeClusterModelDeployInfrastructureConfigDetails || (exports.ManagedComputeClusterModelDeployInfrastructureConfigDetails = {}));
|
|
69
|
+
//# sourceMappingURL=managed-compute-cluster-model-deploy-infrastructure-config-details.js.map
|