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 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-model-deploy-infrastructure-config-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,2DAA2D,CAoD3E;AApDD,WAAiB,2DAA2D;IAC1E,SAAgB,UAAU,CACxB,GAAgE,EAChE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6CAA6C,CAAC,UAAU,CAC7D,GAAG,CAC4D,CAAC,GACnE;YACD,sCAAsC,EAAE,GAAG,CAAC,oCAAoC;gBAC9E,CAAC,CAAC,KAAK,CAAC,yDAAyD,CAAC,UAAU,CACxE,GAAG,CAAC,oCAAoC,CACzC;gBACH,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAChF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,sEAAU,aAuBzB,CAAA;IACY,8EAAkB,GAAG,yBAAyB,CAAC;IAC5D,SAAgB,sBAAsB,CACpC,GAAgE,EAChE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CACzE,GAAG,CAC4D,CAAC,GACnE;YACD,sCAAsC,EAAE,GAAG,CAAC,oCAAoC;gBAC9E,CAAC,CAAC,KAAK,CAAC,yDAAyD,CAAC,sBAAsB,CACpF,GAAG,CAAC,oCAAoC,CACzC;gBACH,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACrE,GAAG,CAAC,aAAa,CAClB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,kFAAsB,yBAyBrC,CAAA;AACH,CAAC,EApDgB,2DAA2D,GAA3D,mEAA2D,KAA3D,mEAA2D,QAoD3E"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
* Resource configuration details for model deploy on managed compute cluster type compute target.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterModelDeploymentResourceConfiguration {
|
|
19
|
+
"resourceRequestConfiguration": model.ResourceRequestConfiguration;
|
|
20
|
+
"resourceLimitConfiguration"?: model.ResourceLimitConfiguration;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace ManagedComputeClusterModelDeploymentResourceConfiguration {
|
|
23
|
+
function getJsonObj(obj: ManagedComputeClusterModelDeploymentResourceConfiguration): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterModelDeploymentResourceConfiguration): object;
|
|
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.ManagedComputeClusterModelDeploymentResourceConfiguration = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterModelDeploymentResourceConfiguration;
|
|
38
|
+
(function (ManagedComputeClusterModelDeploymentResourceConfiguration) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"resourceRequestConfiguration": obj.resourceRequestConfiguration
|
|
42
|
+
? model.ResourceRequestConfiguration.getJsonObj(obj.resourceRequestConfiguration)
|
|
43
|
+
: undefined,
|
|
44
|
+
"resourceLimitConfiguration": obj.resourceLimitConfiguration
|
|
45
|
+
? model.ResourceLimitConfiguration.getJsonObj(obj.resourceLimitConfiguration)
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
ManagedComputeClusterModelDeploymentResourceConfiguration.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"resourceRequestConfiguration": obj.resourceRequestConfiguration
|
|
54
|
+
? model.ResourceRequestConfiguration.getDeserializedJsonObj(obj.resourceRequestConfiguration)
|
|
55
|
+
: undefined,
|
|
56
|
+
"resourceLimitConfiguration": obj.resourceLimitConfiguration
|
|
57
|
+
? model.ResourceLimitConfiguration.getDeserializedJsonObj(obj.resourceLimitConfiguration)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
ManagedComputeClusterModelDeploymentResourceConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(ManagedComputeClusterModelDeploymentResourceConfiguration = exports.ManagedComputeClusterModelDeploymentResourceConfiguration || (exports.ManagedComputeClusterModelDeploymentResourceConfiguration = {}));
|
|
64
|
+
//# sourceMappingURL=managed-compute-cluster-model-deployment-resource-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-model-deployment-resource-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-model-deployment-resource-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,yDAAyD,CAqCzE;AArCD,WAAiB,yDAAyD;IACxE,SAAgB,UAAU,CACxB,GAA8D;QAE9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,4BAA4B,CAAC;gBACjF,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oEAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA8D;QAE9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACvD,GAAG,CAAC,4BAA4B,CACjC;gBACH,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,gFAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QAqCzE"}
|
|
@@ -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
|
+
* Managed compute cluster type compute target based model deployment system data.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterModelDeploymentSystemData extends model.ModelDeploymentSystemData {
|
|
19
|
+
/**
|
|
20
|
+
* This value is the current count of the model deployment instances. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
21
|
+
*/
|
|
22
|
+
"currentInstanceCount"?: number;
|
|
23
|
+
"systemInfraType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ManagedComputeClusterModelDeploymentSystemData {
|
|
26
|
+
function getJsonObj(obj: ManagedComputeClusterModelDeploymentSystemData, isParentJsonObj?: boolean): object;
|
|
27
|
+
const systemInfraType = "MANAGED_COMPUTE_CLUSTER";
|
|
28
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterModelDeploymentSystemData, 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.ManagedComputeClusterModelDeploymentSystemData = void 0;
|
|
36
36
|
const model = __importStar(require("../model"));
|
|
37
|
-
var
|
|
38
|
-
(function (
|
|
37
|
+
var ManagedComputeClusterModelDeploymentSystemData;
|
|
38
|
+
(function (ManagedComputeClusterModelDeploymentSystemData) {
|
|
39
39
|
function getJsonObj(obj, isParentJsonObj) {
|
|
40
40
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
41
|
? obj
|
|
42
|
-
: model.
|
|
42
|
+
: model.ModelDeploymentSystemData.getJsonObj(obj))), {});
|
|
43
43
|
return jsonObj;
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
ManagedComputeClusterModelDeploymentSystemData.getJsonObj = getJsonObj;
|
|
46
|
+
ManagedComputeClusterModelDeploymentSystemData.systemInfraType = "MANAGED_COMPUTE_CLUSTER";
|
|
47
47
|
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
48
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
49
|
? obj
|
|
50
|
-
: model.
|
|
50
|
+
: model.ModelDeploymentSystemData.getDeserializedJsonObj(obj))), {});
|
|
51
51
|
return jsonObj;
|
|
52
52
|
}
|
|
53
|
-
|
|
54
|
-
})(
|
|
55
|
-
//# sourceMappingURL=
|
|
53
|
+
ManagedComputeClusterModelDeploymentSystemData.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(ManagedComputeClusterModelDeploymentSystemData = exports.ManagedComputeClusterModelDeploymentSystemData || (exports.ManagedComputeClusterModelDeploymentSystemData = {}));
|
|
55
|
+
//# sourceMappingURL=managed-compute-cluster-model-deployment-system-data.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-model-deployment-system-data.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-model-deployment-system-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,8CAA8C,CAgC9D;AAhCD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CACxB,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACzC,GAAG,CAC+C,CAAC,GACtD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yDAAU,aAczB,CAAA;IACY,8DAAe,GAAG,yBAAyB,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACrD,GAAG,CAC+C,CAAC,GACtD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAgC9D"}
|
package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.d.ts
ADDED
|
@@ -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 scaling configuration for the predefined metric expression rule.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration extends model.ManagedComputeClusterScalingConfiguration {
|
|
19
|
+
/**
|
|
20
|
+
* A metric value at which the scaling operation will be triggered. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
21
|
+
*/
|
|
22
|
+
"threshold": number;
|
|
23
|
+
"scalingConfigurationType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration {
|
|
26
|
+
function getJsonObj(obj: ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration, isParentJsonObj?: boolean): object;
|
|
27
|
+
const scalingConfigurationType = "THRESHOLD";
|
|
28
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration, isParentJsonObj?: boolean): object;
|
|
29
|
+
}
|
package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js
ADDED
|
@@ -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, 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.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration;
|
|
38
|
+
(function (ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.ManagedComputeClusterScalingConfiguration.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getJsonObj = getJsonObj;
|
|
46
|
+
ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.scalingConfigurationType = "THRESHOLD";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.ManagedComputeClusterScalingConfiguration.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration = exports.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration || (exports.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration = {}));
|
|
55
|
+
//# sourceMappingURL=managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,sEAAsE,CAgCtF;AAhCD,WAAiB,sEAAsE;IACrF,SAAgB,UAAU,CACxB,GAA2E,EAC3E,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACzD,GAAG,CACuE,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iFAAU,aAczB,CAAA;IACY,+FAAwB,GAAG,WAAW,CAAC;IACpD,SAAgB,sBAAsB,CACpC,GAA2E,EAC3E,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACrE,GAAG,CACuE,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6FAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,sEAAsE,GAAtE,8EAAsE,KAAtE,8EAAsE,QAgCtF"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
* An expression built using CPU or Memory metrics for triggering an autoscaling action on the managed compute cluster type compute target .
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterPredefinedMetricExpressionRule extends model.ManagedComputeClusterMetricExpressionRule {
|
|
19
|
+
/**
|
|
20
|
+
* Metric type
|
|
21
|
+
*/
|
|
22
|
+
"metricType": ManagedComputeClusterPredefinedMetricExpressionRule.MetricType;
|
|
23
|
+
"scaleInConfiguration": model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration;
|
|
24
|
+
"scaleOutConfiguration": model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration;
|
|
25
|
+
"metricExpressionRuleType": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ManagedComputeClusterPredefinedMetricExpressionRule {
|
|
28
|
+
enum MetricType {
|
|
29
|
+
CpuUtilization = "CPU_UTILIZATION",
|
|
30
|
+
MemoryUtilization = "MEMORY_UTILIZATION",
|
|
31
|
+
/**
|
|
32
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
33
|
+
* version of the SDK.
|
|
34
|
+
*/
|
|
35
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
36
|
+
}
|
|
37
|
+
function getJsonObj(obj: ManagedComputeClusterPredefinedMetricExpressionRule, isParentJsonObj?: boolean): object;
|
|
38
|
+
const metricExpressionRuleType = "PREDEFINED_EXPRESSION";
|
|
39
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterPredefinedMetricExpressionRule, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 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.ManagedComputeClusterPredefinedMetricExpressionRule = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterPredefinedMetricExpressionRule;
|
|
38
|
+
(function (ManagedComputeClusterPredefinedMetricExpressionRule) {
|
|
39
|
+
let MetricType;
|
|
40
|
+
(function (MetricType) {
|
|
41
|
+
MetricType["CpuUtilization"] = "CPU_UTILIZATION";
|
|
42
|
+
MetricType["MemoryUtilization"] = "MEMORY_UTILIZATION";
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
MetricType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
48
|
+
})(MetricType = ManagedComputeClusterPredefinedMetricExpressionRule.MetricType || (ManagedComputeClusterPredefinedMetricExpressionRule.MetricType = {}));
|
|
49
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.ManagedComputeClusterMetricExpressionRule.getJsonObj(obj))), {
|
|
53
|
+
"scaleInConfiguration": obj.scaleInConfiguration
|
|
54
|
+
? model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getJsonObj(obj.scaleInConfiguration)
|
|
55
|
+
: undefined,
|
|
56
|
+
"scaleOutConfiguration": obj.scaleOutConfiguration
|
|
57
|
+
? model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getJsonObj(obj.scaleOutConfiguration)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
ManagedComputeClusterPredefinedMetricExpressionRule.getJsonObj = getJsonObj;
|
|
63
|
+
ManagedComputeClusterPredefinedMetricExpressionRule.metricExpressionRuleType = "PREDEFINED_EXPRESSION";
|
|
64
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
65
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
66
|
+
? obj
|
|
67
|
+
: model.ManagedComputeClusterMetricExpressionRule.getDeserializedJsonObj(obj))), {
|
|
68
|
+
"scaleInConfiguration": obj.scaleInConfiguration
|
|
69
|
+
? model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(obj.scaleInConfiguration)
|
|
70
|
+
: undefined,
|
|
71
|
+
"scaleOutConfiguration": obj.scaleOutConfiguration
|
|
72
|
+
? model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(obj.scaleOutConfiguration)
|
|
73
|
+
: undefined
|
|
74
|
+
});
|
|
75
|
+
return jsonObj;
|
|
76
|
+
}
|
|
77
|
+
ManagedComputeClusterPredefinedMetricExpressionRule.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
78
|
+
})(ManagedComputeClusterPredefinedMetricExpressionRule = exports.ManagedComputeClusterPredefinedMetricExpressionRule || (exports.ManagedComputeClusterPredefinedMetricExpressionRule = {}));
|
|
79
|
+
//# sourceMappingURL=managed-compute-cluster-predefined-metric-expression-rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-predefined-metric-expression-rule.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-predefined-metric-expression-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,mDAAmD,CAgEnE;AAhED,WAAiB,mDAAmD;IAClE,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,gDAAkC,CAAA;QAClC,sDAAwC,CAAA;QACxC;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,8DAAU,KAAV,8DAAU,QAQrB;IAED,SAAgB,UAAU,CACxB,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACzD,GAAG,CACoD,CAAC,GAC3D;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,sEAAsE,CAAC,UAAU,CACrF,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,sEAAsE,CAAC,UAAU,CACrF,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,8DAAU,aAyBzB,CAAA;IACY,4EAAwB,GAAG,uBAAuB,CAAC;IAChE,SAAgB,sBAAsB,CACpC,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACrE,GAAG,CACoD,CAAC,GAC3D;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,sEAAsE,CAAC,sBAAsB,CACjG,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,sEAAsE,CAAC,sBAAsB,CACjG,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,0EAAsB,yBAyBrC,CAAA;AACH,CAAC,EAhEgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAgEnE"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
* Scaling configuration for the metric expression rule.
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedComputeClusterScalingConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
* The period of time that the condition defined in the alarm must persist before the alarm state changes from \"OK\" to \"FIRING\"
|
|
20
|
+
* or vice versa. For example, a value of 5 minutes means that the alarm must persist in breaching the condition for five minutes
|
|
21
|
+
* before the alarm updates its state to \"FIRING\"; likewise, the alarm must persist in not breaching the condition for five minutes
|
|
22
|
+
* before the alarm updates its state to \"OK.\" The duration is specified as a string in ISO 8601 format (PT10M for ten minutes or
|
|
23
|
+
* PT1H for one hour). Minimum: PT3M. Maximum: PT1H. Default: PT3M.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"pendingDuration"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The value is used for adjusting the count of instances by. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
|
+
*/
|
|
30
|
+
"instanceCountAdjustment"?: number;
|
|
31
|
+
"scalingConfigurationType": string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace ManagedComputeClusterScalingConfiguration {
|
|
34
|
+
function getJsonObj(obj: ManagedComputeClusterScalingConfiguration): object;
|
|
35
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterScalingConfiguration): object;
|
|
36
|
+
}
|
|
@@ -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.ManagedComputeClusterScalingConfiguration = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var ManagedComputeClusterScalingConfiguration;
|
|
39
|
+
(function (ManagedComputeClusterScalingConfiguration) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
if (obj && "scalingConfigurationType" in obj && obj.scalingConfigurationType) {
|
|
43
|
+
switch (obj.scalingConfigurationType) {
|
|
44
|
+
case "QUERY":
|
|
45
|
+
return model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getJsonObj(jsonObj, true);
|
|
46
|
+
case "THRESHOLD":
|
|
47
|
+
return model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getJsonObj(jsonObj, true);
|
|
48
|
+
default:
|
|
49
|
+
if (common.LOG.logger)
|
|
50
|
+
common.LOG.logger.info(`Unknown value for: ${obj.scalingConfigurationType}`);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ManagedComputeClusterScalingConfiguration.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
58
|
+
if (obj && "scalingConfigurationType" in obj && obj.scalingConfigurationType) {
|
|
59
|
+
switch (obj.scalingConfigurationType) {
|
|
60
|
+
case "QUERY":
|
|
61
|
+
return model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
case "THRESHOLD":
|
|
63
|
+
return model.ManagedComputeClusterPredefinedExpressionThresholdScalingConfiguration.getDeserializedJsonObj(jsonObj, true);
|
|
64
|
+
default:
|
|
65
|
+
if (common.LOG.logger)
|
|
66
|
+
common.LOG.logger.info(`Unknown value for: ${obj.scalingConfigurationType}`);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
return jsonObj;
|
|
70
|
+
}
|
|
71
|
+
ManagedComputeClusterScalingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
72
|
+
})(ManagedComputeClusterScalingConfiguration = exports.ManagedComputeClusterScalingConfiguration || (exports.ManagedComputeClusterScalingConfiguration = {}));
|
|
73
|
+
//# sourceMappingURL=managed-compute-cluster-scaling-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAuBtC,IAAiB,yCAAyC,CAiDzD;AAjDD,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,OAAO;oBACV,OAAO,KAAK,CAAC,8DAA8D,CAAC,UAAU,CACL,OAAQ,EACvF,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sEAAsE,CAAC,UAAU,CAEjF,OACV,EACD,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;IAvBe,oDAAU,aAuBzB,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,OAAO;oBACV,OAAO,KAAK,CAAC,8DAA8D,CAAC,sBAAsB,CACjB,OAAQ,EACvF,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sEAAsE,CAAC,sBAAsB,CAE7F,OACV,EACD,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;IAvBe,gEAAsB,yBAuBrC,CAAA;AACH,CAAC,EAjDgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAiDzD"}
|
|
@@ -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 scaling policy to apply to managed compute cluster type compute target.
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedComputeClusterScalingPolicy {
|
|
18
|
+
"policyType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace ManagedComputeClusterScalingPolicy {
|
|
21
|
+
function getJsonObj(obj: ManagedComputeClusterScalingPolicy): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterScalingPolicy): 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.ManagedComputeClusterScalingPolicy = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var ManagedComputeClusterScalingPolicy;
|
|
39
|
+
(function (ManagedComputeClusterScalingPolicy) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
if (obj && "policyType" in obj && obj.policyType) {
|
|
43
|
+
switch (obj.policyType) {
|
|
44
|
+
case "AUTOSCALING":
|
|
45
|
+
return model.ManagedComputeClusterAutoScalingPolicy.getJsonObj(jsonObj, true);
|
|
46
|
+
case "FIXED_SIZE":
|
|
47
|
+
return model.ManagedComputeClusterFixedSizeScalingPolicy.getJsonObj(jsonObj, true);
|
|
48
|
+
default:
|
|
49
|
+
if (common.LOG.logger)
|
|
50
|
+
common.LOG.logger.info(`Unknown value for: ${obj.policyType}`);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ManagedComputeClusterScalingPolicy.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
58
|
+
if (obj && "policyType" in obj && obj.policyType) {
|
|
59
|
+
switch (obj.policyType) {
|
|
60
|
+
case "AUTOSCALING":
|
|
61
|
+
return model.ManagedComputeClusterAutoScalingPolicy.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
case "FIXED_SIZE":
|
|
63
|
+
return model.ManagedComputeClusterFixedSizeScalingPolicy.getDeserializedJsonObj(jsonObj, true);
|
|
64
|
+
default:
|
|
65
|
+
if (common.LOG.logger)
|
|
66
|
+
common.LOG.logger.info(`Unknown value for: ${obj.policyType}`);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
return jsonObj;
|
|
70
|
+
}
|
|
71
|
+
ManagedComputeClusterScalingPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
72
|
+
})(ManagedComputeClusterScalingPolicy = exports.ManagedComputeClusterScalingPolicy || (exports.ManagedComputeClusterScalingPolicy = {}));
|
|
73
|
+
//# sourceMappingURL=managed-compute-cluster-scaling-policy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,kCAAkC,CA2ClD;AA3CD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,6CAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,yDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA2ClD"}
|