oci-datascience 2.132.0 → 2.134.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +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 +4 -3
- 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
|
@@ -28,7 +28,7 @@ export interface JobNodeGroupConfigurationDetails {
|
|
|
28
28
|
* The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
29
|
*/
|
|
30
30
|
"minimumSuccessReplicas"?: number;
|
|
31
|
-
"jobInfrastructureConfigurationDetails"?: model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
31
|
+
"jobInfrastructureConfigurationDetails"?: model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.ManagedComputeClusterJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
32
32
|
"jobConfigurationDetails"?: model.EmptyJobConfigurationDetails | model.DefaultJobConfigurationDetails;
|
|
33
33
|
"jobEnvironmentConfigurationDetails"?: model.OcirContainerJobEnvironmentConfigurationDetails;
|
|
34
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-node-group-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/job-node-group-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"job-node-group-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/job-node-group-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,gCAAgC,CA6ChD;AA7CD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACpD,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;YACb,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,oCAAoC,EAAE,GAAG,CAAC,kCAAkC;gBAC1E,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,UAAU,CACjD,GAAG,CAAC,kCAAkC,CACvC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,2CAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CAChE,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;YACb,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACnF,CAAC,CAAC,SAAS;YACb,oCAAoC,EAAE,GAAG,CAAC,kCAAkC;gBAC1E,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAC7D,GAAG,CAAC,kCAAkC,CACvC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,uDAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6ChD"}
|
package/lib/model/job-run.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export interface JobRun {
|
|
|
53
53
|
*/
|
|
54
54
|
"displayName"?: string;
|
|
55
55
|
"jobConfigurationOverrideDetails": model.EmptyJobConfigurationDetails | model.DefaultJobConfigurationDetails;
|
|
56
|
-
"jobInfrastructureConfigurationDetails": model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
56
|
+
"jobInfrastructureConfigurationDetails": model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.ManagedComputeClusterJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
57
57
|
"jobEnvironmentConfigurationOverrideDetails"?: model.OcirContainerJobEnvironmentConfigurationDetails;
|
|
58
58
|
"jobLogConfigurationOverrideDetails"?: model.JobLogConfigurationDetails;
|
|
59
59
|
/**
|
|
@@ -65,7 +65,7 @@ export interface JobRun {
|
|
|
65
65
|
*/
|
|
66
66
|
"jobStorageMountConfigurationOverrideDetailsList"?: Array<model.StorageMountConfigurationDetails>;
|
|
67
67
|
"logDetails"?: model.JobRunLogDetails;
|
|
68
|
-
"jobInfrastructureConfigurationOverrideDetails"?: model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
68
|
+
"jobInfrastructureConfigurationOverrideDetails"?: model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.ManagedComputeClusterJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
69
69
|
"jobNodeConfigurationOverrideDetails"?: model.MultiNodeJobNodeConfigurationDetails;
|
|
70
70
|
/**
|
|
71
71
|
* Collection of NodeGroupDetails
|
package/lib/model/job-run.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-run.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/job-run.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"job-run.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/job-run.ts"],"names":[],"mappings":"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"}
|
package/lib/model/job.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ export interface Job {
|
|
|
47
47
|
*/
|
|
48
48
|
"description"?: string;
|
|
49
49
|
"jobConfigurationDetails": model.EmptyJobConfigurationDetails | model.DefaultJobConfigurationDetails;
|
|
50
|
-
"jobInfrastructureConfigurationDetails": model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
50
|
+
"jobInfrastructureConfigurationDetails": model.MultiNodeJobInfrastructureConfigurationDetails | model.EmptyJobInfrastructureConfigurationDetails | model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails | model.ManagedComputeClusterJobInfrastructureConfigurationDetails | model.StandaloneJobInfrastructureConfigurationDetails;
|
|
51
51
|
"jobEnvironmentConfigurationDetails"?: model.OcirContainerJobEnvironmentConfigurationDetails;
|
|
52
52
|
"jobLogConfigurationDetails"?: model.JobLogConfigurationDetails;
|
|
53
53
|
/**
|
package/lib/model/job.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/job.ts"],"names":[],"mappings":"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"}
|
|
@@ -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
|
+
* Details for an autoscaling policy to enable on the managed compute cluster type compute target . Each autoscaling configuration can have one autoscaling policy.
|
|
16
|
+
*/
|
|
17
|
+
export interface ManagedComputeClusterAutoScalingPolicyDetails {
|
|
18
|
+
"autoScalingPolicyType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace ManagedComputeClusterAutoScalingPolicyDetails {
|
|
21
|
+
function getJsonObj(obj: ManagedComputeClusterAutoScalingPolicyDetails): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterAutoScalingPolicyDetails): object;
|
|
23
|
+
}
|
|
@@ -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.ManagedComputeClusterAutoScalingPolicyDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var ManagedComputeClusterAutoScalingPolicyDetails;
|
|
39
|
+
(function (ManagedComputeClusterAutoScalingPolicyDetails) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
if (obj && "autoScalingPolicyType" in obj && obj.autoScalingPolicyType) {
|
|
43
|
+
switch (obj.autoScalingPolicyType) {
|
|
44
|
+
case "THRESHOLD":
|
|
45
|
+
return model.ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.getJsonObj(jsonObj, true);
|
|
46
|
+
default:
|
|
47
|
+
if (common.LOG.logger)
|
|
48
|
+
common.LOG.logger.info(`Unknown value for: ${obj.autoScalingPolicyType}`);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
ManagedComputeClusterAutoScalingPolicyDetails.getJsonObj = getJsonObj;
|
|
54
|
+
function getDeserializedJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
56
|
+
if (obj && "autoScalingPolicyType" in obj && obj.autoScalingPolicyType) {
|
|
57
|
+
switch (obj.autoScalingPolicyType) {
|
|
58
|
+
case "THRESHOLD":
|
|
59
|
+
return model.ManagedComputeClusterThresholdBasedAutoScalingPolicyDetails.getDeserializedJsonObj(jsonObj, true);
|
|
60
|
+
default:
|
|
61
|
+
if (common.LOG.logger)
|
|
62
|
+
common.LOG.logger.info(`Unknown value for: ${obj.autoScalingPolicyType}`);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
ManagedComputeClusterAutoScalingPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(ManagedComputeClusterAutoScalingPolicyDetails = exports.ManagedComputeClusterAutoScalingPolicyDetails || (exports.ManagedComputeClusterAutoScalingPolicyDetails = {}));
|
|
69
|
+
//# sourceMappingURL=managed-compute-cluster-auto-scaling-policy-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-auto-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-auto-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,6CAA6C,CAqC7D;AArCD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,2DAA2D,CAAC,UAAU,CACL,OAAQ,EACpF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wDAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,2DAA2D,CAAC,sBAAsB,CACjB,OAAQ,EACpF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oEAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAqC7D"}
|
|
@@ -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
|
+
* The scaling policy to enable autoscaling on the managed compute cluster type compute target .
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterAutoScalingPolicy extends model.ManagedComputeClusterScalingPolicy {
|
|
19
|
+
/**
|
|
20
|
+
* For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions.
|
|
21
|
+
* The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which
|
|
22
|
+
* is also the default. The cooldown period starts when the managed compute cluster type compute target becomes ACTIVE after the scaling operation.
|
|
23
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"coolDownInSeconds"?: number;
|
|
26
|
+
/**
|
|
27
|
+
* Whether the autoscaling policy is enabled.
|
|
28
|
+
*/
|
|
29
|
+
"isEnabled"?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* The list of autoscaling policy details.
|
|
32
|
+
*/
|
|
33
|
+
"autoScalingPolicies": Array<model.ManagedComputeClusterAutoScalingPolicyDetails>;
|
|
34
|
+
"policyType": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace ManagedComputeClusterAutoScalingPolicy {
|
|
37
|
+
function getJsonObj(obj: ManagedComputeClusterAutoScalingPolicy, isParentJsonObj?: boolean): object;
|
|
38
|
+
const policyType = "AUTOSCALING";
|
|
39
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterAutoScalingPolicy, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 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.ManagedComputeClusterAutoScalingPolicy = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterAutoScalingPolicy;
|
|
38
|
+
(function (ManagedComputeClusterAutoScalingPolicy) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.ManagedComputeClusterScalingPolicy.getJsonObj(obj))), {
|
|
43
|
+
"autoScalingPolicies": obj.autoScalingPolicies
|
|
44
|
+
? obj.autoScalingPolicies.map(item => {
|
|
45
|
+
return model.ManagedComputeClusterAutoScalingPolicyDetails.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
ManagedComputeClusterAutoScalingPolicy.getJsonObj = getJsonObj;
|
|
52
|
+
ManagedComputeClusterAutoScalingPolicy.policyType = "AUTOSCALING";
|
|
53
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
55
|
+
? obj
|
|
56
|
+
: model.ManagedComputeClusterScalingPolicy.getDeserializedJsonObj(obj))), {
|
|
57
|
+
"autoScalingPolicies": obj.autoScalingPolicies
|
|
58
|
+
? obj.autoScalingPolicies.map(item => {
|
|
59
|
+
return model.ManagedComputeClusterAutoScalingPolicyDetails.getDeserializedJsonObj(item);
|
|
60
|
+
})
|
|
61
|
+
: undefined
|
|
62
|
+
});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
ManagedComputeClusterAutoScalingPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
66
|
+
})(ManagedComputeClusterAutoScalingPolicy = exports.ManagedComputeClusterAutoScalingPolicy || (exports.ManagedComputeClusterAutoScalingPolicy = {}));
|
|
67
|
+
//# sourceMappingURL=managed-compute-cluster-auto-scaling-policy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-auto-scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-auto-scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,sCAAsC,CA8CtD;AA9CD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAClD,GAAG,CACuC,CAAC,GAC9C;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,6CAA6C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iDAAU,aAoBzB,CAAA;IACY,iDAAU,GAAG,aAAa,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAC9D,GAAG,CACuC,CAAC,GAC9C;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CAC/E,IAAI,CACL,CAAC;gBACJ,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,6DAAsB,yBAsBrC,CAAA;AACH,CAAC,EA9CgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA8CtD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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 configuration details for the managed compute cluster type compute target.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterComputeConfigurationDetails extends model.ComputeConfigurationDetails {
|
|
19
|
+
"instanceConfiguration": model.ManagedComputeClusterInstanceConfigurationDetails;
|
|
20
|
+
"scalingPolicy"?: model.ManagedComputeClusterAutoScalingPolicy | model.ManagedComputeClusterFixedSizeScalingPolicy;
|
|
21
|
+
"computeType": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ManagedComputeClusterComputeConfigurationDetails {
|
|
24
|
+
function getJsonObj(obj: ManagedComputeClusterComputeConfigurationDetails, isParentJsonObj?: boolean): object;
|
|
25
|
+
const computeType = "MANAGED_COMPUTE_CLUSTER";
|
|
26
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterComputeConfigurationDetails, isParentJsonObj?: boolean): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 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.ManagedComputeClusterComputeConfigurationDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterComputeConfigurationDetails;
|
|
38
|
+
(function (ManagedComputeClusterComputeConfigurationDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.ComputeConfigurationDetails.getJsonObj(obj))), {
|
|
43
|
+
"instanceConfiguration": obj.instanceConfiguration
|
|
44
|
+
? model.ManagedComputeClusterInstanceConfigurationDetails.getJsonObj(obj.instanceConfiguration)
|
|
45
|
+
: undefined,
|
|
46
|
+
"scalingPolicy": obj.scalingPolicy
|
|
47
|
+
? model.ManagedComputeClusterScalingPolicy.getJsonObj(obj.scalingPolicy)
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ManagedComputeClusterComputeConfigurationDetails.getJsonObj = getJsonObj;
|
|
53
|
+
ManagedComputeClusterComputeConfigurationDetails.computeType = "MANAGED_COMPUTE_CLUSTER";
|
|
54
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
56
|
+
? obj
|
|
57
|
+
: model.ComputeConfigurationDetails.getDeserializedJsonObj(obj))), {
|
|
58
|
+
"instanceConfiguration": obj.instanceConfiguration
|
|
59
|
+
? model.ManagedComputeClusterInstanceConfigurationDetails.getDeserializedJsonObj(obj.instanceConfiguration)
|
|
60
|
+
: undefined,
|
|
61
|
+
"scalingPolicy": obj.scalingPolicy
|
|
62
|
+
? model.ManagedComputeClusterScalingPolicy.getDeserializedJsonObj(obj.scalingPolicy)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
ManagedComputeClusterComputeConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(ManagedComputeClusterComputeConfigurationDetails = exports.ManagedComputeClusterComputeConfigurationDetails || (exports.ManagedComputeClusterComputeConfigurationDetails = {}));
|
|
69
|
+
//# sourceMappingURL=managed-compute-cluster-compute-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-compute-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-compute-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,gDAAgD,CAkDhE;AAlDD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CACxB,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAC3C,GAAG,CACiD,CAAC,GACxD;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,iDAAiD,CAAC,UAAU,CAChE,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,2DAAU,aAuBzB,CAAA;IACY,4DAAW,GAAG,yBAAyB,CAAC;IACrD,SAAgB,sBAAsB,CACpC,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACiD,CAAC,GACxD;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,iDAAiD,CAAC,sBAAsB,CAC5E,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACpF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,uEAAsB,yBAuBrC,CAAA;AACH,CAAC,EAlDgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAkDhE"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 custom metric expression rule.
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterCustomExpressionQueryScalingConfiguration extends model.ManagedComputeClusterScalingConfiguration {
|
|
19
|
+
/**
|
|
20
|
+
* The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of the Monitoring service
|
|
21
|
+
* interprets results for each returned time series as Boolean values, where zero represents false and a non-zero value
|
|
22
|
+
* represents true. A true value means that the trigger rule condition has been met. The query must specify a metric,
|
|
23
|
+
* statistic, interval, and trigger rule (threshold or absence). Supported values for interval: 1m-60m (also 1h).
|
|
24
|
+
* You can optionally specify dimensions and grouping functions. Supported grouping functions: grouping(), groupBy().
|
|
25
|
+
* Example of threshold alarm:
|
|
26
|
+
* {@code
|
|
27
|
+
* CPUUtilization[1m]{resourceId = \"Compute_Target_OCID\"}.grouping().mean() < 25
|
|
28
|
+
* CPUUtilization[1m]{resourceId = \"Compute_Target_OCID\"}.grouping().mean() > 75
|
|
29
|
+
* }
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"query": string;
|
|
33
|
+
"scalingConfigurationType": string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace ManagedComputeClusterCustomExpressionQueryScalingConfiguration {
|
|
36
|
+
function getJsonObj(obj: ManagedComputeClusterCustomExpressionQueryScalingConfiguration, isParentJsonObj?: boolean): object;
|
|
37
|
+
const scalingConfigurationType = "QUERY";
|
|
38
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterCustomExpressionQueryScalingConfiguration, isParentJsonObj?: boolean): object;
|
|
39
|
+
}
|
|
@@ -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.ManagedComputeClusterCustomExpressionQueryScalingConfiguration = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterCustomExpressionQueryScalingConfiguration;
|
|
38
|
+
(function (ManagedComputeClusterCustomExpressionQueryScalingConfiguration) {
|
|
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
|
+
ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getJsonObj = getJsonObj;
|
|
46
|
+
ManagedComputeClusterCustomExpressionQueryScalingConfiguration.scalingConfigurationType = "QUERY";
|
|
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
|
+
ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(ManagedComputeClusterCustomExpressionQueryScalingConfiguration = exports.ManagedComputeClusterCustomExpressionQueryScalingConfiguration || (exports.ManagedComputeClusterCustomExpressionQueryScalingConfiguration = {}));
|
|
55
|
+
//# sourceMappingURL=managed-compute-cluster-custom-expression-query-scaling-configuration.js.map
|
package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-custom-expression-query-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,8DAA8D,CAgC9E;AAhCD,WAAiB,8DAA8D;IAC7E,SAAgB,UAAU,CACxB,GAAmE,EACnE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACzD,GAAG,CAC+D,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yEAAU,aAczB,CAAA;IACY,uFAAwB,GAAG,OAAO,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAAmE,EACnE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACrE,GAAG,CAC+D,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qFAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,8DAA8D,GAA9D,sEAA8D,KAA9D,sEAA8D,QAgC9E"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 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
|
+
* A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the managed compute cluster type compute target .
|
|
17
|
+
*/
|
|
18
|
+
export interface ManagedComputeClusterCustomMetricExpressionRule extends model.ManagedComputeClusterMetricExpressionRule {
|
|
19
|
+
"scaleInConfiguration": model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration;
|
|
20
|
+
"scaleOutConfiguration": model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration;
|
|
21
|
+
"metricExpressionRuleType": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ManagedComputeClusterCustomMetricExpressionRule {
|
|
24
|
+
function getJsonObj(obj: ManagedComputeClusterCustomMetricExpressionRule, isParentJsonObj?: boolean): object;
|
|
25
|
+
const metricExpressionRuleType = "CUSTOM_EXPRESSION";
|
|
26
|
+
function getDeserializedJsonObj(obj: ManagedComputeClusterCustomMetricExpressionRule, isParentJsonObj?: boolean): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 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.ManagedComputeClusterCustomMetricExpressionRule = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ManagedComputeClusterCustomMetricExpressionRule;
|
|
38
|
+
(function (ManagedComputeClusterCustomMetricExpressionRule) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.ManagedComputeClusterMetricExpressionRule.getJsonObj(obj))), {
|
|
43
|
+
"scaleInConfiguration": obj.scaleInConfiguration
|
|
44
|
+
? model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getJsonObj(obj.scaleInConfiguration)
|
|
45
|
+
: undefined,
|
|
46
|
+
"scaleOutConfiguration": obj.scaleOutConfiguration
|
|
47
|
+
? model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getJsonObj(obj.scaleOutConfiguration)
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ManagedComputeClusterCustomMetricExpressionRule.getJsonObj = getJsonObj;
|
|
53
|
+
ManagedComputeClusterCustomMetricExpressionRule.metricExpressionRuleType = "CUSTOM_EXPRESSION";
|
|
54
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
56
|
+
? obj
|
|
57
|
+
: model.ManagedComputeClusterMetricExpressionRule.getDeserializedJsonObj(obj))), {
|
|
58
|
+
"scaleInConfiguration": obj.scaleInConfiguration
|
|
59
|
+
? model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getDeserializedJsonObj(obj.scaleInConfiguration)
|
|
60
|
+
: undefined,
|
|
61
|
+
"scaleOutConfiguration": obj.scaleOutConfiguration
|
|
62
|
+
? model.ManagedComputeClusterCustomExpressionQueryScalingConfiguration.getDeserializedJsonObj(obj.scaleOutConfiguration)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
ManagedComputeClusterCustomMetricExpressionRule.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(ManagedComputeClusterCustomMetricExpressionRule = exports.ManagedComputeClusterCustomMetricExpressionRule || (exports.ManagedComputeClusterCustomMetricExpressionRule = {}));
|
|
69
|
+
//# sourceMappingURL=managed-compute-cluster-custom-metric-expression-rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-compute-cluster-custom-metric-expression-rule.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/managed-compute-cluster-custom-metric-expression-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,+CAA+C,CAsD/D;AAtDD,WAAiB,+CAA+C;IAC9D,SAAgB,UAAU,CACxB,GAAoD,EACpD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACzD,GAAG,CACgD,CAAC,GACvD;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,8DAA8D,CAAC,UAAU,CAC7E,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,8DAA8D,CAAC,UAAU,CAC7E,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,0DAAU,aAyBzB,CAAA;IACY,wEAAwB,GAAG,mBAAmB,CAAC;IAC5D,SAAgB,sBAAsB,CACpC,GAAoD,EACpD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACrE,GAAG,CACgD,CAAC,GACvD;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,8DAA8D,CAAC,sBAAsB,CACzF,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,8DAA8D,CAAC,sBAAsB,CACzF,GAAG,CAAC,qBAAqB,CAC1B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,sEAAsB,yBAyBrC,CAAA;AACH,CAAC,EAtDgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAsD/D"}
|